Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:44:38 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: 32ea85334f22 - main - graphics/pngcrush: Add CPE information
Message-ID:  <202110081144.198BicHi053484@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=32ea85334f22debfa13cb381be3a6da14a907869

commit 32ea85334f22debfa13cb381be3a6da14a907869
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:18:59 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:18:59 +0000

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

diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index 208de734554a..7f7f1e78e3a6 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -17,10 +17,12 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		localbase:ldflags tar:xz
+USES=		cpe localbase:ldflags tar:xz
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \
 		LDFLAGS="${LDFLAGS}"
 
+CPE_VENDOR=	pngcrush_project
+
 PLIST_FILES=	bin/pngcrush
 
 post-patch:



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