Date: Tue, 27 Jul 2021 14:06:51 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9660a990c47 - main - dns/dns-ui: Update APACHE_USES Message-ID: <202107271406.16RE6pOQ056202@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9660a990c478ed5963c1e5303fc267315ae51cf commit f9660a990c478ed5963c1e5303fc267315ae51cf Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2021-07-27 14:06:19 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2021-07-27 14:06:19 +0000 dns/dns-ui: Update APACHE_USES --- dns/dns-ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/dns-ui/Makefile b/dns/dns-ui/Makefile index cbe6ec0364b0..30a84c8838f2 100644 --- a/dns/dns-ui/Makefile +++ b/dns/dns-ui/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= APACHE PGSQLSRV APACHE_DESC= Use apache as webserver PGSQLSRV_DESC= Use local postgres instance -APACHE_USES= apache:run,22+ +APACHE_USES= apache:run,2.2+ APACHE_RUN_DEPENDS= mod_php74>0:www/mod_php74 PGSQLSRV_VARS= WANT_PGSQL=server
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271406.16RE6pOQ056202>