git: 0b1aeffc79c6 - main - graphics/jbig2dec: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:10 UTC 2021


The branch main has been updated by decke:

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

commit 0b1aeffc79c6500fb201abea271c73bda88fead8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:01:46 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:45 +0000

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

diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index 50d02c41c4b2..754e4ee70f35 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -9,12 +9,13 @@ COMMENT=	Decoder implementation of the JBIG2 image compression format
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool
+USES=		cpe libtool
 
 CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+CPE_VENDOR=	artifex
 
 OPTIONS_DEFINE=	PNG
 OPTIONS_DEFAULT=PNG


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