Date: Mon, 3 Dec 2012 19:37:57 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308169 - head/deskutils/calibre Message-ID: <201212031937.qB3JbvRF022489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Dec 3 19:37:57 2012 New Revision: 308169 URL: http://svnweb.freebsd.org/changeset/ports/308169 Log: - update to 0.9.8 [1] - remove bogus setuptools dependency - remove deprecated Author field and replace tab with space in in pkg-descr:WWW PR: 174081 Submitted by: rm (myself), Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1] Feature safe: yes Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-descr head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Dec 3 18:44:36 2012 (r308168) +++ head/deskutils/calibre/Makefile Mon Dec 3 19:37:57 2012 (r308169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -16,8 +16,7 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/grap chm:${PORTSDIR}/misc/chmlib \ icudata:${PORTSDIR}/devel/icu \ podofo:${PORTSDIR}/graphics/podofo -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ - ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ +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 \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Dec 3 18:44:36 2012 (r308168) +++ head/deskutils/calibre/distinfo Mon Dec 3 19:37:57 2012 (r308169) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.7.tar.xz) = 11c861aaed751e53f3a97164a4e879d6afc5aed7e395aca9a62ae1feff2d29a7 -SIZE (calibre-0.9.7.tar.xz) = 27408848 +SHA256 (calibre-0.9.8.tar.xz) = 8535ef31d8ade68399f6eae110c5929cde2ad2f27c9930648fc93e8e80379e9f +SIZE (calibre-0.9.8.tar.xz) = 27624924 Modified: head/deskutils/calibre/pkg-descr ============================================================================== --- head/deskutils/calibre/pkg-descr Mon Dec 3 18:44:36 2012 (r308168) +++ head/deskutils/calibre/pkg-descr Mon Dec 3 19:37:57 2012 (r308169) @@ -2,5 +2,4 @@ Calibre is meant to be a complete e-libr library management, format conversion, news feeds to ebook conversion, as well as e-book reader sync features and an integrated e-book viewer. -Author: Kovid Goyal <kovid@kovidgoyal.net> -WWW: http://calibre-ebook.com +WWW: http://calibre-ebook.com/ Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Dec 3 18:44:36 2012 (r308168) +++ head/deskutils/calibre/pkg-plist Mon Dec 3 19:37:57 2012 (r308169) @@ -705,6 +705,7 @@ lib/calibre/calibre/gui2/email.py lib/calibre/calibre/gui2/filename_pattern_ui.py lib/calibre/calibre/gui2/font_family_chooser.py lib/calibre/calibre/gui2/init.py +lib/calibre/calibre/gui2/job_indicator.py lib/calibre/calibre/gui2/jobs.py lib/calibre/calibre/gui2/keyboard.py lib/calibre/calibre/gui2/languages.py @@ -939,7 +940,6 @@ lib/calibre/calibre/library/server/utils lib/calibre/calibre/library/server/xml.py lib/calibre/calibre/library/sqlite.py lib/calibre/calibre/library/test.py -lib/calibre/calibre/libunrar.py lib/calibre/calibre/libunzip.py lib/calibre/calibre/libwand.py lib/calibre/calibre/linux.py @@ -957,6 +957,7 @@ lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so +lib/calibre/calibre/plugins/unrar.so lib/calibre/calibre/plugins/woff.so lib/calibre/calibre/ptempfile.py lib/calibre/calibre/startup.py @@ -1061,6 +1062,7 @@ lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py lib/calibre/calibre/utils/unsmarten.py +lib/calibre/calibre/utils/unrar.py lib/calibre/calibre/utils/winshell.py lib/calibre/calibre/utils/wmf/__init__.py lib/calibre/calibre/utils/wmf/parse.py @@ -1420,6 +1422,8 @@ share/applications/calibre-lrfviewer.des %%DATADIR%%/images/mimetypes/azw2.png %%DATADIR%%/images/mimetypes/azw3.png %%DATADIR%%/images/mimetypes/bmp.png +%%DATADIR%%/images/mimetypes/cbr.png +%%DATADIR%%/images/mimetypes/cbz.png %%DATADIR%%/images/mimetypes/computer.png %%DATADIR%%/images/mimetypes/dir.png %%DATADIR%%/images/mimetypes/djvu.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031937.qB3JbvRF022489>