Mon Jan 16 08:35:14 2023 UTC ()
ugrep: updated to 3.9.5

ugrep v3.9.5

Fix option -l (files-with-matches) when used in combination with option -z (decompress), which occasionally would display duplicate filenames when a compressed file has many matches. Fixed by draining the decompression pipe until eof of the compressed file in the searched archive, as was intended.


(adam)
diff -r1.44 -r1.45 pkgsrc/textproc/ugrep/Makefile
diff -r1.42 -r1.43 pkgsrc/textproc/ugrep/distinfo

cvs diff -r1.44 -r1.45 pkgsrc/textproc/ugrep/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/Makefile 2023/01/11 10:19:50 1.44
+++ pkgsrc/textproc/ugrep/Makefile 2023/01/16 08:35:14 1.45
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2023/01/11 10:19:50 adam Exp $ 1# $NetBSD: Makefile,v 1.45 2023/01/16 08:35:14 adam Exp $
2 2
3DISTNAME= ugrep-3.9.4 3DISTNAME= ugrep-3.9.5
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/Genivia/ugrep 9HOMEPAGE= https://github.com/Genivia/ugrep
10COMMENT= Fast grep with many enhancements including Unicode support 10COMMENT= Fast grep with many enhancements including Unicode support
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13.include "options.mk" 13.include "options.mk"
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config

cvs diff -r1.42 -r1.43 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2023/01/11 10:19:50 1.42
+++ pkgsrc/textproc/ugrep/distinfo 2023/01/16 08:35:14 1.43
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.42 2023/01/11 10:19:50 adam Exp $ 1$NetBSD: distinfo,v 1.43 2023/01/16 08:35:14 adam Exp $
2 2
3BLAKE2s (ugrep-3.9.4.tar.gz) = 68a2528c614ba69d216510a290f0fdd16ad36a6c2722dd7da1e4260891b9ddd3 3BLAKE2s (ugrep-3.9.5.tar.gz) = a5e934558534742daaf771bc46b37380c67f81f8c4111ef8e0874bdeba927ea6
4SHA512 (ugrep-3.9.4.tar.gz) = b23d46d6c62819692a38a13b1e33195521aea35a3c160cb926d50529c951820c34c49f536437967dc025584b298ade9c31b00ca8b32f54f2bb8f7a467cefcff0 4SHA512 (ugrep-3.9.5.tar.gz) = 603896bf2883a1f992ec8dd324f9ea8a96e11d9642a047091474bc50744b61da198551fe647d980c280c71a3a32dfc2391394123fcbf31b6695fb8f779c94c97
5Size (ugrep-3.9.4.tar.gz) = 4446303 bytes 5Size (ugrep-3.9.5.tar.gz) = 4446404 bytes