pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ugrep ugrep: updated to 3.7.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a911e093eb2
branches:  trunk
changeset: 376359:7a911e093eb2
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 06 14:49:56 2022 +0000

description:
ugrep: updated to 3.7.8

ugrep v3.7.8

New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, 
which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max 
options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. 
Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Updated --stats reporting and other minor improvements.

diffstat:

 textproc/ugrep/Makefile |  4 ++--
 textproc/ugrep/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ca1ffe342ff8 -r 7a911e093eb2 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile   Wed Apr 06 14:46:28 2022 +0000
+++ b/textproc/ugrep/Makefile   Wed Apr 06 14:49:56 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2022/04/05 17:19:23 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/04/06 14:49:56 adam Exp $
 
-DISTNAME=      ugrep-3.7.7
+DISTNAME=      ugrep-3.7.8
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r ca1ffe342ff8 -r 7a911e093eb2 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo   Wed Apr 06 14:46:28 2022 +0000
+++ b/textproc/ugrep/distinfo   Wed Apr 06 14:49:56 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/04/05 17:19:23 adam Exp $
+$NetBSD: distinfo,v 1.31 2022/04/06 14:49:56 adam Exp $
 
-BLAKE2s (ugrep-3.7.7.tar.gz) = 64121748c0f9e2d4405b025a75377179f614bb26df410327ccb47c10b0b6bcca
-SHA512 (ugrep-3.7.7.tar.gz) = a9ace5b0560b2f2c1b91b0e01dc19d8a499815ae698a45c35b0600e627a2b99a8e92a6827cfd5e5f41983dbfb00cae3403b0fd10097273305defa36075add029
-Size (ugrep-3.7.7.tar.gz) = 4413745 bytes
+BLAKE2s (ugrep-3.7.8.tar.gz) = f4a8dee293e145e05d57a8d50a892b0baafabe12fecbc689f9b9bba1fd5084c8
+SHA512 (ugrep-3.7.8.tar.gz) = d212c780abb9cbc791605fa7b8361b5e741053097c7af9a8b98a447c258589127aeeeffc849d7474c375f3ece3236798c8694ddbeefea558bc7352411b43ffdb
+Size (ugrep-3.7.8.tar.gz) = 4413149 bytes



Home | Main Index | Thread Index | Old Index