From d942d07ea8db78e3f0991f97b40c7385cff8f3be Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 6 Sep 2021 13:03:50 +0000 Subject: security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT CPE escaping is needed for [^_a-zA-Z0-9] but we have many ports with special characters like minuses in their name so escaping is something that should be handled in Mk/Uses/cpe.mk. Approved by: portmgr (blanket) --- security/apache-xml-security-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/apache-xml-security-c') diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 29f6ddeca4ba..2e27351c3ddb 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -19,7 +19,7 @@ USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} -CPE_PRODUCT= xml_security_for_c\+\+ +CPE_PRODUCT= xml_security_for_c++ CPE_VENDOR= apache .include -- cgit v1.2.3