git: 4f4ab2e49750 - main - devel/m4: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 29 11:44:53 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f4ab2e49750304d3a761f049e44f08b9bcd9af0

commit 4f4ab2e49750304d3a761f049e44f08b9bcd9af0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-29 11:30:40 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-29 11:30:40 +0000

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

diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index 08faf8475b87..b81572d62abf 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -12,7 +12,7 @@ COMMENT=	GNU M4
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		iconv makeinfo tar:xz
+USES=		cpe iconv makeinfo tar:xz
 
 CONFIGURE_ARGS=	--program-prefix=g
 CONFIGURE_ENV=	MAKEINFO="${MAKEINFO} --no-split"
@@ -21,6 +21,8 @@ GNU_CONFIGURE=	yes
 EXAMPLESDIR=	${PREFIX}/share/examples/gm4
 INFO=		m4
 
+CPE_VENDOR=	gnu
+
 OPTIONS_DEFINE=	EXAMPLES LIBSIGSEGV NLS
 OPTIONS_SUB=	yes
 LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv)


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