Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:38 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: 51777d95d883 - main - editors/abiword: Add CPE information
Message-ID:  <202109102120.18ALKcXP014395@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=51777d95d88358707b3427fe5ad0305c481b3662

commit 51777d95d88358707b3427fe5ad0305c481b3662
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:35:14 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:18:02 +0000

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

diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 2b39d4cce581..834c7cb89ec3 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libgoffice-0.10.so:devel/goffice
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu
 
-USES=		compiler:c++11-lang desktop-file-utils gmake gnome iconv jpeg \
+USES=		compiler:c++11-lang cpe desktop-file-utils gmake gnome iconv jpeg \
 		libtool pathfix pkgconfig
 USE_GNOME=	libxml2 gtk30 librsvg2 libxslt
 GNU_CONFIGURE=	yes
@@ -31,6 +31,7 @@ CONFIGURE_ARGS=	--without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	abisource
 
 PLIST_SUB+=	ABIVERSION=3.0
 



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