From nobody Sat Oct 23 19:04:06 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A0ADB181809A; Sat, 23 Oct 2021 19:04:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hc9cQ3yyGz59Br; Sat, 23 Oct 2021 19:04:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68D4327618; Sat, 23 Oct 2021 19:04:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19NJ46Uk075670; Sat, 23 Oct 2021 19:04:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19NJ46fV075669; Sat, 23 Oct 2021 19:04:06 GMT (envelope-from git) Date: Sat, 23 Oct 2021 19:04:06 GMT Message-Id: <202110231904.19NJ46fV075669@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Stefan E=C3=9Fer?= Subject: git: e031fb260655 - main - net/gfbgraph: Add CPE information List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e031fb260655676fe474aff2c601761544cbe041 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e031fb260655676fe474aff2c601761544cbe041 commit e031fb260655676fe474aff2c601761544cbe041 Author: Stefan Eßer AuthorDate: 2021-10-23 19:03:52 +0000 Commit: Stefan Eßer 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