Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 20:29:43 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: 7d84dacb0ab9 - main - cad/libredwg: Add CPE information
Message-ID:  <202109252029.18PKTh3w053675@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=7d84dacb0ab950d598e23205120966e32742c524

commit 7d84dacb0ab950d598e23205120966e32742c524
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-25 19:58:26 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-25 20:28:39 +0000

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

diff --git a/cad/libredwg/Makefile b/cad/libredwg/Makefile
index 993e45efa03e..c41fe59d4201 100644
--- a/cad/libredwg/Makefile
+++ b/cad/libredwg/Makefile
@@ -10,12 +10,13 @@ COMMENT=	Library and command line tools to handle DWG files
 
 LICENSE=	GPLv3+
 
-USES=		libtool tar:xz
+USES=		cpe libtool tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-trace --with-perl-install=no
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
+CPE_VENDOR=	gnu
 
 INFO=		LibreDWG
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO



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