Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 11:44:54 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: 1b9e4d7d9ad8 - main - devel/bison: Add CPE information
Message-ID:  <202108291144.17TBisGI025951@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=1b9e4d7d9ad86667425f6091515f8554d5129937

commit 1b9e4d7d9ad86667425f6091515f8554d5129937
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-29 11:32:15 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-29 11:32:15 +0000

    devel/bison: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/bison/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 045e939d4789..d0002553a467 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
 
-USES=		charsetfix compiler:c11 iconv localbase makeinfo perl5 readline tar:xz
+USES=		charsetfix compiler:c11 cpe iconv localbase makeinfo perl5 readline tar:xz
 USE_PERL5=	build
 
 CONFIGURE_ARGS=	--disable-yacc --enable-relocatable
@@ -25,6 +25,8 @@ TEST_TARGET=	check
 
 INFO=		bison
 
+CPE_VENDOR=	gnu
+
 OPTIONS_DEFINE=	DOCS EXAMPLES NLS
 OPTIONS_SUB=	yes
 



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