From owner-svn-ports-head@freebsd.org Sat Jun 18 22:07:14 2016 Return-Path: Delivered-To: svn-ports-head@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 1C319A79097; Sat, 18 Jun 2016 22:07:14 +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 ED4381229; Sat, 18 Jun 2016 22:07:13 +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 u5IM7Dls053345; Sat, 18 Jun 2016 22:07:13 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5IM7CHL053342; Sat, 18 Jun 2016 22:07:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201606182207.u5IM7CHL053342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 18 Jun 2016 22:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417092 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 22:07:14 -0000 Author: madpilot Date: Sat Jun 18 22:07:12 2016 New Revision: 417092 URL: https://svnweb.freebsd.org/changeset/ports/417092 Log: Update to 2.59.0. Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Jun 18 21:53:58 2016 (r417091) +++ head/deskutils/calibre/Makefile Sat Jun 18 22:07:12 2016 (r417092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.58.0 +PORTVERSION= 2.59.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Jun 18 21:53:58 2016 (r417091) +++ head/deskutils/calibre/distinfo Sat Jun 18 22:07:12 2016 (r417092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464945146 -SHA256 (calibre-2.58.0.tar.xz) = cdb7949bb9795a25836bb41cc19bcf0b900f4623cd6b5bed517c0789a5dbf85a -SIZE (calibre-2.58.0.tar.xz) = 40495912 +TIMESTAMP = 1466172933 +SHA256 (calibre-2.59.0.tar.xz) = b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3 +SIZE (calibre-2.59.0.tar.xz) = 40487560 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat Jun 18 21:53:58 2016 (r417091) +++ head/deskutils/calibre/pkg-plist Sat Jun 18 22:07:12 2016 (r417092) @@ -350,6 +350,7 @@ lib/calibre/calibre/ebooks/metadata/lrx. lib/calibre/calibre/ebooks/metadata/meta.py lib/calibre/calibre/ebooks/metadata/mobi.py lib/calibre/calibre/ebooks/metadata/odt.py +lib/calibre/calibre/ebooks/metadata/opf.py lib/calibre/calibre/ebooks/metadata/opf2.py lib/calibre/calibre/ebooks/metadata/pdb.py lib/calibre/calibre/ebooks/metadata/pdf.py @@ -381,6 +382,7 @@ lib/calibre/calibre/ebooks/metadata/tag_ lib/calibre/calibre/ebooks/metadata/toc.py lib/calibre/calibre/ebooks/metadata/topaz.py lib/calibre/calibre/ebooks/metadata/txt.py +lib/calibre/calibre/ebooks/metadata/utils.py lib/calibre/calibre/ebooks/metadata/worker.py lib/calibre/calibre/ebooks/metadata/xisbn.py lib/calibre/calibre/ebooks/metadata/xmp.py @@ -772,6 +774,7 @@ lib/calibre/calibre/gui2/device_drivers/ lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py +lib/calibre/calibre/gui2/dialogs/add_from_isbn_ui.py lib/calibre/calibre/gui2/dialogs/authors_edit.py lib/calibre/calibre/gui2/dialogs/book_info.py lib/calibre/calibre/gui2/dialogs/catalog.py @@ -1305,6 +1308,7 @@ lib/calibre/calibre/utils/ipc/simple_wor lib/calibre/calibre/utils/ipc/worker.py lib/calibre/calibre/utils/iphlpapi.py lib/calibre/calibre/utils/ipython.py +lib/calibre/calibre/utils/iso8601.py lib/calibre/calibre/utils/linux_trash.py lib/calibre/calibre/utils/localization.py lib/calibre/calibre/utils/localunzip.py @@ -1935,6 +1939,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/templates/inline_toc_styles.css %%DATADIR%%/templates/lrf.xsl %%DATADIR%%/templates/new_book.html +%%DATADIR%%/templates/new_nav.html %%DATADIR%%/templates/rtf.xsl %%DATADIR%%/tracer.epub %%DATADIR%%/user-manual-translation-stats.json