1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/ugrep: Update to 3.4.0

Also remove the upstream accepted patch
This commit is contained in:
Ashish SHUKLA 2021-12-21 04:54:51 +00:00
parent 50ab08c2f8
commit 70b03e2ef7
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0
3 changed files with 4 additions and 15 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= ugrep
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.12
DISTVERSION= 3.4.0
CATEGORIES= textproc
MAINTAINER= ashish@FreeBSD.org

View File

@ -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

View File

@ -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);