From owner-dev-commits-ports-all@freebsd.org Fri Apr 30 16:13:10 2021 Return-Path: Delivered-To: dev-commits-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 7613962360F; Fri, 30 Apr 2021 16:13:10 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FWy8Q2xHWz4tVp; Fri, 30 Apr 2021 16:13:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57A192F197; Fri, 30 Apr 2021 16:13:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13UGDAwI086952; Fri, 30 Apr 2021 16:13:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13UGDA6D086951; Fri, 30 Apr 2021 16:13:10 GMT (envelope-from git) Date: Fri, 30 Apr 2021 16:13:10 GMT Message-Id: <202104301613.13UGDA6D086951@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: ce0c99f57ed8 - main - deskutils/calibre: Update to 5.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ce0c99f57ed8928e98afd5a20db0dfaf21d29adc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 16:13:10 -0000 The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce0c99f57ed8928e98afd5a20db0dfaf21d29adc commit ce0c99f57ed8928e98afd5a20db0dfaf21d29adc Author: Guido Falsi AuthorDate: 2021-04-30 16:12:14 +0000 Commit: Guido Falsi CommitDate: 2021-04-30 16:13:05 +0000 deskutils/calibre: Update to 5.17.0 --- deskutils/calibre/Makefile | 2 +- deskutils/calibre/distinfo | 6 +++--- .../files/patch-src_calibre_utils_cpp__binding.h | 20 ++++++++++++++++++++ deskutils/calibre/pkg-plist | 1 - 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 8025cf70e48a..b84d7ed1f81c 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,7 +1,7 @@ # Created by: stas PORTNAME= calibre -PORTVERSION= 5.16.1 +PORTVERSION= 5.17.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 2e16ba53a429..80dc9733296a 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618813468 -SHA256 (calibre-5.16.1.tar.xz) = 9535c25b430634e7b379c6863bd736246538ca5c293e605a3174d8de72cd72b1 -SIZE (calibre-5.16.1.tar.xz) = 36757204 +TIMESTAMP = 1619768640 +SHA256 (calibre-5.17.0.tar.xz) = add8812f7637abfd3015f5861388c69166a4815f2103d1e30dc297b28ead56bb +SIZE (calibre-5.17.0.tar.xz) = 36784632 diff --git a/deskutils/calibre/files/patch-src_calibre_utils_cpp__binding.h b/deskutils/calibre/files/patch-src_calibre_utils_cpp__binding.h new file mode 100644 index 000000000000..7367743aac8b --- /dev/null +++ b/deskutils/calibre/files/patch-src_calibre_utils_cpp__binding.h @@ -0,0 +1,20 @@ +--- src/calibre/utils/cpp_binding.h.orig 2021-04-30 02:00:12 UTC ++++ src/calibre/utils/cpp_binding.h +@@ -14,7 +14,7 @@ + + #define arraysz(x) (sizeof(x)/sizeof(x[0])) + +-template(NULL)> ++template(NULL)> + class generic_raii { + private: + generic_raii( const generic_raii & ) noexcept; +@@ -45,7 +45,7 @@ typedef generic_raii wchar_raii; + static inline void python_object_destructor(void *p) { PyObject *x = reinterpret_cast(p); Py_XDECREF(x); } + typedef generic_raii pyobject_raii; + +-template(NULL)> ++template(NULL)> + class generic_raii_array { + private: + generic_raii_array( const generic_raii_array & ) noexcept; diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 31951eaa49d3..f4f190c8a151 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -145,7 +145,6 @@ lib/calibre/calibre/devices/mtp/unix/sysfs.py lib/calibre/calibre/devices/mtp/unix/upstream/update.py lib/calibre/calibre/devices/mtp/windows/__init__.py lib/calibre/calibre/devices/mtp/windows/driver.py -lib/calibre/calibre/devices/mtp/windows/remote.py lib/calibre/calibre/devices/nokia/__init__.py lib/calibre/calibre/devices/nokia/driver.py lib/calibre/calibre/devices/nook/__init__.py