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:
parent
b942e0fbb1
commit
d942d07ea8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user