Index: head/security/py-certbot/Makefile =================================================================== --- head/security/py-certbot/Makefile (revision 439748) +++ head/security/py-certbot/Makefile (revision 439749) @@ -1,46 +1,46 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Let's Encrypt client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION}:security/py-acme \ ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.7:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.2.1:sysutils/py-psutil \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${PYTHON_PKGNAMEPREFIX}python2-pythondialog>=3.2.2r1:devel/py-python2-pythondialog \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/${PYTHON_PKGNAMEPREFIX}setuptools \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:-2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes post-patch: ${REINPLACE_CMD} \ -e 's|/etc/|${LOCALBASE}/etc/|' \ -e 's|/var/lib|/var/db|' \ ${WRKSRC}/${PORTNAME}/constants.py do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-certbot/distinfo =================================================================== --- head/security/py-certbot/distinfo (revision 439748) +++ head/security/py-certbot/distinfo (revision 439749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488626590 -SHA256 (certbot-0.12.0.tar.gz) = 4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7 -SIZE (certbot-0.12.0.tar.gz) = 239552 +TIMESTAMP = 1491648489 +SHA256 (certbot-0.13.0.tar.gz) = f63ad7747edaca2fb7d60c28882e44d2f48ff1cca9b9c7c251ad47e2189c00f3 +SIZE (certbot-0.13.0.tar.gz) = 241627 Index: head/security/py-certbot/pkg-descr =================================================================== --- head/security/py-certbot/pkg-descr (revision 439748) +++ head/security/py-certbot/pkg-descr (revision 439749) @@ -1,16 +1,16 @@ In short: getting and installing SSL/TLS certificates made easy. -The Let's Encrypt Client is a tool to automatically receive and install +Certbot is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let's Encrypt CA which will be issuing browser-trusted certificates for free. It's all automated: The tool will prove domain control to the CA and submit a CSR (Certificate Signing Request). If domain control has been proven, a certificate will get issued and the tool will automatically install it. WWW: https://github.com/certbot/certbot