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:           Tue Aug  8 11:59:53 UTC 2023

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 3.12.6

ugrep v3.12.6

New option -S (--dereference-files) to follow symbolic links only to files, not to directories, when using option -r for recursive search. Updated default recursive search to strictly perform -r 
without following any symbolic links (use -S to search symlinked files). New option --index for fast index-based search with the new ugrep-indexer tool. The ugrep-indexer tool is released on GitHub 
as a separate open source project at https://github.com/Genivia/ugrep-indexer which will become part of ugrep later after more feedback is received for this new feature.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.54 -r1.55 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.59 pkgsrc/textproc/ugrep/Makefile:1.60
--- pkgsrc/textproc/ugrep/Makefile:1.59 Fri Aug  4 20:36:30 2023
+++ pkgsrc/textproc/ugrep/Makefile      Tue Aug  8 11:59:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2023/08/04 20:36:30 adam Exp $
+# $NetBSD: Makefile,v 1.60 2023/08/08 11:59:53 adam Exp $
 
-DISTNAME=      ugrep-3.12.5
+DISTNAME=      ugrep-3.12.6
 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.54 pkgsrc/textproc/ugrep/distinfo:1.55
--- pkgsrc/textproc/ugrep/distinfo:1.54 Fri Aug  4 20:36:30 2023
+++ pkgsrc/textproc/ugrep/distinfo      Tue Aug  8 11:59:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2023/08/04 20:36:30 adam Exp $
+$NetBSD: distinfo,v 1.55 2023/08/08 11:59:53 adam Exp $
 
-BLAKE2s (ugrep-3.12.5.tar.gz) = c70d4b81e6ba48cfdec1513f2d8a49fb2a30c567b63ea745c9359142d695ee94
-SHA512 (ugrep-3.12.5.tar.gz) = c3f8dfb31ff72d9e344fbb1b50309ce433c72991f2867f6323f21c62fa2fed8dd1b874e5089386a801b01cc45a208b1680456b78bcf893037f49f829b3ec8d1c
-Size (ugrep-3.12.5.tar.gz) = 4504795 bytes
+BLAKE2s (ugrep-3.12.6.tar.gz) = 7b1548064e3bb2c382f629e91d8c1d49e58821e6713cdb0e2d5063767d5e386f
+SHA512 (ugrep-3.12.6.tar.gz) = 88a3cc65ca9b1002e8265f576978a82175107e76815e3a3b780a09194d46215bec135a846c5cc896521e13ce28319cbdf1143fd803dfbfae7d9c7f66f3cae706
+Size (ugrep-3.12.6.tar.gz) = 4506736 bytes



Home | Main Index | Thread Index | Old Index