pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/calibre



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.

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



Home | Main Index | Thread Index | Old Index