Received: by mail.netbsd.org (Postfix, from userid 605) id 60DE284DC4; Mon, 22 Jun 2020 11:13:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC9A084DAF for ; Mon, 22 Jun 2020 11:13:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id k2qUv_uaGiCM for ; Mon, 22 Jun 2020 11:13:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E33684CF7 for ; Mon, 22 Jun 2020 11:13:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38BDEFB28; Mon, 22 Jun 2020 11:13:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592824398278100" MIME-Version: 1.0 Date: Mon, 22 Jun 2020 11:13:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc/calibre To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200622111318.38BDEFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592824398278100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Jun 22 11:13:18 UTC 2020 Modified Files: pkgsrc/misc/calibre: Makefile Log Message: calibre: Use py-cryptodome To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 pkgsrc/misc/calibre/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592824398278100 Content-Disposition: inline Content-Length: 1168 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/calibre/Makefile diff -u pkgsrc/misc/calibre/Makefile:1.238 pkgsrc/misc/calibre/Makefile:1.239 --- pkgsrc/misc/calibre/Makefile:1.238 Tue Jun 2 08:24:18 2020 +++ pkgsrc/misc/calibre/Makefile Mon Jun 22 11:13:18 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.238 2020/06/02 08:24:18 adam Exp $ +# $NetBSD: Makefile,v 1.239 2020/06/22 11:13:18 nia Exp $ DISTNAME= calibre-3.40.1 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ @@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-apsw>=3.7.17:../../databases/py-apsw DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet -DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto +DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome DEPENDS+= ${PYPKGPREFIX}-css-parser-[0-9]*:../../textproc/py-css-parser DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns --_----------=_1592824398278100--