aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-digitalocean
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-23 13:33:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-23 13:33:29 +0000
commit60852f734cc91d29c0d8769172b0047a0ab96594 (patch)
tree5e9728ed127244550ba865d3769eb57d26ea8a10 /security/py-certbot-dns-digitalocean
parent0ab22e8ac9dc837cada81c56c458f2ba1fa29e5b (diff)
downloadports-60852f734cc91d29c0d8769172b0047a0ab96594.tar.gz
ports-60852f734cc91d29c0d8769172b0047a0ab96594.zip
Add missing dependency.
Reported by: carmel_ny outlook com With hat: pointy (mat) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=462697
Diffstat (limited to 'security/py-certbot-dns-digitalocean')
-rw-r--r--security/py-certbot-dns-digitalocean/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-certbot-dns-digitalocean/Makefile b/security/py-certbot-dns-digitalocean/Makefile
index fedf61b647ff..632ba26924af 100644
--- a/security/py-certbot-dns-digitalocean/Makefile
+++ b/security/py-certbot-dns-digitalocean/Makefile
@@ -2,6 +2,7 @@
PORTNAME= certbot-dns-digitalocean
PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ 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} \
+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-digitalocean>=1.11:www/py-python-digitalocean@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR}