Index: head/security/py-acme/Makefile =================================================================== --- head/security/py-acme/Makefile (revision 439747) +++ head/security/py-acme/Makefile (revision 439748) @@ -1,41 +1,41 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= ACME protocol implementation in Python LICENSE= APACHE20 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 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/${PYTHON_PKGNAMEPREFIX}setuptools \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-acme/distinfo =================================================================== --- head/security/py-acme/distinfo (revision 439747) +++ head/security/py-acme/distinfo (revision 439748) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488626615 -SHA256 (acme-0.12.0.tar.gz) = a05cba6b5b0fffdfa246b32492a44769011d45205f3ee8efde1f37ee9843fbdf -SIZE (acme-0.12.0.tar.gz) = 91316 +TIMESTAMP = 1491648474 +SHA256 (acme-0.13.0.tar.gz) = 7489b3e20d02da0a389aedb82408ffb6b76294e41d833db85591b9f779539815 +SIZE (acme-0.13.0.tar.gz) = 90794 Index: head/security/py-acme/pkg-descr =================================================================== --- head/security/py-acme/pkg-descr (revision 439747) +++ head/security/py-acme/pkg-descr (revision 439748) @@ -1,3 +1,7 @@ -Implements the Automated Certificate Management Environment (ACME) +ACME (Automated Certificate Management Environment) is a protocol for +automating the management of domain-validation certificates, based on a +simple JSON-over-HTTPS interface. + +This packages provides a Python implementation of the protocol. WWW: https://github.com/certbot/certbot/tree/master/acme