pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/duplicity



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 28 10:53:53 UTC 2026

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile

Log Message:
duplicity: adapt for gnupg binary name change

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/sysutils/duplicity/Makefile

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

Modified files:

Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.78 pkgsrc/sysutils/duplicity/Makefile:1.79
--- pkgsrc/sysutils/duplicity/Makefile:1.78     Fri Jan  2 15:09:54 2026
+++ pkgsrc/sysutils/duplicity/Makefile  Wed Jan 28 10:53:53 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.78 2026/01/02 15:09:54 triaxx Exp $
+# $NetBSD: Makefile,v 1.79 2026/01/28 10:53:53 wiz Exp $
 
 DISTNAME=      duplicity-3.0.7
+PKGREVISION=   1
 CATEGORIES=    sysutils net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/duplicity/}
 
@@ -15,7 +16,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=5.0.2:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 
-DEPENDS+=      gnupg2-[0-9]*:../../security/gnupg2
+DEPENDS+=      gnupg2>=2.5:../../security/gnupg2
 DEPENDS+=      lftp-[0-9]*:../../net/lftp
 DEPENDS+=      ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
 DEPENDS+=      ${PYPKGPREFIX}-botocore-[0-9]*:../../net/py-botocore
@@ -37,7 +38,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 # as of 3.0.0
 # 119 failed, 324 passed, 27 skipped, 18 warnings, 2 errors
 
-GPG=   ${PREFIX}/bin/gpg2
 LFTP=  ${PREFIX}/bin/lftp
 
 REPLACE_PYTHON+=       bin/duplicity



Home | Main Index | Thread Index | Old Index