git: 51777d95d883 - main - editors/abiword: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:46 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51777d95d88358707b3427fe5ad0305c481b3662

commit 51777d95d88358707b3427fe5ad0305c481b3662
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:35:14 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-all mailing list