pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ugrep
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 16 08:35:14 UTC 2023
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/ugrep/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.44 pkgsrc/textproc/ugrep/Makefile:1.45
--- pkgsrc/textproc/ugrep/Makefile:1.44 Wed Jan 11 10:19:50 2023
+++ pkgsrc/textproc/ugrep/Makefile Mon Jan 16 08:35:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2023/01/11 10:19:50 adam Exp $
+# $NetBSD: Makefile,v 1.45 2023/01/16 08:35:14 adam Exp $
-DISTNAME= ugrep-3.9.4
+DISTNAME= ugrep-3.9.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.42 pkgsrc/textproc/ugrep/distinfo:1.43
--- pkgsrc/textproc/ugrep/distinfo:1.42 Wed Jan 11 10:19:50 2023
+++ pkgsrc/textproc/ugrep/distinfo Mon Jan 16 08:35:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2023/01/11 10:19:50 adam Exp $
+$NetBSD: distinfo,v 1.43 2023/01/16 08:35:14 adam Exp $
-BLAKE2s (ugrep-3.9.4.tar.gz) = 68a2528c614ba69d216510a290f0fdd16ad36a6c2722dd7da1e4260891b9ddd3
-SHA512 (ugrep-3.9.4.tar.gz) = b23d46d6c62819692a38a13b1e33195521aea35a3c160cb926d50529c951820c34c49f536437967dc025584b298ade9c31b00ca8b32f54f2bb8f7a467cefcff0
-Size (ugrep-3.9.4.tar.gz) = 4446303 bytes
+BLAKE2s (ugrep-3.9.5.tar.gz) = a5e934558534742daaf771bc46b37380c67f81f8c4111ef8e0874bdeba927ea6
+SHA512 (ugrep-3.9.5.tar.gz) = 603896bf2883a1f992ec8dd324f9ea8a96e11d9642a047091474bc50744b61da198551fe647d980c280c71a3a32dfc2391394123fcbf31b6695fb8f779c94c97
+Size (ugrep-3.9.5.tar.gz) = 4446404 bytes
Home |
Main Index |
Thread Index |
Old Index