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 Nov 26 07:59:16 UTC 2023

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo
Added Files:
        pkgsrc/textproc/ugrep/patches: patch-configure

Log Message:
ugrep: updated to 4.3.4

ugrep v4.3.4

the ug command no longer quits with an error message when no default .ugrep config file was found
bzip3 is supported but not required to build ugrep; to use bzip3 with ugrep, execute ./build.sh --with-bzip3.
fix the output of + separators by no longer using them for GNU grep compatibility
fix option -v with -ABC context
fix configuration file option arguments that may got lost and causes option argument errors in some cases after parsing a config file, such as colors=
allow config file importing in config files using config=FILE (but does not permit recursive imports)
add Dockerfile-minimized
minor usability improvements


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/textproc/ugrep/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ugrep/patches/patch-configure

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.69 pkgsrc/textproc/ugrep/Makefile:1.70
--- pkgsrc/textproc/ugrep/Makefile:1.69 Thu Nov 16 12:13:08 2023
+++ pkgsrc/textproc/ugrep/Makefile      Sun Nov 26 07:59:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2023/11/16 12:13:08 adam Exp $
+# $NetBSD: Makefile,v 1.70 2023/11/26 07:59:16 adam Exp $
 
-DISTNAME=      ugrep-4.3.3
+DISTNAME=      ugrep-4.3.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.64 pkgsrc/textproc/ugrep/distinfo:1.65
--- pkgsrc/textproc/ugrep/distinfo:1.64 Thu Nov 16 12:13:08 2023
+++ pkgsrc/textproc/ugrep/distinfo      Sun Nov 26 07:59:16 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.64 2023/11/16 12:13:08 adam Exp $
+$NetBSD: distinfo,v 1.65 2023/11/26 07:59:16 adam Exp $
 
-BLAKE2s (ugrep-4.3.3.tar.gz) = 3fecbf469efedeea3f25bcf17d24c351964ad364d62580ef97eea9de5ab809e5
-SHA512 (ugrep-4.3.3.tar.gz) = 81c47dec35d153cfc34c1ef3001a8c6e12d9b22e3fd8f1e39b69db7734b7b6f98f1d47711fab38a33476d78d8228b43d67a726eaa015142f475f476dd69f828d
-Size (ugrep-4.3.3.tar.gz) = 4595042 bytes
+BLAKE2s (ugrep-4.3.4.tar.gz) = 01cf5c818a78a8a5c80823603804aa3a1e13a6434bccc2962446ed0bea9d9022
+SHA512 (ugrep-4.3.4.tar.gz) = 58d9fed1304a5937dc6fa3e6464924e6507be3fc0e12f13631bab6d5b3b6e6f2b1a7986fdd6e4650c6143056dde50c02a4c0f353bf592f01980efcc6c9f12a6c
+Size (ugrep-4.3.4.tar.gz) = 4597527 bytes
+SHA1 (patch-configure) = e21d2f96c8c904f4cc0d98bbf5adcda48163c604

Added files:

Index: pkgsrc/textproc/ugrep/patches/patch-configure
diff -u /dev/null pkgsrc/textproc/ugrep/patches/patch-configure:1.1
--- /dev/null   Sun Nov 26 07:59:16 2023
+++ pkgsrc/textproc/ugrep/patches/patch-configure       Sun Nov 26 07:59:16 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2023/11/26 07:59:16 adam Exp $
+
+Portability fix.
+
+--- configure.orig     2023-11-26 07:57:30.099375128 +0000
++++ configure
+@@ -8513,7 +8513,7 @@ else $as_nop
+ fi
+ 
+ if test "x$with_bzip3_library" != "x"; then
+-  if test "x$with_bzip3" == "xyes"; then
++  if test "x$with_bzip3" = "xyes"; then
+     unset with_bzip3
+   fi
+   #



Home | Main Index | Thread Index | Old Index