Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2022 14:59:43 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: 9312a4ea812d - main - graphics/chafa: Add CPE information
Message-ID:  <202205101459.24AExhWM082997@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=9312a4ea812d4af11ce22318596a258fca78df62

commit 9312a4ea812d4af11ce22318596a258fca78df62
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-05-10 14:52:15 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-05-10 14:52:15 +0000

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

diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile
index e5f2aa82aef8..d798669e86ef 100644
--- a/graphics/chafa/Makefile
+++ b/graphics/chafa/Makefile
@@ -16,12 +16,14 @@ LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
-USES=		gettext-runtime gnome libtool magick:7 tar:xz
+USES=		cpe gettext-runtime gnome libtool magick:7 tar:xz
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR}/html
 
+CPE_VENDOR=	chafa_project
+
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS



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