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: Thu Apr 11 12:16:13 UTC 2024
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 5.1.4
ugrep v5.1.4
fix glitch: option -A may omit an after context line for regex patterns that start with a wildcard "zero or more" repetition such as .*
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.71 -r1.72 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.77 pkgsrc/textproc/ugrep/Makefile:1.78
--- pkgsrc/textproc/ugrep/Makefile:1.77 Fri Apr 5 08:24:30 2024
+++ pkgsrc/textproc/ugrep/Makefile Thu Apr 11 12:16:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2024/04/05 08:24:30 adam Exp $
+# $NetBSD: Makefile,v 1.78 2024/04/11 12:16:13 adam Exp $
-DISTNAME= ugrep-5.1.3
+DISTNAME= ugrep-5.1.4
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.71 pkgsrc/textproc/ugrep/distinfo:1.72
--- pkgsrc/textproc/ugrep/distinfo:1.71 Fri Apr 5 08:24:30 2024
+++ pkgsrc/textproc/ugrep/distinfo Thu Apr 11 12:16:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2024/04/05 08:24:30 adam Exp $
+$NetBSD: distinfo,v 1.72 2024/04/11 12:16:13 adam Exp $
-BLAKE2s (ugrep-5.1.3.tar.gz) = 90bf35fd3211d8356fd14a38eeeb8c92597b3ab4bb81d82843ffa74f3328e6d4
-SHA512 (ugrep-5.1.3.tar.gz) = 6c8f169577db4856073f11473c4ee74c2264e7ec7fdc4e53c8a22cd6c4595bc4d511f4252595a863828e3e009d3b14375d14f5d94c8d05f05d92f142324b08be
-Size (ugrep-5.1.3.tar.gz) = 6280488 bytes
+BLAKE2s (ugrep-5.1.4.tar.gz) = fa7afc9629f79041bf58ac2114a80ad84adb2a4f0b7cec21d8db38489e054e09
+SHA512 (ugrep-5.1.4.tar.gz) = d746c77a22a98c2719cc7b443351a3d27f0f2712a2be483596965cc2b6127f28b9e564ca32db1fea950a6315053c89440912d4b7311073bd97d7702f02521378
+Size (ugrep-5.1.4.tar.gz) = 6280906 bytes
Home |
Main Index |
Thread Index |
Old Index