aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-30 19:55:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-30 19:55:49 +0000
commita6b0d1c557608735cbed4e76896699b9f035d10e (patch)
treed1da4fdde1004402ee56dcab12df8795a1856ff1 /security
parent4c865b210abfa37ce21672132374528341a5769d (diff)
downloadports-a6b0d1c557608735cbed4e76896699b9f035d10e.tar.gz
ports-a6b0d1c557608735cbed4e76896699b9f035d10e.zip
Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 232819 Submitted by: Brad Warren <bmw@eff.org>
Notes
Notes: svn path=/head/; revision=483535
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index c63548c3e3b7..86074c440717 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= certbot
PORTVERSION= ${ACME_VERSION}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
@@ -18,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P
${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=1.2:security/py-cryptography@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}josepy>=0:security/py-josepy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \