From owner-svn-ports-all@freebsd.org Sat Oct 19 07:24:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BCE015BF7A; Sat, 19 Oct 2019 07:24:02 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46wDst0qPMz3PZj; Sat, 19 Oct 2019 07:24:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 008C81F0D1; Sat, 19 Oct 2019 07:24:02 +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 x9J7O1Fr064411; Sat, 19 Oct 2019 07:24:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9J7O1Np064408; Sat, 19 Oct 2019 07:24:01 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201910190724.x9J7O1Np064408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 19 Oct 2019 07:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514762 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 514762 X-SVN-Commit-Repository: ports 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.29 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: Sat, 19 Oct 2019 07:24:02 -0000 Author: madpilot Date: Sat Oct 19 07:24:01 2019 New Revision: 514762 URL: https://svnweb.freebsd.org/changeset/ports/514762 Log: Update calibre to 4.2.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 Oct 19 07:08:17 2019 (r514761) +++ head/deskutils/calibre/Makefile Sat Oct 19 07:24:01 2019 (r514762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Oct 19 07:08:17 2019 (r514761) +++ head/deskutils/calibre/distinfo Sat Oct 19 07:24:01 2019 (r514762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570519110 -SHA256 (calibre-4.1.0.tar.xz) = 363f89b4c26ba8f8bba1eb40da09df85b8b3fedf9a0256285a0abae1ff65987c -SIZE (calibre-4.1.0.tar.xz) = 36231016 +TIMESTAMP = 1571382732 +SHA256 (calibre-4.2.0.tar.xz) = b1b626acdcc3b29ae96489e7424389161bd6529545f47c0d2b063b99131286d8 +SIZE (calibre-4.2.0.tar.xz) = 36319240 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat Oct 19 07:08:17 2019 (r514761) +++ head/deskutils/calibre/pkg-plist Sat Oct 19 07:24:01 2019 (r514762) @@ -1093,6 +1093,9 @@ lib/calibre/calibre/gui2/viewer/convert_book.py lib/calibre/calibre/gui2/viewer/lookup.py lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/mathjax.py +lib/calibre/calibre/gui2/viewer/overlay.py +lib/calibre/calibre/gui2/viewer/printing.py +lib/calibre/calibre/gui2/viewer/shortcuts.py lib/calibre/calibre/gui2/viewer/toc.py lib/calibre/calibre/gui2/viewer/ui.py lib/calibre/calibre/gui2/viewer/web_view.py