git: 476cd0bceb20 - main - archivers/ppmd-7z: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 19:57:01 UTC 2021


The branch main has been updated by decke:

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

commit 476cd0bceb2056c8d8deb8e518019cb6c1ab01d6
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 19:44:21 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 19:56:37 +0000

    archivers/ppmd-7z: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 archivers/ppmd-7z/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/archivers/ppmd-7z/Makefile b/archivers/ppmd-7z/Makefile
index 308d908b63d9..deafa49bd1db 100644
--- a/archivers/ppmd-7z/Makefile
+++ b/archivers/ppmd-7z/Makefile
@@ -18,13 +18,15 @@ LICENSE_FILE_UNRAR=	${WRKSRC}/DOCS/unRarLicense.txt
 LICENSE_FILE_LGPL21+ =	${WRKSRC}/DOCS/copying.txt
 LICENSE_PERMS_UNRAR=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		tar:bzip2 gmake
+USES=		cpe tar:bzip2 gmake
 WRKSRC=		${WRKDIR}/p7zip_${DISTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/CPP/7zip/Compress/PPMD_Alone
 MAKEFILE=	makefile
 PLIST_FILES=	bin/${PKGBASE}
 MAKE_ARGS=	PROG=${PORTNAME} CXX="${CXX}" LIB="-pthread"
 TEST_TARGET=	test
+CPE_VENDOR=	7-zip
+CPE_PRODUCT=	p7zip
 
 post-patch:
 	@${REINPLACE_CMD} -e '/bool Open(LPCTSTR fileName, DWORD creationDisposition)/,/}/d'\


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