git: acf346ef1942 - main - archivers/minizip: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 19:56:54 UTC 2021


The branch main has been updated by decke:

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

commit acf346ef1942beb7e7ef755c71447454eb42653f
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 19:32:42 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-06 19:56:30 +0000

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

diff --git a/archivers/minizip/Makefile b/archivers/minizip/Makefile
index 4822b61601f5..2fa8e862c21e 100644
--- a/archivers/minizip/Makefile
+++ b/archivers/minizip/Makefile
@@ -11,12 +11,13 @@ COMMENT=	Zip library and programs from Zlib distribution
 
 LICENSE=	ZLIB
 
-USES=		autoreconf libtool pathfix tar:xz
+USES=		autoreconf cpe libtool pathfix tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-demos
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
+CPE_VENDOR=	minizip_project
 
 post-patch:
 	@${REINPLACE_CMD} 's/#ifdef unix || __APPLE__/#ifdef unix/' ${WRKSRC}/mini???.c


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