git: d60fcf794215 - main - www/libwww: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 29 11:56:09 UTC 2021


The branch main has been updated by decke:

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

commit d60fcf79421575f3daed3ce2eb7495beaf19e02f
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-29 11:53:52 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-29 11:53:52 +0000

    www/libwww: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/libwww/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index ef3614d37e6e..002c1e22869c 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -17,11 +17,12 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-USES=		gmake libtool localbase perl5 ssl tar:tgz
+USES=		cpe gmake libtool localbase perl5 ssl tar:tgz
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-zlib --with-ssl=${OPENSSLBASE}
+CPE_VENDOR=	w3c
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so


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