Received: by mail.netbsd.org (Postfix, from userid 605) id 7D0A284D41; Fri, 5 Mar 2021 11:01:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B81F884D23 for ; Fri, 5 Mar 2021 11:01:04 +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 Kjh_AFspI3lV for ; Fri, 5 Mar 2021 11:01:04 +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 3CA5984D16 for ; Fri, 5 Mar 2021 11:01:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36424FA95; Fri, 5 Mar 2021 11:01:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614942064199900" MIME-Version: 1.0 Date: Fri, 5 Mar 2021 11:01:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210305110104.36424FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614942064199900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Mar 5 11:01:04 UTC 2021 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: Update to 3.1.9 "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.12 -r1.13 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614942064199900 Content-Disposition: inline Content-Length: 1608 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.12 pkgsrc/textproc/ugrep/Makefile:1.13 --- pkgsrc/textproc/ugrep/Makefile:1.12 Thu Feb 4 11:22:54 2021 +++ pkgsrc/textproc/ugrep/Makefile Fri Mar 5 11:01:04 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/02/04 11:22:54 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2021/03/05 11:01:04 nia Exp $ -DISTNAME= ugrep-3.1.7 +DISTNAME= ugrep-3.1.9 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.10 pkgsrc/textproc/ugrep/distinfo:1.11 --- pkgsrc/textproc/ugrep/distinfo:1.10 Thu Feb 4 11:22:54 2021 +++ pkgsrc/textproc/ugrep/distinfo Fri Mar 5 11:01:04 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/02/04 11:22:54 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/03/05 11:01:04 nia Exp $ -SHA1 (ugrep-3.1.7.tar.gz) = dfe7402a87805ae1490378bde1248f0c0845a025 -RMD160 (ugrep-3.1.7.tar.gz) = eb69d003c23534348dbfbdb7ded2323f906b1e15 -SHA512 (ugrep-3.1.7.tar.gz) = ed54ca86159733f039e24118a73bade505fedf98e5d81c06b7805415f696fca4e7d9693747e184fc7f4b802a9d9d080e03eb558a19c4eb1be17a703748447efb -Size (ugrep-3.1.7.tar.gz) = 4057418 bytes +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 --_----------=_1614942064199900--