Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 20:54:00 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: 1aec22102c22 - main - graphics/libfpx: Add CPE information
Message-ID:  <202109082054.188Ks06G021193@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=1aec22102c2287d1063a3485f0e698411da1f6ef

commit 1aec22102c2287d1063a3485f0e698411da1f6ef
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-08 20:31:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-08 20:53:35 +0000

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

diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile
index 3230b5458ecf..3832432ed627 100644
--- a/graphics/libfpx/Makefile
+++ b/graphics/libfpx/Makefile
@@ -15,7 +15,9 @@ MASTER_SITES=	http://imagemagick.mirrorcatalogs.com/delegates/	\
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Library routines for working with Flashpix images
 
-USES=		tar:xz uidfix
+USES=		cpe tar:xz uidfix
+
+CPE_VENDOR=	libfpx_project
 
 PLIST_FILES=	lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h
 USE_LDCONFIG=	yes



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