Date: Tue, 21 Sep 2021 12:59:08 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42e9d0bbc898 - main - security/modsecurity3: Add CPE information Message-ID: <202109211259.18LCx8KX068052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=42e9d0bbc8981b515d8935aeb67430a961ee1a21 commit 42e9d0bbc8981b515d8935aeb67430a961ee1a21 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:21:36 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:57:59 +0000 security/modsecurity3: Add CPE information Approved by: portmgr (blanket) --- security/modsecurity3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/modsecurity3/Makefile b/security/modsecurity3/Makefile index f3722fb8d9f5..9cee083b764e 100644 --- a/security/modsecurity3/Makefile +++ b/security/modsecurity3/Makefile @@ -17,12 +17,14 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libyajl.so:devel/yajl \ libmaxminddb.so:net/libmaxminddb -USES= compiler:c++11-lang gmake gnome libtool pkgconfig:build +USES= compiler:c++11-lang cpe gmake gnome libtool pkgconfig:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 USE_GCC= yes USE_LDCONFIG= yes +CPE_VENDOR= trustwave + GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lmdb --without-ssdeep --without-lua
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCx8KX068052>