Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2021 19:26:34 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: e5dfab28a92c - main - editors/gobby: Add CPE information
Message-ID:  <202110181926.19IJQYnP095023@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=e5dfab28a92ce9548eadaf47d06a22763706e4f5

commit e5dfab28a92ce9548eadaf47d06a22763706e4f5
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:56 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:54 +0000

    editors/gobby: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 editors/gobby/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index 55137a22d919..2bbb0f37a613 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -18,7 +18,8 @@ OPTIONS_DEFINE=	GTKSPELL NLS
 GTKSPELL_DESC=	Enable GtkSpell support
 
 USE_GNOME=	gtksourceview2 intltool
-USES=		compiler:c++11-lang gmake gnome pathfix pkgconfig
+USES=		compiler:c++11-lang cpe gmake gnome pathfix pkgconfig
+CPE_VENDOR=	${PORTNAME}_project
 USE_CXXSTD=	c++11
 GNU_CONFIGURE=	yes
 
@@ -35,7 +36,8 @@ CONFIGURE_ARGS+=--without-gtkspell
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 CONFIGURE_ARGS+=	--enable-nls
-USES+=		gettext
+USES+=		cpe gettext
+CPE_VENDOR=	${PORTNAME}_project
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=	--disable-nls



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