Date: Sat, 11 Sep 2021 11:57:32 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: 2b206948bb6b - main - devel/oniguruma: Add CPE information Message-ID: <202109111157.18BBvW7F083336@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=2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565 commit 2b206948bb6ba1dfcd1b774adae1cfa5dfaa0565 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-11 11:52:03 +0000 Commit: Bernhard Froehlich <decke@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109111157.18BBvW7F083336>