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:           Sat Apr  5 23:23:58 UTC 2025

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

Log Message:
filesystems/tahoe-lafs: Change py-OpenSSL to versioned_dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/filesystems/tahoe-lafs/Makefile:1.69
--- pkgsrc/filesystems/tahoe-lafs/Makefile:1.68 Sat Apr  5 20:43:02 2025
+++ pkgsrc/filesystems/tahoe-lafs/Makefile      Sat Apr  5 23:23:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2025/04/05 20:43:02 gdt Exp $
+# $NetBSD: Makefile,v 1.69 2025/04/05 23:23:58 gdt Exp $
 
 VERSION_BASE=  1.20.0
 VERSION_RC=
@@ -22,7 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zfec>=1.1.0:../
 DEPENDS+=      ${PYPKGPREFIX}-zope.interface>=3.6.0:../../devel/py-zope.interface
 DEPENDS+=      ${PYPKGPREFIX}-foolscap>=23.3.0:../../net/py-foolscap
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography # >= 2.6
-DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=23.2.0:../../security/py-OpenSSL
+PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL # >=23.2.0
 
 # twisted needs tls, conch options.  pkgsrc has tls.  \todo conch
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=22.8.0:../../net/py-twisted



Home | Main Index | Thread Index | Old Index