From owner-svn-ports-head@FreeBSD.ORG Mon Aug 5 21:14:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 26AF0DC1; Mon, 5 Aug 2013 21:14:49 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02AA528B5; Mon, 5 Aug 2013 21:14:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r75LEmqc033924; Mon, 5 Aug 2013 21:14:48 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r75LEm56033918; Mon, 5 Aug 2013 21:14:48 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308052114.r75LEm56033918@svn.freebsd.org> From: Guido Falsi Date: Mon, 5 Aug 2013 21:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324292 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 21:14:49 -0000 Author: madpilot Date: Mon Aug 5 21:14:47 2013 New Revision: 324292 URL: http://svnweb.freebsd.org/changeset/ports/324292 Log: - Update to 0.9.42 - While here convert to new LIB_DEPENDS format PR: ports/181039 Submitted by: Rusty Nejdl (maintainer) Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Aug 5 21:09:58 2013 (r324291) +++ head/deskutils/calibre/Makefile Mon Aug 5 21:14:47 2013 (r324292) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 0.9.37 +PORTVERSION= 0.9.42 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Ebook management application -LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ - wmflite:${PORTSDIR}/graphics/libwmf \ - chm:${PORTSDIR}/misc/chmlib \ - icudata:${PORTSDIR}/devel/icu \ - podofo:${PORTSDIR}/graphics/podofo +LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ + libwmflite.so:${PORTSDIR}/graphics/libwmf \ + libchm.so:${PORTSDIR}/misc/chmlib \ + libicudata.so:${PORTSDIR}/devel/icu \ + libpodofo.so:${PORTSDIR}/graphics/podofo BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Aug 5 21:09:58 2013 (r324291) +++ head/deskutils/calibre/distinfo Mon Aug 5 21:14:47 2013 (r324292) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.37.tar.xz) = b0c88ae578b192a4906f40c497c075fcf5edc887e1878a8800512abcdd255daf -SIZE (calibre-0.9.37.tar.xz) = 29203040 +SHA256 (calibre-0.9.42.tar.xz) = 6cd64b54b4c0b696d9a6cfd50527c10cbd7b473a622f2e0f2e2ef81be680fe1f +SIZE (calibre-0.9.42.tar.xz) = 29351712 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Aug 5 21:09:58 2013 (r324291) +++ head/deskutils/calibre/pkg-plist Mon Aug 5 21:14:47 2013 (r324292) @@ -28,6 +28,7 @@ lib/calibre/calibre/customize/profiles.p lib/calibre/calibre/customize/ui.py lib/calibre/calibre/customize/zipplugin.py lib/calibre/calibre/db/__init__.py +lib/calibre/calibre/db/adding.py lib/calibre/calibre/db/backend.py lib/calibre/calibre/db/backup.py lib/calibre/calibre/db/cache.py @@ -37,14 +38,17 @@ lib/calibre/calibre/db/fields.py lib/calibre/calibre/db/lazy.py lib/calibre/calibre/db/legacy.py lib/calibre/calibre/db/locking.py +lib/calibre/calibre/db/restore.py lib/calibre/calibre/db/schema_upgrades.py lib/calibre/calibre/db/search.py lib/calibre/calibre/db/tables.py lib/calibre/calibre/db/tests/__init__.py +lib/calibre/calibre/db/tests/add_remove.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py lib/calibre/calibre/db/tests/legacy.py lib/calibre/calibre/db/tests/main.py +lib/calibre/calibre/db/tests/profiling.py lib/calibre/calibre/db/tests/reading.py lib/calibre/calibre/db/tests/writing.py lib/calibre/calibre/db/view.py @@ -216,6 +220,7 @@ lib/calibre/calibre/ebooks/docx/char_sty lib/calibre/calibre/ebooks/docx/cleanup.py lib/calibre/calibre/ebooks/docx/container.py lib/calibre/calibre/ebooks/docx/dump.py +lib/calibre/calibre/ebooks/docx/fields.py lib/calibre/calibre/ebooks/docx/fonts.py lib/calibre/calibre/ebooks/docx/footnotes.py lib/calibre/calibre/ebooks/docx/images.py @@ -398,6 +403,7 @@ lib/calibre/calibre/ebooks/oeb/parse_uti lib/calibre/calibre/ebooks/oeb/polish/__init__.py lib/calibre/calibre/ebooks/oeb/polish/container.py lib/calibre/calibre/ebooks/oeb/polish/cover.py +lib/calibre/calibre/ebooks/oeb/polish/embed.py lib/calibre/calibre/ebooks/oeb/polish/errors.py lib/calibre/calibre/ebooks/oeb/polish/jacket.py lib/calibre/calibre/ebooks/oeb/polish/main.py @@ -579,6 +585,7 @@ lib/calibre/calibre/gui2/actions/edit_me lib/calibre/calibre/gui2/actions/fetch_news.py lib/calibre/calibre/gui2/actions/help.py lib/calibre/calibre/gui2/actions/next_match.py +lib/calibre/calibre/gui2/actions/match_books.py lib/calibre/calibre/gui2/actions/open.py lib/calibre/calibre/gui2/actions/plugin_updates.py lib/calibre/calibre/gui2/actions/polish.py @@ -721,6 +728,8 @@ lib/calibre/calibre/gui2/dialogs/edit_au lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py lib/calibre/calibre/gui2/dialogs/job_view_ui.py lib/calibre/calibre/gui2/dialogs/jobs_ui.py +lib/calibre/calibre/gui2/dialogs/match_books.py +lib/calibre/calibre/gui2/dialogs/match_books_ui.py lib/calibre/calibre/gui2/dialogs/message_box.py lib/calibre/calibre/gui2/dialogs/message_box_ui.py lib/calibre/calibre/gui2/dialogs/metadata_bulk.py @@ -868,6 +877,7 @@ lib/calibre/calibre/gui2/store/search/se lib/calibre/calibre/gui2/store/search/search_ui.py lib/calibre/calibre/gui2/store/search_result.py lib/calibre/calibre/gui2/store/stores/__init__.py +lib/calibre/calibre/gui2/store/stores/allegro_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py @@ -880,6 +890,7 @@ lib/calibre/calibre/gui2/store/stores/ba lib/calibre/calibre/gui2/store/stores/biblio_plugin.py lib/calibre/calibre/gui2/store/stores/bn_plugin.py lib/calibre/calibre/gui2/store/stores/bookoteka_plugin.py +lib/calibre/calibre/gui2/store/stores/cdp_plugin.py lib/calibre/calibre/gui2/store/stores/chitanka_plugin.py lib/calibre/calibre/gui2/store/stores/diesel_ebooks_plugin.py lib/calibre/calibre/gui2/store/stores/ebook_nl_plugin.py