git: 69b2617e0142 - main - textproc/ugrep: Update to 4.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 08:20:49 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=69b2617e0142303ce46747f49170e649d5fd0da1 commit 69b2617e0142303ce46747f49170e649d5fd0da1 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2023-08-23 08:17:42 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-08-23 08:20:29 +0000 textproc/ugrep: Update to 4.0.2 - Remove upstream-ed patch --- textproc/ugrep/Makefile | 2 +- textproc/ugrep/distinfo | 6 +++--- textproc/ugrep/files/patch-configure | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index f905207b9027..87b3b2d1b0a1 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 4.0.1 +DISTVERSION= 4.0.2 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index d370aeb97be1..b18e92aeaa8c 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692554863 -SHA256 (Genivia-ugrep-v4.0.1_GH0.tar.gz) = 62b1c7fc9783cd73d4a6b7a2e3829683a65cdd44d53018ddc30253f404ecf54a -SIZE (Genivia-ugrep-v4.0.1_GH0.tar.gz) = 4513045 +TIMESTAMP = 1692778622 +SHA256 (Genivia-ugrep-v4.0.2_GH0.tar.gz) = 5230e472bb28ecbc0a7c3046559a5e9504de0135f58ac6faefeef75873772a46 +SIZE (Genivia-ugrep-v4.0.2_GH0.tar.gz) = 4512287 diff --git a/textproc/ugrep/files/patch-configure b/textproc/ugrep/files/patch-configure deleted file mode 100644 index 798e71626623..000000000000 --- a/textproc/ugrep/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2023-08-20 17:40:51 UTC -+++ configure -@@ -8418,7 +8418,7 @@ fi - # Check whether --enable-hidden was given. - if test ${enable_hidden+y} - then : -- enableval=$enable_hidden; with_hidden="yes" -+ enableval=$enable_hidden; with_hidden="$enable_hidden" - else $as_nop - with_hidden="no" - fi