Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 13:26:19 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: 92ab931a9ba8 - main - graphics/proj: Add CPE information
Message-ID:  <202203181326.22IDQJI4003464@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=92ab931a9ba8cd1bc888bd3cd74235dea0a68430

commit 92ab931a9ba8cd1bc888bd3cd74235dea0a68430
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:14:48 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:52 +0000

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

diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index 24eee18ed1a3..4e732ce58bea 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -17,9 +17,11 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtiff.so:graphics/tiff
 RUN_DEPENDS=	proj-data>=0:graphics/proj-data
 
-USES=		compiler:c++11-lang gmake libtool pathfix pkgconfig sqlite
+USES=		compiler:c++11-lang cpe gmake libtool pathfix pkgconfig sqlite
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	proj_project
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check



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