From owner-svn-ports-all@freebsd.org Mon Mar 14 12:41:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F060A92FC5; Mon, 14 Mar 2016 12:41:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B6D8BE6; Mon, 14 Mar 2016 12:41:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2ECf6WX069511; Mon, 14 Mar 2016 12:41:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2ECf6g2069498; Mon, 14 Mar 2016 12:41:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201603141241.u2ECf6g2069498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 14 Mar 2016 12:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411061 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 12:41:07 -0000 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 [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