summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-04-10 10:29:38 +0000
committerfhajny <fhajny@pkgsrc.org>2017-04-10 10:29:38 +0000
commitf3557153877167b45e913799d05f0467d47d7e90 (patch)
tree4f01d4015d1e8fe93f931aaec3d4841bb72129cb /security
parente280d808c9e7af6c343b5968ce2f8c7caaea6f6d (diff)
downloadpkgsrc-f3557153877167b45e913799d05f0467d47d7e90.tar.gz
Fix stale and missing dependencies in py-acme and py-certbot. PKGREVISION++
Diffstat (limited to 'security')
-rw-r--r--security/py-acme/Makefile5
-rw-r--r--security/py-certbot/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index e915dd23595..bbce983bcc0 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -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
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index 6450948fd58..e5e04bebdec 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -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