Date: Mon, 14 Mar 2016 12:41:06 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411061 - head/deskutils/calibre Message-ID: <201603141241.u2ECf6g2069498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Mar 14 12:41:06 2016 New Revision: 411061 URL: https://svnweb.freebsd.org/changeset/ports/411061 Log: - Update to 2.53.0 - Remove build dependency on py-psutil, it's not required to build the software and unsupported on DragonflyBSD, so calibre can be build there too [1] Reported by: PeerCorps Trust Fund <ipc at peercorpstrust.org> [1] Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Mar 14 12:37:02 2016 (r411060) +++ head/deskutils/calibre/Makefile Mon Mar 14 12:41:06 2016 (r411061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.52.0 +PORTVERSION= 2.53.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -27,7 +27,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}si ${PYTHON_PKGNAMEPREFIX}qt5-webkitwidgets>=0:${PORTSDIR}/www/py-qt5-webkitwidgets \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Mar 14 12:37:02 2016 (r411060) +++ head/deskutils/calibre/distinfo Mon Mar 14 12:41:06 2016 (r411061) @@ -1,2 +1,2 @@ -SHA256 (calibre-2.52.0.tar.xz) = 9a2b01af095017eb94322df98251a15fc7e691d09cff9cc18ee3d409370941d1 -SIZE (calibre-2.52.0.tar.xz) = 39904084 +SHA256 (calibre-2.53.0.tar.xz) = 1f36c5f4144571576637a401067d0cf5aa0ef75ff97773511ab948a3d2806e67 +SIZE (calibre-2.53.0.tar.xz) = 40086616 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Mar 14 12:37:02 2016 (r411060) +++ head/deskutils/calibre/pkg-plist Mon Mar 14 12:41:06 2016 (r411061) @@ -215,6 +215,7 @@ lib/calibre/calibre/ebooks/conversion/pl lib/calibre/calibre/ebooks/conversion/preprocess.py lib/calibre/calibre/ebooks/conversion/utils.py lib/calibre/calibre/ebooks/covers.py +lib/calibre/calibre/ebooks/css_transform_rules.py lib/calibre/calibre/ebooks/djvu/__init__.py lib/calibre/calibre/ebooks/djvu/djvu.py lib/calibre/calibre/ebooks/djvu/djvubzzdec.py @@ -747,6 +748,7 @@ lib/calibre/calibre/gui2/convert/xpath_w lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py lib/calibre/calibre/gui2/cover_flow.py lib/calibre/calibre/gui2/covers.py +lib/calibre/calibre/gui2/css_transform_rules.py lib/calibre/calibre/gui2/custom_column_widgets.py lib/calibre/calibre/gui2/dbus_export/__init__.py lib/calibre/calibre/gui2/dbus_export/demo.py @@ -836,7 +838,6 @@ lib/calibre/calibre/gui2/dialogs/tag_lis lib/calibre/calibre/gui2/dialogs/template_dialog.py lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py lib/calibre/calibre/gui2/dialogs/template_line_editor.py -lib/calibre/calibre/gui2/dialogs/test_email_ui.py lib/calibre/calibre/gui2/dialogs/trim_image.py lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py lib/calibre/calibre/gui2/dnd.py @@ -1203,6 +1204,7 @@ lib/calibre/calibre/srv/errors.py lib/calibre/calibre/srv/handler.py lib/calibre/calibre/srv/http_request.py lib/calibre/calibre/srv/http_response.py +lib/calibre/calibre/srv/jobs.py lib/calibre/calibre/srv/legacy.py lib/calibre/calibre/srv/loop.py lib/calibre/calibre/srv/metadata.py @@ -1210,6 +1212,7 @@ lib/calibre/calibre/srv/opds.py lib/calibre/calibre/srv/opts.py lib/calibre/calibre/srv/pool.py lib/calibre/calibre/srv/pre_activated.py +lib/calibre/calibre/srv/render_book.py lib/calibre/calibre/srv/routes.py lib/calibre/calibre/srv/sendfile.py lib/calibre/calibre/srv/standalone.py @@ -1594,6 +1597,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff %%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff2 %%DATADIR%%/content-server/index.html +%%DATADIR%%/content-server/locales.zip %%DATADIR%%/content-server/main.js %%DATADIR%%/content-server/mobile.css %%DATADIR%%/content-server/reset.css
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603141241.u2ECf6g2069498>