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: Sun Mar 19 09:11:40 UTC 2023
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 3.11.0
ugrep v3.11.0
Updated --format output when used with option -o by also enabling option -u to show all matches automatically; improved --json, --xml, --csv output when used with option -o; updated option -o output
with headings (when applicable) for every match like GNU grep; updated options --format and --replace field %m to output the number of matches sequentially; new --format and --replace field %M
outputs number of matching lines.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.46 -r1.47 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.49 pkgsrc/textproc/ugrep/Makefile:1.50
--- pkgsrc/textproc/ugrep/Makefile:1.49 Wed Mar 1 07:57:56 2023
+++ pkgsrc/textproc/ugrep/Makefile Sun Mar 19 09:11:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2023/03/01 07:57:56 adam Exp $
+# $NetBSD: Makefile,v 1.50 2023/03/19 09:11:40 adam Exp $
-DISTNAME= ugrep-3.10.0
+DISTNAME= ugrep-3.11.0
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.46 pkgsrc/textproc/ugrep/distinfo:1.47
--- pkgsrc/textproc/ugrep/distinfo:1.46 Wed Mar 1 07:57:56 2023
+++ pkgsrc/textproc/ugrep/distinfo Sun Mar 19 09:11:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2023/03/01 07:57:56 adam Exp $
+$NetBSD: distinfo,v 1.47 2023/03/19 09:11:40 adam Exp $
-BLAKE2s (ugrep-3.10.0.tar.gz) = 8c468c0492c42fb57b0521c796fa735f5266dcb0c770995566cef72cce3252b2
-SHA512 (ugrep-3.10.0.tar.gz) = 2d5dc7fd707adcca59f5a7a1686b049c8a4984821c1b81934aa0679159725b6d4880c11843a1dd6fa243f5d356f99ca79b9b1b20185506665a0b16db5aca6f65
-Size (ugrep-3.10.0.tar.gz) = 4447911 bytes
+BLAKE2s (ugrep-3.11.0.tar.gz) = cef0d22c0ebca36fa7bd457867c527e66087a14c1beeeb08eef92af8e085bb65
+SHA512 (ugrep-3.11.0.tar.gz) = 1e3db837f7484bbb70e273ade8b12f2f1f07ee2954bd0a1a4741c6334c65d3a320f87897e65b6778377f1293bab765ebd1fcb68dd1f975be8df4d09636541380
+Size (ugrep-3.11.0.tar.gz) = 4459571 bytes
Home |
Main Index |
Thread Index |
Old Index