diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-12 11:13:46 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-12 11:13:46 +0000 |
commit | e88af0bf9e83c7da93295c7caee729dc2e7a5880 (patch) | |
tree | 5c2f9787fcf60e04af546fd3d37ede2b67ee78b0 /security/py-certbot-nginx | |
parent | - Update to 2.3.11 (diff) |
security/py-[acme|certbot]: Update to 1.4.0
Changelog: https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md
Approved by: koobs (python, maintainer)
Differential Revision: https://reviews.freebsd.org/D24743
Diffstat (limited to 'security/py-certbot-nginx')
-rw-r--r-- | security/py-certbot-nginx/Makefile | 2 | ||||
-rw-r--r-- | security/py-certbot-nginx/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index 8b1a7a397de6..c09d8dd87272 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -30,7 +30,7 @@ DOCS_BUILD_DEPENDS= ${PY_SPHINX} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/configurator.py + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/constants.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index 8d98008f8519..cdd8ea6cf779 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584280698 -SHA256 (certbot-nginx-1.3.0.tar.gz) = 9aa0869c1250b7ea0a1eb1df6bdb5d0d6190d6ca0400da1033a8decc0df6f65b -SIZE (certbot-nginx-1.3.0.tar.gz) = 71274 +TIMESTAMP = 1589245415 +SHA256 (certbot-nginx-1.4.0.tar.gz) = 44a9f74dee7e2f8a32aafaf793280e8fcd4d50a9ffb7c5ed47a0bc591ce6ecca +SIZE (certbot-nginx-1.4.0.tar.gz) = 75818 |