Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F30E37A1FA for ; Mon, 20 Mar 2017 13:04:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A5AAC8563C; Mon, 20 Mar 2017 13:04:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33DAC85637 for ; Mon, 20 Mar 2017 13:04:14 +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 34RrmDi8Sj86 for ; Mon, 20 Mar 2017 13:04:13 +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 B3DF584CFB for ; Mon, 20 Mar 2017 13:04:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B23FFFBE4; Mon, 20 Mar 2017 13:04:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149001505312320" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 13:04:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/miller To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170320130413.B23FFFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_149001505312320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 20 13:04:13 UTC 2017 Modified Files: pkgsrc/textproc/miller: Makefile distinfo Log Message: Updated miller to 5.0.1. Two minor bugfixes As described in #132, mlr nest was incorrectly splitting fields with multi-character separators. The XTAB-format reader, when using multi-character IPS, was incorrectly splitting key-value pairs, but only when reading from standard input (e.g. on a pipe or less-than redirect). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/miller/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/miller/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149001505312320 Content-Disposition: inline Content-Length: 1595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/miller/Makefile diff -u pkgsrc/textproc/miller/Makefile:1.9 pkgsrc/textproc/miller/Makefile:1.10 --- pkgsrc/textproc/miller/Makefile:1.9 Sun Mar 5 12:37:30 2017 +++ pkgsrc/textproc/miller/Makefile Mon Mar 20 13:04:13 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/03/05 12:37:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/03/20 13:04:13 wiz Exp $ -DISTNAME= mlr-5.0.0 +DISTNAME= mlr-5.0.1 PKGNAME= ${DISTNAME:S/mlr/miller/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=johnkerl/} Index: pkgsrc/textproc/miller/distinfo diff -u pkgsrc/textproc/miller/distinfo:1.10 pkgsrc/textproc/miller/distinfo:1.11 --- pkgsrc/textproc/miller/distinfo:1.10 Sun Mar 5 12:37:30 2017 +++ pkgsrc/textproc/miller/distinfo Mon Mar 20 13:04:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2017/03/05 12:37:30 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/03/20 13:04:13 wiz Exp $ -SHA1 (mlr-5.0.0.tar.gz) = 8cf41235ac550d6a8ab82ad55f12f807a8eb30d0 -RMD160 (mlr-5.0.0.tar.gz) = bf83f414d892fdee33a1aa76d0e175a73a16c6f4 -SHA512 (mlr-5.0.0.tar.gz) = 3c0cae5447b2135cb9097ca80a726e3372391e50a974b0bbe90261a020d62d3b99f58405c480b411a88eee08e20e7ef30feb34eb9eb86a8ce3c9aee833660d8b -Size (mlr-5.0.0.tar.gz) = 1143163 bytes +SHA1 (mlr-5.0.1.tar.gz) = e4354464c780ed0d3885d61112803ef0d138a068 +RMD160 (mlr-5.0.1.tar.gz) = ab49fbdfb35a557da870cbfd8744d2efcaf61275 +SHA512 (mlr-5.0.1.tar.gz) = 8c6b7857f7c3fc96800510c9be90eae50eeb9c69b99770c6193a270027e01686230dc5f1b57de6dad09107c1025f09be7bbbcaa6611f75020c6b15b562ce4e7e +Size (mlr-5.0.1.tar.gz) = 1143933 bytes --_----------=_149001505312320--