diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-10-13 15:29:12 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-10-13 15:29:12 +0000 |
commit | c92ea0468976588e93adbdf6483a0ad92ff04b9e (patch) | |
tree | 36d509f410b2aac3220bac05ca51abae66097303 /security/py-acme/Makefile | |
parent | 854aa582a99eb23cd1d0ba75ad6fe3bf1148f2bc (diff) | |
download | ports-c92ea0468976588e93adbdf6483a0ad92ff04b9e.tar.gz ports-c92ea0468976588e93adbdf6483a0ad92ff04b9e.zip |
Notes
Diffstat (limited to 'security/py-acme/Makefile')
-rw-r--r-- | security/py-acme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index c8a1ca533284..4f6296b9edef 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.12:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ |