Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 13:18:40 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3eb8f3f12a23 - main - security/rhash: Add CPE information
Message-ID:  <202110131318.19DDIe33078812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit 3eb8f3f12a23671cb556c8e8a3779c13f0861b6c
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:15:40 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:15:40 +0000

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

diff --git a/security/rhash/Makefile b/security/rhash/Makefile
index 0ee04111f25a..9787b2f5c42a 100644
--- a/security/rhash/Makefile
+++ b/security/rhash/Makefile
@@ -24,6 +24,9 @@ CONFIGURE_ARGS=	--prefix="${PREFIX}" --mandir="${PREFIX}/man" \
 		--enable-lib-static --enable-openssl-runtime \
 		--extra-cflags="${CFLAGS}" --extra-ldflags="${LDFLAGS}"
 INSTALL_TARGET=	install install-lib-so-link install-pkg-config
+
+USES=		cpe
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/RHash-${PORTVERSION}



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