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: wiz
Date: Mon Jan 25 10:16:17 UTC 2021
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: update to 3.1.4.
3.1.4
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; updated
--format to support -v; other minor improvements. More coming soon!
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/textproc/ugrep/Makefile:1.11
--- pkgsrc/textproc/ugrep/Makefile:1.10 Mon Jan 4 12:15:30 2021
+++ pkgsrc/textproc/ugrep/Makefile Mon Jan 25 10:16:17 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/01/04 12:15:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/25 10:16:17 wiz Exp $
-DISTNAME= ugrep-3.1.1
+DISTNAME= ugrep-3.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.8 pkgsrc/textproc/ugrep/distinfo:1.9
--- pkgsrc/textproc/ugrep/distinfo:1.8 Mon Jan 4 12:15:30 2021
+++ pkgsrc/textproc/ugrep/distinfo Mon Jan 25 10:16:17 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/04 12:15:30 wiz Exp $
+$NetBSD: distinfo,v 1.9 2021/01/25 10:16:17 wiz Exp $
-SHA1 (ugrep-3.1.1.tar.gz) = f43128dfc72ad8632086b2cd5b450e22c0618653
-RMD160 (ugrep-3.1.1.tar.gz) = 7886446f6fd4d3ba6860c65b4e8c3728bee3ad48
-SHA512 (ugrep-3.1.1.tar.gz) = df272f9ac2361823db111a816e03cf5e03b1a60f808973f2a9353db1e6b54a56811dd44c2d75f2bc0287c401d24609ad27ab382933b2a25a59d7bf82e18e1944
-Size (ugrep-3.1.1.tar.gz) = 4054291 bytes
+SHA1 (ugrep-3.1.4.tar.gz) = 03b3a1cbe23a39cb6052796e9ab871a3b78bb1d1
+RMD160 (ugrep-3.1.4.tar.gz) = 74b431fa9632dbacaa5308c0374a9430983a6000
+SHA512 (ugrep-3.1.4.tar.gz) = fad0b2c690ca108ab45eada4345c711bc6a6ebc62b50eb61964f71f17ece7d0b90832cfa083e112a0e29598303e686200b779c5166c61fb428ef5e2680cd7948
+Size (ugrep-3.1.4.tar.gz) = 4056048 bytes
Home |
Main Index |
Thread Index |
Old Index