aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-route53
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-04-14 12:01:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-04-14 12:01:21 +0000
commitd6f3c27ab46403662259ea6fedad65f432a6f2b7 (patch)
tree1fe225b3ae35e573442987bb65e3c3fc86a86a58 /security/py-certbot-dns-route53
parentdcf24bdec25505f99b0a25721760fdfc2a940b13 (diff)
downloadports-d6f3c27ab46403662259ea6fedad65f432a6f2b7.tar.gz
ports-d6f3c27ab46403662259ea6fedad65f432a6f2b7.zip
Note that both security/py-acme and security/py-certbot have PORTEPOCH set.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=467310
Diffstat (limited to 'security/py-certbot-dns-route53')
-rw-r--r--security/py-certbot-dns-route53/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot-dns-route53/Makefile b/security/py-certbot-dns-route53/Makefile
index 3cbf44f02ca9..7fced15e2348 100644
--- a/security/py-certbot-dns-route53/Makefile
+++ b/security/py-certbot-dns-route53/Makefile
@@ -13,8 +13,8 @@ COMMENT= Route53 DNS Authenticator plugin for Certbot
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION}:security/py-acme@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION}:security/py-certbot@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR}