diff options
Diffstat (limited to 'security/py-certbot-apache')
-rw-r--r-- | security/py-certbot-apache/Makefile | 4 | ||||
-rw-r--r-- | security/py-certbot-apache/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-certbot-apache/Makefile b/security/py-certbot-apache/Makefile index cb57a26b075e..e847903f2aa3 100644 --- a/security/py-certbot-apache/Makefile +++ b/security/py-certbot-apache/Makefile @@ -28,8 +28,8 @@ USE_PYTHON= autoplist concurrent pep517 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|apache2ctl|apachectl|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py + @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' ${WRKSRC}/src/certbot_apache/_internal/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk> diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo index 0e68734f0cac..11197ab66cc3 100644 --- a/security/py-certbot-apache/distinfo +++ b/security/py-certbot-apache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745167597 -SHA256 (certbot_apache-4.0.0.tar.gz) = 507f9a336bd95c25548f449d8307eead6f875186a13049de173d6833371910a2 -SIZE (certbot_apache-4.0.0.tar.gz) = 183105 +TIMESTAMP = 1751947305 +SHA256 (certbot_apache-4.1.1.tar.gz) = 8b43f9f4b3cb504109cae58b7b8edbadb62bd3fbb1e796fe17ea426a7195b41f +SIZE (certbot_apache-4.1.1.tar.gz) = 183384 |