git: 6b2effb4d8b5 - main - textproc/diffutils: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:27 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b2effb4d8b50f559213442f138ecd99418798c4 commit 6b2effb4d8b50f559213442f138ecd99418798c4 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:20:34 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-03-18 13:23:53 +0000 textproc/diffutils: Add CPE information Approved by: portmgr (blanket) --- textproc/diffutils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/diffutils/Makefile b/textproc/diffutils/Makefile index 85fc0a7cf7b5..fbc26ae8deaa 100644 --- a/textproc/diffutils/Makefile +++ b/textproc/diffutils/Makefile @@ -12,10 +12,11 @@ COMMENT= GNU differential compare utilities LIB_DEPENDS= libsigsegv.so:devel/libsigsegv -USES= charsetfix tar:xz +USES= charsetfix cpe tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g TEST_TARGET= check +CPE_VENDOR= gnu OPTIONS_DEFINE= NLS OPTIONS_SUB= yes