Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2F8EE1A9239 for ; Fri, 28 Jan 2022 12:04:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5E46484E96; Fri, 28 Jan 2022 12:04:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A60D84E8D for ; Fri, 28 Jan 2022 12:04:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id I3FK92VaL-aL for ; Fri, 28 Jan 2022 12:04:06 +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 1C7F684D38 for ; Fri, 28 Jan 2022 12:04:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19C98FB24; Fri, 28 Jan 2022 12:04:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643371446193760" MIME-Version: 1.0 Date: Fri, 28 Jan 2022 12:04:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220128120406.19C98FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643371446193760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 28 12:04:06 UTC 2022 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: updated to 3.7.1 ugrep v3.7.1 We made ugrep even faster and better overall with performance and usability improvements. More to come soon! To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643371446193760 Content-Disposition: inline Content-Length: 1522 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.25 pkgsrc/textproc/ugrep/Makefile:1.26 --- pkgsrc/textproc/ugrep/Makefile:1.25 Thu Jan 27 17:01:30 2022 +++ pkgsrc/textproc/ugrep/Makefile Fri Jan 28 12:04:05 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2022/01/27 17:01:30 adam Exp $ +# $NetBSD: Makefile,v 1.26 2022/01/28 12:04:05 adam Exp $ -DISTNAME= ugrep-3.7.0 +DISTNAME= ugrep-3.7.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.23 pkgsrc/textproc/ugrep/distinfo:1.24 --- pkgsrc/textproc/ugrep/distinfo:1.23 Thu Jan 27 17:01:30 2022 +++ pkgsrc/textproc/ugrep/distinfo Fri Jan 28 12:04:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2022/01/27 17:01:30 adam Exp $ +$NetBSD: distinfo,v 1.24 2022/01/28 12:04:05 adam Exp $ -BLAKE2s (ugrep-3.7.0.tar.gz) = 1d76ca4c913864da3b9494febbe6167b5fe37b5eb7326e0eea7a9caf75c7d9c7 -SHA512 (ugrep-3.7.0.tar.gz) = 31b9ec6da2da92ff874d85289afd0fb14660aaaa8096079e4fcb11222f2f4a7507cdcdb3cea7b70930b16d1c776bd379c2216bb1b24618733982f3c8e1454e4c -Size (ugrep-3.7.0.tar.gz) = 4400689 bytes +BLAKE2s (ugrep-3.7.1.tar.gz) = b25c2d6c3a28d156f157bc1cd146f61c8d203905ac710b0a94ef1a47e52f9cc5 +SHA512 (ugrep-3.7.1.tar.gz) = f95b9d678e3e3cc731c5e9d75f4d0345af1ae51aab8457da73bb0f451c1ea09a11415adefa12a69bb998da8a0451e3eeaf61b30797e6501ac6cf86884be9aa39 +Size (ugrep-3.7.1.tar.gz) = 4400237 bytes --_----------=_1643371446193760--