diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-14 12:01:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-14 12:01:21 +0000 |
commit | d6f3c27ab46403662259ea6fedad65f432a6f2b7 (patch) | |
tree | 1fe225b3ae35e573442987bb65e3c3fc86a86a58 /security/py-certbot-dns-nsone | |
parent | dcf24bdec25505f99b0a25721760fdfc2a940b13 (diff) |
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-nsone')
-rw-r--r-- | security/py-certbot-dns-nsone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot-dns-nsone/Makefile b/security/py-certbot-dns-nsone/Makefile index 6e9bd57b71eb..d6dfac128711 100644 --- a/security/py-certbot-dns-nsone/Makefile +++ b/security/py-certbot-dns-nsone/Makefile @@ -13,8 +13,8 @@ COMMENT= NS1 DNS Authenticator plugin for Certbot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -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}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} |