Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:25 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: 7f5904900678 - main - security/libksba: Add CPE information
Message-ID:  <202109102119.18ALJPH8004556@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=7f59049006788945c32ca44518687bc03635cb5b

commit 7f59049006788945c32ca44518687bc03635cb5b
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 18:58:57 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:21 +0000

    security/libksba: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/libksba/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index b30a08549370..b96304a37e3a 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -16,9 +16,11 @@ LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPLv3
 
 LIB_DEPENDS=	libgpg-error.so:security/libgpg-error
 
-USES=		libtool perl5 tar:bzip2
+USES=		cpe libtool perl5 tar:bzip2
 USE_PERL5=	build
 
+CPE_VENDOR=	libksba_project
+
 CONFIGURE_ARGS=	--enable-static
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes



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