Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 09:42:51 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31c6e4cc00e7 - main - print/qpdf: Add CPE information
Message-ID:  <202109300942.18U9gpFA005592@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit 31c6e4cc00e7876278910801b6dea763236c3c50
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 09:41:31 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 09:42:25 +0000

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

diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index 40090174f143..55a75be7063e 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -13,10 +13,11 @@ LICENSE_COMB=	dual
 LICENSE_FILE_ART20=	${WRKSRC}/Artistic-2.0
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.txt
 
-USES=		compiler:c++11-lang gmake jpeg libtool localbase
+USES=		compiler:c++11-lang cpe gmake jpeg libtool localbase
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_LDCONFIG=	yes
+CPE_VENDOR=	qpdf_project
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109300942.18U9gpFA005592>