git: 2b206948bb6b - main - devel/oniguruma: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 11 11:57:33 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565

commit 2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-11 11:52:03 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-11 11:52:03 +0000

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

diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 09cc06197f52..033ce856fd72 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Regular expressions library compatible with POSIX/GNU/Perl
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=			autoreconf pathfix libtool  # configure provided in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
+USES=			autoreconf cpe pathfix libtool  # configure provided in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
 USE_GITHUB=		yes
 GH_ACCOUNT=		kkos
 GNU_CONFIGURE=		yes
@@ -21,6 +21,7 @@ USE_LDCONFIG=		yes
 INSTALL_TARGET=		install-strip
 TEST_WRKSRC=		${WRKSRC}/test
 TEST_TARGET=		test
+CPE_VENDOR=		oniguruma_project
 
 OPTIONS_DEFINE=			STATISTICS DOCS EXAMPLES
 STATISTICS_DESC=		Take matching time statistical data (debug feature)


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