git: 2675080acce8 - main - textproc/ugrep: Update to 3.12.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jun 2023 00:30:49 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=2675080acce8e7b048e883079e235efa0de5b276 commit 2675080acce8e7b048e883079e235efa0de5b276 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2023-06-19 00:09:19 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-06-19 00:29:43 +0000 textproc/ugrep: Update to 3.12.1 - Add shebangfix required by helper scripts ug+, and ugrep+ --- textproc/ugrep/Makefile | 7 +++++-- textproc/ugrep/distinfo | 6 +++--- textproc/ugrep/pkg-plist | 2 ++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index ca9de11f95f5..f455f4e705da 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 3.11.2 +DISTVERSION= 3.12.1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/Genivia/ugrep LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lang gmake +USES= compiler:c++11-lang gmake shebangfix USE_GITHUB= yes GH_ACCOUNT= Genivia @@ -24,6 +24,9 @@ OPTIONS_DEFAULT_amd64= AVX SSE2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost-regex +SHEBANG_FILES= bin/ug+ bin/ugrep+ +bash_CMD= ${SH} + PCRE2_DESC= Use Perl Compatible Regular Expressions v2 PCRE2_CONFIGURE_WITH= pcre2=${LOCALBASE} PCRE2_LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 0b7570ed84cb..cb8c926dce93 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681029515 -SHA256 (Genivia-ugrep-v3.11.2_GH0.tar.gz) = a314cc6fe149eef9bc0f0d69c6b331d9d4491a100677c1b3fbb2159806cca2dd -SIZE (Genivia-ugrep-v3.11.2_GH0.tar.gz) = 4465613 +TIMESTAMP = 1687132911 +SHA256 (Genivia-ugrep-v3.12.1_GH0.tar.gz) = a442ac9c0961746374d0627e6ec52d5c6250541640aeb9a698eb40382d0ec44c +SIZE (Genivia-ugrep-v3.12.1_GH0.tar.gz) = 4469868 diff --git a/textproc/ugrep/pkg-plist b/textproc/ugrep/pkg-plist index f3dc928bc4af..c34a11c6c8e7 100644 --- a/textproc/ugrep/pkg-plist +++ b/textproc/ugrep/pkg-plist @@ -1,5 +1,7 @@ bin/ug bin/ugrep +bin/ug+ +bin/ugrep+ man/man1/ug.1.gz man/man1/ugrep.1.gz %%DATADIR%%/patterns/README.md