pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Apr 10 10:29:38 UTC 2017

Modified Files:
        pkgsrc/security/py-acme: Makefile
        pkgsrc/security/py-certbot: Makefile

Log Message:
Fix stale and missing dependencies in py-acme and py-certbot. PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-certbot/Makefile

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

Modified files:

Index: pkgsrc/security/py-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.4 pkgsrc/security/py-acme/Makefile:1.5
--- pkgsrc/security/py-acme/Makefile:1.4        Wed Jan 25 12:34:07 2017
+++ pkgsrc/security/py-acme/Makefile    Mon Apr 10 10:29:38 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/01/25 12:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/10 10:29:38 fhajny Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       ACME protocol implementation in Python
@@ -9,8 +10,8 @@ LICENSE=       apache-2.0
 
 .include "../../security/py-certbot/Makefile.common"
 
+DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-dns>=1.12:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests

Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.3 pkgsrc/security/py-certbot/Makefile:1.4
--- pkgsrc/security/py-certbot/Makefile:1.3     Thu Jan 12 16:02:44 2017
+++ pkgsrc/security/py-certbot/Makefile Mon Apr 10 10:29:38 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/01/12 16:02:44 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/04/10 10:29:38 fhajny Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       Client for the Let's Encrypt CA
@@ -16,10 +17,10 @@ PYTHON_VERSIONS_ACCEPTED=   27
 .include "Makefile.common"
 
 DEPENDS+=      ${PYPKGPREFIX}-acme-${PKGVERSION_NOREV}{nb*,}:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.7:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-dialog>=3.2.2rc1:../../devel/py-dialog2
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime



Home | Main Index | Thread Index | Old Index