aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-11-18 21:41:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-11-18 21:41:48 +0000
commitf637b43fec14553dcf7fdd3a95991aa5909cc59c (patch)
treefff1f4332450097c333cfe25b401c82dcda38958 /security/py-acme
parent075d066d971344577ca5b776fb386446bd31d81f (diff)
downloadports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.tar.gz
ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.zip
Notes
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 9f844bcb563f..b50aa0a702f7 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= acme
+PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.0.dev20151104
CATEGORIES= security python
@@ -12,7 +13,7 @@ COMMENT= ACME implementation
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 \
${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:${PORTSDIR}/security/py-cryptography \
${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \
${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:${PORTSDIR}/net/py-ndg_httpsclient \