Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E025684DB9 for ; Tue, 8 Aug 2023 11:59:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Um_xpK5UhDFP for ; Tue, 8 Aug 2023 11:59:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5614584D3A for ; Tue, 8 Aug 2023 11:59:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F75DFBDB; Tue, 8 Aug 2023 11:59:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169149599379830" MIME-Version: 1.0 Date: Tue, 8 Aug 2023 11:59:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230808115953.4F75DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169149599379830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_169149599379830 Content-Disposition: inline Content-Length: 1530 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_169149599379830--