Received: by mail.netbsd.org (Postfix, from userid 605) id D047984DAF; Thu, 1 Apr 2021 17:06:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1861D84DAE for ; Thu, 1 Apr 2021 17:06:52 +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 VeICkB1dqu1Q for ; Thu, 1 Apr 2021 17:06:51 +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 7FEBD84D04 for ; Thu, 1 Apr 2021 17:06:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7907BFA95; Thu, 1 Apr 2021 17:06:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617296811112840" MIME-Version: 1.0 Date: Thu, 1 Apr 2021 17:06:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210401170651.7907BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617296811112840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 1 17:06:51 UTC 2021 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: update to 3.1.10. New --bool option to specify Boolean search query patterns (with Google search syntax or fzf-like when used with -F to search strings instead of regex patterns); new --and and --not options; new --dotall option; updated --format to support -v; other improvements. More coming soon! To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617296811112840 Content-Disposition: inline Content-Length: 1613 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.13 pkgsrc/textproc/ugrep/Makefile:1.14 --- pkgsrc/textproc/ugrep/Makefile:1.13 Fri Mar 5 11:01:04 2021 +++ pkgsrc/textproc/ugrep/Makefile Thu Apr 1 17:06:51 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/03/05 11:01:04 nia Exp $ +# $NetBSD: Makefile,v 1.14 2021/04/01 17:06:51 wiz Exp $ -DISTNAME= ugrep-3.1.9 +DISTNAME= ugrep-3.1.10 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.11 pkgsrc/textproc/ugrep/distinfo:1.12 --- pkgsrc/textproc/ugrep/distinfo:1.11 Fri Mar 5 11:01:04 2021 +++ pkgsrc/textproc/ugrep/distinfo Thu Apr 1 17:06:51 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/03/05 11:01:04 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/04/01 17:06:51 wiz Exp $ -SHA1 (ugrep-3.1.9.tar.gz) = e6b67d4df03e42dc9009d2c0eae5f897123385b7 -RMD160 (ugrep-3.1.9.tar.gz) = de93063dd6dbf105ca4488d0e37c63ece19d461c -SHA512 (ugrep-3.1.9.tar.gz) = 109dec89a8e6dcc34197e622d2434cdb8a75513fea4990d39157cf624691871779bfc8ba8caaed26f9e7ade44b81db0e468c5fb9cb30fd845f7928fc4bc2d886 -Size (ugrep-3.1.9.tar.gz) = 4058381 bytes +SHA1 (ugrep-3.1.10.tar.gz) = fe8f26f65cb88b77f67e3b26c863b589ee0d72c1 +RMD160 (ugrep-3.1.10.tar.gz) = 1eae7640047070fe12d534b2a0ec81dc4bc866af +SHA512 (ugrep-3.1.10.tar.gz) = fbd8e6bb62915450d15325a05cb3834ae2c4fe8a6abdf30357877d5785d7f60e37594e9c9de4ab4f536439f13da82d87dc15313d90d209e9b7fdff6f817e9e58 +Size (ugrep-3.1.10.tar.gz) = 4058511 bytes --_----------=_1617296811112840--