aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot-apache
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:44:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:02:17 +0000
commitc29190941f56c3d5a4465b3408d4986b13cb944c (patch)
treec2cd959faf8c2f9f442584023047272898a653af /security/py-certbot-apache
parentf0a70d02aa16506f10b07c4c4efefd5f5b16acca (diff)
security/py-{acme,certbot*}: Update USES=python and version requirement of RUN_DEPENDS
Diffstat (limited to 'security/py-certbot-apache')
-rw-r--r--security/py-certbot-apache/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile
index c8d17494cbf4..1bb21459b71a 100644
--- a/security/py-certbot-apache/Makefile
+++ b/security/py-certbot-apache/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-augeas>0:textproc/py-python-augeas@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}python-augeas>=0:textproc/py-python-augeas@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
@@ -22,8 +22,7 @@ NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/_internal/configurator.py
- @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' \
- ${WRKSRC}/certbot_apache/_internal/configurator.py
+ @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/certbot_apache/_internal/configurator.py
.include "${.CURDIR}/../py-acme/version.mk"
.include <bsd.port.mk>