Date: Thu, 21 Oct 2021 15:43:58 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 18f025804a21 - main - www/libapreq2: Add CPE information Message-ID: <202110211543.19LFhwpF069847@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=18f025804a21b6fac4ad9378fbabdae801868fe0 commit 18f025804a21b6fac4ad9378fbabdae801868fe0 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:50 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:50 +0000 www/libapreq2: Add CPE information Approved by: portmgr (blanket) --- www/libapreq2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 4e246a3fe6e0..358d9c24f136 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -14,7 +14,8 @@ LICENSE= APACHE20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} INSTALL_TARGET= install-strip -USES= apache:2.2+ libtool +USES= apache:2.2+ cpe libtool +CPE_VENDOR= apache USE_LDCONFIG= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211543.19LFhwpF069847>