git: d942d07ea8db - main - security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 13:09:40 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d942d07ea8db78e3f0991f97b40c7385cff8f3be

commit d942d07ea8db78e3f0991f97b40c7385cff8f3be
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 13:03:50 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 13:03:50 +0000

    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(-)

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


More information about the dev-commits-ports-all mailing list