From owner-svn-ports-all@freebsd.org Sat May 5 07:41:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50F2FFCD3E2; Sat, 5 May 2018 07:41:14 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03B7A7EF20; Sat, 5 May 2018 07:41: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2DC31ACD6; Sat, 5 May 2018 07:41: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 w457fDxY063705; Sat, 5 May 2018 07:41:13 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w457fDiO063702; Sat, 5 May 2018 07:41:13 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201805050741.w457fDiO063702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 5 May 2018 07:41:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469090 - head/deskutils/calibre X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/deskutils/calibre X-SVN-Commit-Revision: 469090 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.25 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, 05 May 2018 07:41:14 -0000 Author: madpilot Date: Sat May 5 07:41:13 2018 New Revision: 469090 URL: https://svnweb.freebsd.org/changeset/ports/469090 Log: Update calibre to 3.23.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 May 5 07:18:23 2018 (r469089) +++ head/deskutils/calibre/Makefile Sat May 5 07:41:13 2018 (r469090) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 3.22.1 -PORTREVISION= 1 +PORTVERSION= 3.23.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat May 5 07:18:23 2018 (r469089) +++ head/deskutils/calibre/distinfo Sat May 5 07:41:13 2018 (r469090) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524213379 -SHA256 (calibre-3.22.1.tar.xz) = 532b4dd4e566f479f98990ffdaaeb3af3a2fb7deb086508c5889bbebd8baa8d9 -SIZE (calibre-3.22.1.tar.xz) = 38440292 +TIMESTAMP = 1525418612 +SHA256 (calibre-3.23.0.tar.xz) = c98564e6b5599a4838c68b8266559a487d15abfc04331ad850fcbe09db884337 +SIZE (calibre-3.23.0.tar.xz) = 38942508 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat May 5 07:18:23 2018 (r469089) +++ head/deskutils/calibre/pkg-plist Sat May 5 07:41:13 2018 (r469090) @@ -1198,6 +1198,7 @@ lib/calibre/calibre/plugins/qt_hack.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so lib/calibre/calibre/plugins/tokenizer.so +lib/calibre/calibre/plugins/unicode_names.so lib/calibre/calibre/plugins/zlib2.so lib/calibre/calibre/ptempfile.py lib/calibre/calibre/rpdb.py @@ -1368,6 +1369,7 @@ lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py lib/calibre/calibre/utils/unicode_getpass.py +lib/calibre/calibre/utils/unicode_names.py lib/calibre/calibre/utils/unrar.py lib/calibre/calibre/utils/unsmarten.py lib/calibre/calibre/utils/winreg/__init__.py