diff options
author | adam <adam@pkgsrc.org> | 2022-04-06 14:49:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-06 14:49:56 +0000 |
commit | a9696b17e0dee9848f60b59e23fa93eeed79391a (patch) | |
tree | 35dd21ba4bf810c47d3c4bf36ef5e85e633d78fd /textproc | |
parent | 9ff669a0aee739b5543a303aa4e54ab39c2fb2a7 (diff) | |
download | pkgsrc-a9696b17e0dee9848f60b59e23fa93eeed79391a.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/ugrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/ugrep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index eab724df1ca..5e2b9efe5e8 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -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 --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 1b34951608b..2bdf288493b 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -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 |