pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/tahoe-lafs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Mar 19 12:59:42 UTC 2021

Modified Files:
        pkgsrc/filesystems/tahoe-lafs: Makefile

Log Message:
tahoe-lafs: Comment out py-crypto to avoid bulk

(I must missed the discussion about remove of py-crypto.)


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/filesystems/tahoe-lafs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/tahoe-lafs/Makefile
diff -u pkgsrc/filesystems/tahoe-lafs/Makefile:1.48 pkgsrc/filesystems/tahoe-lafs/Makefile:1.49
--- pkgsrc/filesystems/tahoe-lafs/Makefile:1.48 Fri Mar 19 12:56:36 2021
+++ pkgsrc/filesystems/tahoe-lafs/Makefile      Fri Mar 19 12:59:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/03/19 12:56:36 gdt Exp $
+# $NetBSD: Makefile,v 1.49 2021/03/19 12:59:42 gdt Exp $
 
 DISTNAME=      tahoe-lafs-1.12.1
 PKGREVISION=   2
@@ -33,7 +33,7 @@ DEPENDS+=     ${PYPKGPREFIX}-twisted>=16.1.0
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.0.5:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
-DEPENDS+=      ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
+#DEPENDS+=     ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
 DEPENDS+=      ${PYPKGPREFIX}-cryptopp>=0.6.0:../../security/py-cryptopp
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.14:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow



Home | Main Index | Thread Index | Old Index