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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eed41db61bf8
branches:  trunk
changeset: 376329:eed41db61bf8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 05 17:19:23 2022 +0000

description:
ugrep: updated to 3.7.7

ugrep v3.7.7
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 colorization of option -v when used with context options -A, -B and -C. Fixed option -r 
when combined with 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 3db9b99aadc8 -r eed41db61bf8 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile   Tue Apr 05 17:15:53 2022 +0000
+++ b/textproc/ugrep/Makefile   Tue Apr 05 17:19:23 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/03/17 21:19:30 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/04/05 17:19:23 adam Exp $
 
-DISTNAME=      ugrep-3.7.6
+DISTNAME=      ugrep-3.7.7
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 3db9b99aadc8 -r eed41db61bf8 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo   Tue Apr 05 17:15:53 2022 +0000
+++ b/textproc/ugrep/distinfo   Tue Apr 05 17:19:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/03/17 21:19:30 adam Exp $
+$NetBSD: distinfo,v 1.30 2022/04/05 17:19:23 adam Exp $
 
-BLAKE2s (ugrep-3.7.6.tar.gz) = 42b3c93f2e5cdc8adef412a2354411ddc662f0a5f0da77b7a21fcd45d960b7f7
-SHA512 (ugrep-3.7.6.tar.gz) = 5f101f46fcf05a8ad22097fdeacb1530058f9887050b19b5517283772eb8ebcd4cd14537bee1384a525c15446627c169d1e082228a78855ec4e68ef7820273da
-Size (ugrep-3.7.6.tar.gz) = 4413024 bytes
+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



Home | Main Index | Thread Index | Old Index