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 121C41A923C for ; Mon, 25 Jan 2021 10:19:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A8B3850CA; Mon, 25 Jan 2021 10:18:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 287F7850CA for ; Mon, 25 Jan 2021 10:16:18 +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 6KP8Cvvt0IbP for ; Mon, 25 Jan 2021 10:16:17 +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 A0E7284C71 for ; Mon, 25 Jan 2021 10:16:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9633AFA9D; Mon, 25 Jan 2021 10:16:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611569777140820" MIME-Version: 1.0 Date: Mon, 25 Jan 2021 10:16:17 +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: <20210125101617.9633AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611569777140820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 25 10:16:17 UTC 2021 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: update to 3.1.4. 3.1.4 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; updated --format to support -v; other minor improvements. More coming soon! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611569777140820 Content-Disposition: inline Content-Length: 1603 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.10 pkgsrc/textproc/ugrep/Makefile:1.11 --- pkgsrc/textproc/ugrep/Makefile:1.10 Mon Jan 4 12:15:30 2021 +++ pkgsrc/textproc/ugrep/Makefile Mon Jan 25 10:16:17 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/01/04 12:15:30 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2021/01/25 10:16:17 wiz Exp $ -DISTNAME= ugrep-3.1.1 +DISTNAME= ugrep-3.1.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.8 pkgsrc/textproc/ugrep/distinfo:1.9 --- pkgsrc/textproc/ugrep/distinfo:1.8 Mon Jan 4 12:15:30 2021 +++ pkgsrc/textproc/ugrep/distinfo Mon Jan 25 10:16:17 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/01/04 12:15:30 wiz Exp $ +$NetBSD: distinfo,v 1.9 2021/01/25 10:16:17 wiz Exp $ -SHA1 (ugrep-3.1.1.tar.gz) = f43128dfc72ad8632086b2cd5b450e22c0618653 -RMD160 (ugrep-3.1.1.tar.gz) = 7886446f6fd4d3ba6860c65b4e8c3728bee3ad48 -SHA512 (ugrep-3.1.1.tar.gz) = df272f9ac2361823db111a816e03cf5e03b1a60f808973f2a9353db1e6b54a56811dd44c2d75f2bc0287c401d24609ad27ab382933b2a25a59d7bf82e18e1944 -Size (ugrep-3.1.1.tar.gz) = 4054291 bytes +SHA1 (ugrep-3.1.4.tar.gz) = 03b3a1cbe23a39cb6052796e9ab871a3b78bb1d1 +RMD160 (ugrep-3.1.4.tar.gz) = 74b431fa9632dbacaa5308c0374a9430983a6000 +SHA512 (ugrep-3.1.4.tar.gz) = fad0b2c690ca108ab45eada4345c711bc6a6ebc62b50eb61964f71f17ece7d0b90832cfa083e112a0e29598303e686200b779c5166c61fb428ef5e2680cd7948 +Size (ugrep-3.1.4.tar.gz) = 4056048 bytes --_----------=_1611569777140820--