Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 11:02:15 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: ceea17788aa3 - main - textproc/flex: Add CPE information
Message-ID:  <202110141102.19EB2FGT033985@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=ceea17788aa3235a4b7bc41eb39cf44ae118600c

commit ceea17788aa3235a4b7bc41eb39cf44ae118600c
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:58:15 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:06 +0000

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

diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index a4db6e07401b..ccc04b4ae649 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -12,7 +12,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	help2man:misc/help2man
 
-USES=		bison:alias gmake libtool makeinfo
+USES=		bison:alias cpe gmake libtool makeinfo
+CPE_VENDOR=	${PORTNAME}_project
 GNU_CONFIGURE=	yes
 # install flex header to its own dir to avoid conflict with system flex.
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/flex --disable-shared



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