Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 19:04:06 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: e031fb260655 - main - net/gfbgraph: Add CPE information
Message-ID:  <202110231904.19NJ46fV075669@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=e031fb260655676fe474aff2c601761544cbe041

commit e031fb260655676fe474aff2c601761544cbe041
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:03:52 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:03:52 +0000

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

diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile
index 8896a84ca78f..1038a2c38b60 100644
--- a/net/gfbgraph/Makefile
+++ b/net/gfbgraph/Makefile
@@ -14,8 +14,10 @@ LIB_DEPENDS=	librest-0.7.so:devel/librest \
 		libjson-glib-1.0.so:devel/json-glib \
 		libsoup-2.4.so:devel/libsoup
 
-USES=		autoreconf gettext gmake gnome libtool localbase:ldflags pathfix \
+USES=		autoreconf cpe gettext gmake gnome libtool localbase:ldflags pathfix \
 		pkgconfig tar:xz
+CPE_VENDOR=	gnome
+CPE_PRODUCT=	lib${PORTNAME}
 USE_GNOME=	glib20 intlhack introspection:build libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes



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