Date: Mon, 26 Nov 2012 05:54:10 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307765 - head/deskutils/calibre Message-ID: <201211260554.qAQ5sAJc010231@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Mon Nov 26 05:54:09 2012 New Revision: 307765 URL: http://svnweb.freebsd.org/changeset/ports/307765 Log: - Update to 0.9.7 [1] - Add missing build dependencies needed for bash completion generation; detected by poudriere PR: ports/173913 [1] Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1] Feature safe: yes Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/Makefile Mon Nov 26 05:54:09 2012 (r307765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -18,10 +18,14 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/grap podofo:${PORTSDIR}/graphics/podofo BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ ${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 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/distinfo Mon Nov 26 05:54:09 2012 (r307765) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.6.tar.xz) = d2cb83a8fc32b3258f3a491f33f4271bfd4020ac4fdbbf01131deb81bba9624f -SIZE (calibre-0.9.6.tar.xz) = 27346664 +SHA256 (calibre-0.9.7.tar.xz) = 11c861aaed751e53f3a97164a4e879d6afc5aed7e395aca9a62ae1feff2d29a7 +SIZE (calibre-0.9.7.tar.xz) = 27408848 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/pkg-plist Mon Nov 26 05:54:09 2012 (r307765) @@ -833,7 +833,6 @@ lib/calibre/calibre/gui2/store/stores/em lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py lib/calibre/calibre/gui2/store/stores/foyles_uk_plugin.py -lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py lib/calibre/calibre/gui2/store/stores/google_books_plugin.py lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py lib/calibre/calibre/gui2/store/stores/kobo_plugin.py @@ -856,6 +855,7 @@ lib/calibre/calibre/gui2/store/stores/ne lib/calibre/calibre/gui2/store/stores/open_books_plugin.py lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py +lib/calibre/calibre/gui2/store/stores/publio_plugin.py lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py lib/calibre/calibre/gui2/store/stores/sony_plugin.py @@ -893,6 +893,7 @@ lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/main_ui.py lib/calibre/calibre/gui2/viewer/position.py lib/calibre/calibre/gui2/viewer/printing.py +lib/calibre/calibre/gui2/viewer/table_popup.py lib/calibre/calibre/gui2/viewer/toc.py lib/calibre/calibre/gui2/widgets.py lib/calibre/calibre/gui2/wizard/__init__.py @@ -990,8 +991,10 @@ lib/calibre/calibre/utils/fonts/sfnt/cff lib/calibre/calibre/utils/fonts/sfnt/cff/table.py lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py lib/calibre/calibre/utils/fonts/sfnt/cmap.py +lib/calibre/calibre/utils/fonts/sfnt/common.py lib/calibre/calibre/utils/fonts/sfnt/container.py lib/calibre/calibre/utils/fonts/sfnt/errors.py +lib/calibre/calibre/utils/fonts/sfnt/gsub.py lib/calibre/calibre/utils/fonts/sfnt/glyf.py lib/calibre/calibre/utils/fonts/sfnt/head.py lib/calibre/calibre/utils/fonts/sfnt/kern.py @@ -1053,7 +1056,7 @@ lib/calibre/calibre/utils/smartypants.py lib/calibre/calibre/utils/smtp.py lib/calibre/calibre/utils/smtplib.py lib/calibre/calibre/utils/soupparser.py -lib/calibre/calibre/utils/terminfo.py +lib/calibre/calibre/utils/terminal.py lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211260554.qAQ5sAJc010231>