Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 11:56:08 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: d60fcf794215 - main - www/libwww: Add CPE information
Message-ID:  <202108291156.17TBu88S039329@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=d60fcf79421575f3daed3ce2eb7495beaf19e02f

commit d60fcf79421575f3daed3ce2eb7495beaf19e02f
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-29 11:53:52 +0000
Commit:     Bernhard Froehlich <decke@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



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