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:           Sat Nov 30 06:44:46 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 7.1.1

ugrep v7.1.1

fix negative character classes when option -i or --ignore-case is used and make ugrep closely emulate GNU grep's character class behavior when options -i and -P are used
appease -Woverload-virtual and -Wshadow warnings when building the RE/flex library, the TUI, and indexer (some warnings remain in ugrep.cpp)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.83 -r1.84 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.89 pkgsrc/textproc/ugrep/Makefile:1.90
--- pkgsrc/textproc/ugrep/Makefile:1.89 Sun Nov 24 09:33:14 2024
+++ pkgsrc/textproc/ugrep/Makefile      Sat Nov 30 06:44:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2024/11/24 09:33:14 adam Exp $
+# $NetBSD: Makefile,v 1.90 2024/11/30 06:44:46 adam Exp $
 
-DISTNAME=      ugrep-7.1.0
+DISTNAME=      ugrep-7.1.1
 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.83 pkgsrc/textproc/ugrep/distinfo:1.84
--- pkgsrc/textproc/ugrep/distinfo:1.83 Sun Nov 24 09:33:14 2024
+++ pkgsrc/textproc/ugrep/distinfo      Sat Nov 30 06:44:46 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2024/11/24 09:33:14 adam Exp $
+$NetBSD: distinfo,v 1.84 2024/11/30 06:44:46 adam Exp $
 
-BLAKE2s (ugrep-7.1.0.tar.gz) = f9fce85bbb3d9c3195b76e64c0da155cc9fda95ef321f7e126713e70b279b0b7
-SHA512 (ugrep-7.1.0.tar.gz) = aafc6e8d092dc4de6bb50bae8f1116272c36d925b4017a1898cadc47e3bb141b26355ecc058421c4664a461baf8ee4ed212eb52e37d89f9cd23841633bb9b296
-Size (ugrep-7.1.0.tar.gz) = 7117962 bytes
+BLAKE2s (ugrep-7.1.1.tar.gz) = 93eba193a8eceaa0df16040d3a43f8b5244776e6ff46d8e204c20628d223ee5b
+SHA512 (ugrep-7.1.1.tar.gz) = eb9fd1b5483ebe004140d3f631c4ec865ce22836013cc3f0f612704dd105347a8dbe76ea058f63c3f7e6ef1c46d0e3dfe18525e5717de3a2804cd0206d1d1fbe
+Size (ugrep-7.1.1.tar.gz) = 7120113 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index