Date: Fri, 14 May 2021 16:56:58 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d001c7726de - main - textproc/ugrep: Update to 3.2.2 Message-ID: <202105141656.14EGuwF1058802@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d001c7726debb69e35c96f237ec3410b70a88a4 commit 4d001c7726debb69e35c96f237ec3410b70a88a4 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2021-05-14 16:55:14 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2021-05-14 16:55:14 +0000 textproc/ugrep: Update to 3.2.2 - Add ZSTD option --- textproc/ugrep/Makefile | 8 +++++--- textproc/ugrep/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 995f1be41548..a82f7f902b9d 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 3.1.11 +DISTVERSION= 3.2.2 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org @@ -13,10 +13,10 @@ USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= Genivia -OPTIONS_DEFINE= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY +OPTIONS_DEFINE= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD OPTIONS_DEFINE_aarch64= NEON OPTIONS_DEFINE_amd64= AVX SSE2 -OPTIONS_DEFAULT= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY +OPTIONS_DEFAULT= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY ZSTD OPTIONS_DEFAULT_aarch64= NEON OPTIONS_DEFAULT_amd64= AVX SSE2 @@ -45,5 +45,7 @@ HIDDEN_DESC= Search hidden files by default HIDDEN_CONFIGURE_ENABLE= hidden MMAP_DESC= Enable memory mapped files by default MMAP_CONFIGURE_ENABLE= mmap +ZSTD_CONFIGURE_WITH= zstd=${LOCALBASE} +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include <bsd.port.mk> diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 6083a2080d26..2638b728f04c 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618127769 -SHA256 (Genivia-ugrep-v3.1.11_GH0.tar.gz) = 43542115612f066ae22610da1510356955b142135bb23e97ed4266be28ec3e13 -SIZE (Genivia-ugrep-v3.1.11_GH0.tar.gz) = 4049833 +TIMESTAMP = 1621010294 +SHA256 (Genivia-ugrep-v3.2.2_GH0.tar.gz) = daedcb76da090b46e98cd5dc2b8785b6dccfe28d80e1fd4b1076b4c251f7244d +SIZE (Genivia-ugrep-v3.2.2_GH0.tar.gz) = 4152539
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105141656.14EGuwF1058802>