Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:26 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: 51d18733393f - main - security/seahorse: Add CPE information
Message-ID:  <202109111157.18BBvQX4083210@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=51d18733393ff527cad38f209f80b378c4759a82

commit 51d18733393ff527cad38f209f80b378c4759a82
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:42:09 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:42:09 +0000

    security/seahorse: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 security/seahorse/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 9095c3e5bb24..c77ace19711d 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libgcr-base-3.so:security/gcr \
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	gnupg>=2.1.4:security/gnupg
 
-USES=		gettext gnome localbase:ldflags meson pkgconfig \
+USES=		cpe gettext gnome localbase:ldflags meson pkgconfig \
 		python:3.5+,build tar:xz xorg
 USE_CSTD=	c99
 USE_GNOME=	gtk30
@@ -34,6 +34,7 @@ GLIB_SCHEMAS=	org.gnome.seahorse.gschema.xml \
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	sm
+CPE_VENDOR=	gnome
 
 MESON_ARGS=	-Dcheck-compatible-gpg=false \
 		-Dhkp-support=true \



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