Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:48:21 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3bce267aabd - main - graphics/lcms2: Add CPE information
Message-ID:  <202110231948.19NJmLK8029479@gitrepo.freebsd.org>

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

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

commit a3bce267aabdd4d43d4311d0cff320b63385e148
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:48:00 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:48:16 +0000

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

diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile
index e29c5ec536d2..c27cd4699e5e 100644
--- a/graphics/lcms2/Makefile
+++ b/graphics/lcms2/Makefile
@@ -11,7 +11,9 @@ COMMENT=	Accurate, fast, and small-footprint color management engine
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool localbase:ldflags pathfix
+USES=		cpe libtool localbase:ldflags pathfix
+CPE_VENDOR=	littlecms
+CPE_PRODUCT=	little_cms_color_engine
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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