Index: head/security/py-acme/Makefile =================================================================== --- head/security/py-acme/Makefile (revision 447535) +++ head/security/py-acme/Makefile (revision 447536) @@ -1,35 +1,35 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.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}openssl>=0.13:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/${PYTHON_PKGNAMEPREFIX}setuptools \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six TEST_DEPENDS= ${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 447535) +++ head/security/py-acme/distinfo (revision 447536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499421068 -SHA256 (acme-0.16.0.tar.gz) = 538b69134cc50bdcdcc081b844c85158509022c61d7abc1f44216beeb95de9cd -SIZE (acme-0.16.0.tar.gz) = 94118 +TIMESTAMP = 1502133910 +SHA256 (acme-0.17.0.tar.gz) = 3ccbe4aaeb98c77b98ee4093b4e4adb76a1a24cbdfec0130c489c206f1d9b66e +SIZE (acme-0.17.0.tar.gz) = 94676 Index: head/security/py-certbot/Makefile =================================================================== --- head/security/py-certbot/Makefile (revision 447535) +++ head/security/py-certbot/Makefile (revision 447536) @@ -1,46 +1,45 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.16.0 -PORTREVISION= 1 +PORTVERSION= 0.17.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>=${PORTVERSION}:security/py-acme \ ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${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 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock # Actually 2.7,3.3+ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-patch: - ${REINPLACE_CMD} \ + @${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 447535) +++ head/security/py-certbot/distinfo (revision 447536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499421236 -SHA256 (certbot-0.16.0.tar.gz) = 795801fd6b06b32060e364ac045312e6b26c6272d5ca32878277e5a2afdee186 -SIZE (certbot-0.16.0.tar.gz) = 269600 +TIMESTAMP = 1502134062 +SHA256 (certbot-0.17.0.tar.gz) = 43f5b26c3f314d14babf79a3bdf3522e4fc9eef867a0681c426f113c650a669c +SIZE (certbot-0.17.0.tar.gz) = 274054