Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 13:09:40 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: d942d07ea8db - main - security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT
Message-ID:  <202109061309.186D9e8R040133@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=d942d07ea8db78e3f0991f97b40c7385cff8f3be

commit d942d07ea8db78e3f0991f97b40c7385cff8f3be
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-06 13:03:50 +0000
Commit:     Bernhard Froehlich <decke@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109061309.186D9e8R040133>