From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 8 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9FE299E4 for ; Sun, 8 Sep 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7C64E225E for ; Sun, 8 Sep 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88FA1El085073 for ; Sun, 8 Sep 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88FA1vf085019; Sun, 8 Sep 2013 15:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Sep 2013 15:10:01 GMT Resent-Message-Id: <201309081510.r88FA1vf085019@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5769804 for ; Sun, 8 Sep 2013 15:05:45 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FBCA2242 for ; Sun, 8 Sep 2013 15:05:45 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id r88F5iaW004420 for ; Sun, 8 Sep 2013 10:05:44 -0500 (CDT) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.9); 8 Sep 2013 10:05:44 -0500 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id r88F5inh004419; Sun, 8 Sep 2013 10:05:44 -0500 (CDT) (envelope-from rnejdl) Message-Id: Date: Sun, 8 Sep 2013 10:05:44 -0500 (CDT) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181939: Update port deskutils/calibre to 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 15:10:01 -0000 >Number: 181939 >Category: ports >Synopsis: Update port deskutils/calibre to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 15:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255073: Sat Aug 31 00:23:06 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This updates calibre from 0.9.42 to version 1.2.0 and is dependent on PR ports/181938 for py-apsw to be installed. >How-To-Repeat: >Fix: --- calibre-1.2.0.diff begins here --- diff -ruN calibre/Makefile calibre.new/Makefile --- calibre/Makefile 2013-08-30 14:28:23.000000000 -0500 +++ calibre.new/Makefile 2013-09-08 09:44:44.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/deskutils/calibre/Makefile 324292 2013-08-05 21:14:47Z madpilot $ PORTNAME= calibre -PORTVERSION= 0.9.42 +PORTVERSION= 1.2.0 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -25,7 +25,8 @@ ${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 + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ diff -ruN calibre/distinfo calibre.new/distinfo --- calibre/distinfo 2013-08-30 14:28:23.000000000 -0500 +++ calibre.new/distinfo 2013-09-07 09:45:51.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.42.tar.xz) = 6cd64b54b4c0b696d9a6cfd50527c10cbd7b473a622f2e0f2e2ef81be680fe1f -SIZE (calibre-0.9.42.tar.xz) = 29351712 +SHA256 (calibre-1.2.0.tar.xz) = d27fdbe981620aa63f5c70909c63a3a7b747ced1da2ee7065879f07b8a75ca40 +SIZE (calibre-1.2.0.tar.xz) = 29652528 diff -ruN calibre/pkg-plist calibre.new/pkg-plist --- calibre/pkg-plist 2013-09-07 09:44:54.000000000 -0500 +++ calibre.new/pkg-plist 2013-09-08 09:56:07.000000000 -0500 @@ -33,6 +33,7 @@ lib/calibre/calibre/db/backup.py lib/calibre/calibre/db/cache.py lib/calibre/calibre/db/categories.py +lib/calibre/calibre/db/delete_service.py lib/calibre/calibre/db/errors.py lib/calibre/calibre/db/fields.py lib/calibre/calibre/db/lazy.py @@ -47,10 +48,13 @@ 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/locking.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/utils.py lib/calibre/calibre/db/tests/writing.py +lib/calibre/calibre/db/utils.py lib/calibre/calibre/db/view.py lib/calibre/calibre/db/write.py lib/calibre/calibre/debug.py @@ -231,6 +235,8 @@ lib/calibre/calibre/ebooks/docx/toc.py lib/calibre/calibre/ebooks/docx/block_styles.py lib/calibre/calibre/ebooks/docx/lcid.py +lib/calibre/calibre/ebooks/docx/writer/__init__.py +lib/calibre/calibre/ebooks/docx/writer/container.py lib/calibre/calibre/ebooks/epub/__init__.py lib/calibre/calibre/ebooks/epub/pages.py lib/calibre/calibre/ebooks/epub/periodical.py @@ -596,6 +602,7 @@ lib/calibre/calibre/gui2/actions/show_book_details.py lib/calibre/calibre/gui2/actions/show_quickview.py lib/calibre/calibre/gui2/actions/similar_books.py +lib/calibre/calibre/gui2/actions/sort.py lib/calibre/calibre/gui2/actions/store.py lib/calibre/calibre/gui2/actions/toc_edit.py lib/calibre/calibre/gui2/actions/tweak_epub.py @@ -665,6 +672,8 @@ lib/calibre/calibre/gui2/convert/rb_output_ui.py lib/calibre/calibre/gui2/convert/regex_builder.py lib/calibre/calibre/gui2/convert/regex_builder_ui.py +lib/calibre/calibre/gui2/convert/rtf_input.py +lib/calibre/calibre/gui2/convert/rtf_input_ui.py lib/calibre/calibre/gui2/convert/search_and_replace.py lib/calibre/calibre/gui2/convert/search_and_replace_ui.py lib/calibre/calibre/gui2/convert/single.py @@ -696,7 +705,6 @@ lib/calibre/calibre/gui2/dialogs/add_from_isbn.py lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py lib/calibre/calibre/gui2/dialogs/book_info.py -lib/calibre/calibre/gui2/dialogs/book_info_ui.py lib/calibre/calibre/gui2/dialogs/catalog.py lib/calibre/calibre/gui2/dialogs/catalog_ui.py lib/calibre/calibre/gui2/dialogs/check_library.py @@ -776,6 +784,8 @@ lib/calibre/calibre/gui2/languages.py lib/calibre/calibre/gui2/layout.py lib/calibre/calibre/gui2/library/__init__.py +lib/calibre/calibre/gui2/library/alternate_views.py +lib/calibre/calibre/gui2/library/caches.py lib/calibre/calibre/gui2/library/delegates.py lib/calibre/calibre/gui2/library/models.py lib/calibre/calibre/gui2/library/views.py @@ -1042,6 +1052,7 @@ lib/calibre/calibre/translations/msgfmt.py lib/calibre/calibre/utils/Zeroconf.py lib/calibre/calibre/utils/__init__.py +lib/calibre/calibre/utils/apsw_shell.py lib/calibre/calibre/utils/bibtex.py lib/calibre/calibre/utils/browser.py lib/calibre/calibre/utils/chm/__init__.py @@ -1139,7 +1150,6 @@ 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 lib/calibre/calibre/utils/wordcount.py @@ -1480,6 +1490,7 @@ %%DATADIR%%/images/format-text-underline.png %%DATADIR%%/images/forward.png %%DATADIR%%/images/gmail_logo.png +%%DATADIR%%/images/grid.png %%DATADIR%%/images/help.png %%DATADIR%%/images/heuristics.png %%DATADIR%%/images/highlight_only_off.png @@ -2037,6 +2048,7 @@ @dirrm lib/calibre/calibre/ebooks/html @dirrm lib/calibre/calibre/ebooks/fb2 @dirrm lib/calibre/calibre/ebooks/epub +@dirrm lib/calibre/calibre/ebooks/docx/writer @dirrm lib/calibre/calibre/ebooks/docx @dirrm lib/calibre/calibre/ebooks/djvu @dirrm lib/calibre/calibre/ebooks/conversion/plugins --- calibre-1.2.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: