1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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)
This commit is contained in:
Bernhard Froehlich 2021-09-06 13:03:50 +00:00
parent b942e0fbb1
commit d942d07ea8
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -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 <bsd.port.mk>