git: 4d001c7726de - main - textproc/ugrep: Update to 3.2.2
Ashish SHUKLA
ashish at FreeBSD.org
Fri May 14 16:56:58 UTC 2021
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d001c7726debb69e35c96f237ec3410b70a88a4
commit 4d001c7726debb69e35c96f237ec3410b70a88a4
Author: Ashish SHUKLA <ashish at FreeBSD.org>
AuthorDate: 2021-05-14 16:55:14 +0000
Commit: Ashish SHUKLA <ashish at 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 at 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
More information about the dev-commits-ports-all
mailing list