Date: Thu, 31 Jan 2019 12:47:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491714 - head/security/py-certbot-apache Message-ID: <201901311247.x0VClxkC069961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Jan 31 12:47:59 2019 New Revision: 491714 URL: https://svnweb.freebsd.org/changeset/ports/491714 Log: - Fix apache root dir PR: 235277 Reported by: gerard_seibert@outlook.com Sponsored by: iXsystems Inc. Modified: head/security/py-certbot-apache/Makefile Modified: head/security/py-certbot-apache/Makefile ============================================================================== --- head/security/py-certbot-apache/Makefile Thu Jan 31 12:46:53 2019 (r491713) +++ head/security/py-certbot-apache/Makefile Thu Jan 31 12:47:59 2019 (r491714) @@ -2,7 +2,7 @@ PORTNAME= certbot-apache PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +27,8 @@ NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|apache2ctl|apachectl|' ${WRKSRC}/certbot_apache/configurator.py + @${REINPLACE_CMD} -e 's|/etc/apache2|${LOCALBASE}/etc/apache24|' \ + ${WRKSRC}/certbot_apache/configurator.py .include "${.CURDIR}/../py-acme/version.mk" .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311247.x0VClxkC069961>