git: 70b03e2ef721 - main - textproc/ugrep: Update to 3.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 05:02:37 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70b03e2ef72106d9d59c49d236cde8dfe4a54f6b
commit 70b03e2ef72106d9d59c49d236cde8dfe4a54f6b
Author: Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2021-12-21 04:54:51 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2021-12-21 04:59:55 +0000
textproc/ugrep: Update to 3.4.0
Also remove the upstream accepted patch
---
textproc/ugrep/Makefile | 2 +-
textproc/ugrep/distinfo | 6 +++---
textproc/ugrep/files/patch-src_ugrep.cpp | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile
index e5fd7e2ca7c6..b1fd1420d31d 100644
--- a/textproc/ugrep/Makefile
+++ b/textproc/ugrep/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ugrep
DISTVERSIONPREFIX= v
-DISTVERSION= 3.3.12
+DISTVERSION= 3.4.0
CATEGORIES= textproc
MAINTAINER= ashish@FreeBSD.org
diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo
index 96854fb7cbdd..d76ad840de53 100644
--- a/textproc/ugrep/distinfo
+++ b/textproc/ugrep/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639807936
-SHA256 (Genivia-ugrep-v3.3.12_GH0.tar.gz) = 24f7de6d1dc2263a75b455c461c2d04b3a719d4165b6383c99d270b99758878e
-SIZE (Genivia-ugrep-v3.3.12_GH0.tar.gz) = 4312900
+TIMESTAMP = 1640062437
+SHA256 (Genivia-ugrep-v3.4.0_GH0.tar.gz) = b6404b0bc83e6e852892e705deeafbe1593faf5435baa6fb58991da6242c45e4
+SIZE (Genivia-ugrep-v3.4.0_GH0.tar.gz) = 4335290
diff --git a/textproc/ugrep/files/patch-src_ugrep.cpp b/textproc/ugrep/files/patch-src_ugrep.cpp
deleted file mode 100644
index e2766a0e159b..000000000000
--- a/textproc/ugrep/files/patch-src_ugrep.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ugrep.cpp.orig 2021-12-18 06:58:40 UTC
-+++ src/ugrep.cpp
-@@ -5717,7 +5717,7 @@ void terminal()
- // --pager: if output is to a TTY then page through the results
-
- // open a pipe to a forked pager
-- output = popen(flag_pager, "wb");
-+ output = popen(flag_pager, "w");
- if (output == NULL)
- error("cannot open pipe to pager", flag_pager);
-