git: 4dc8a0226078 - main - archivers/liblz4: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 15 14:12:13 UTC 2021


The branch main has been updated by decke:

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

commit 4dc8a0226078b79ec745f563e7ca4dad0e5a742d
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-15 14:10:58 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-15 14:10:58 +0000

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

diff --git a/archivers/liblz4/Makefile b/archivers/liblz4/Makefile
index e279c0995ae8..428c4413fc33 100644
--- a/archivers/liblz4/Makefile
+++ b/archivers/liblz4/Makefile
@@ -13,9 +13,10 @@ COMMENT=	LZ4 compression library, lossless and very fast
 LICENSE=	BSD2CLAUSE GPLv2
 LICENSE_COMB=	multi
 
-USES=		meson pkgconfig python:3.5+,build shebangfix
+USES=		cpe meson pkgconfig python:3.5+,build shebangfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
+CPE_VENDOR=	lz4_project
 
 SHEBANG_FILES=	meson/*.py \
 		${WRKDIR}/${PORTNAME}-${DISTVERSION}/tests/*.py


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