git: 3ff20775335f - main - graphics/imageworsener: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:44 UTC 2021


The branch main has been updated by decke:

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

commit 3ff20775335f68be7b538299956dac6bf62e6c1c
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:05:54 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:43 +0000

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

diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile
index fceaf49a42c3..7523d5d37b00 100644
--- a/graphics/imageworsener/Makefile
+++ b/graphics/imageworsener/Makefile
@@ -15,7 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 OPTIONS_DEFINE=	JPEG PNG WEBP
 OPTIONS_DEFAULT=JPEG PNG WEBP
 
-USES=		libtool
+USES=		cpe libtool
+
+CPE_VENDOR=	entropymine
 
 CONFIGURE_ARGS=	--with-zlib-include-dir=${INCLUDEDIR} \
 		--with-zlib-lib-dir=${LIBDIR}


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