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 91F1D7A2A7 for ; Fri, 30 Dec 2016 00:53:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 44280856B2; Fri, 30 Dec 2016 00:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C95AD8559B for ; Fri, 30 Dec 2016 00:53:00 +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 lnP5WMPFbnuq for ; Fri, 30 Dec 2016 00:53:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 57B9E85593 for ; Fri, 30 Dec 2016 00:53:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55BD6FBA6; Fri, 30 Dec 2016 00:53:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148305918038190" MIME-Version: 1.0 Date: Fri, 30 Dec 2016 00:53:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-YAML To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161230005300.55BD6FBA6@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. --_----------=_148305918038190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 30 00:53:00 UTC 2016 Modified Files: pkgsrc/textproc/p5-YAML: Makefile distinfo Log Message: Updated p5-YAML to 1.21. 1.21 Fri Dec 23 21:19:15 CET 2016 - Apply PR/171 (fixes issue/109) @perlpunk++ - No more "used only once" warnings for $YAML::Indent etc. - Apply PR/170 (fixes issue/131) hiratara@cpan.org++ - Empty mapping value at the end resolves to null (was becoming empty string) - Apply PR/169 (PR/119) patrick.allen.higgins@gmail.com++ - Output key in warning when duplicate key was found - Apply PR/157 and PR/168 (@lameventanas++ @perlpunk++) - Allow reading and writing to IO::Handle To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/p5-YAML/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/p5-YAML/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148305918038190 Content-Disposition: inline Content-Length: 1601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-YAML/Makefile diff -u pkgsrc/textproc/p5-YAML/Makefile:1.45 pkgsrc/textproc/p5-YAML/Makefile:1.46 --- pkgsrc/textproc/p5-YAML/Makefile:1.45 Sun Dec 11 07:37:39 2016 +++ pkgsrc/textproc/p5-YAML/Makefile Fri Dec 30 00:53:00 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2016/12/11 07:37:39 wen Exp $ +# $NetBSD: Makefile,v 1.46 2016/12/30 00:53:00 wiz Exp $ -DISTNAME= YAML-1.20 +DISTNAME= YAML-1.21 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} Index: pkgsrc/textproc/p5-YAML/distinfo diff -u pkgsrc/textproc/p5-YAML/distinfo:1.26 pkgsrc/textproc/p5-YAML/distinfo:1.27 --- pkgsrc/textproc/p5-YAML/distinfo:1.26 Sun Dec 11 07:37:39 2016 +++ pkgsrc/textproc/p5-YAML/distinfo Fri Dec 30 00:53:00 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2016/12/11 07:37:39 wen Exp $ +$NetBSD: distinfo,v 1.27 2016/12/30 00:53:00 wiz Exp $ -SHA1 (YAML-1.20.tar.gz) = 4cd78d029823ca1e04ea6c7416312aa6f9f937b7 -RMD160 (YAML-1.20.tar.gz) = f92204bd69a32a1b7bb56993f74514f43aede300 -SHA512 (YAML-1.20.tar.gz) = f1948f7ef39d6ee05c9883bccf555dd30f36d1e25a90f47921515716dc58608ffe2631907b1aea102c0d31a8aeecf53317bd944fa9fb0f6d7ccd72fd953899cd -Size (YAML-1.20.tar.gz) = 81604 bytes +SHA1 (YAML-1.21.tar.gz) = c82886d6c4d373195cf0ae6eb0002843ccba2429 +RMD160 (YAML-1.21.tar.gz) = ca4f987e644978c7b702a903effcd1614e57380d +SHA512 (YAML-1.21.tar.gz) = 1542c9a931a7c2c460cd89d66978747a6feee855993529b05638456ff4f16fa5273e539b7423e843d63ccfd29c650e2d46b9140388d44cc6c812a0e0c6be9cd3 +Size (YAML-1.21.tar.gz) = 82995 bytes --_----------=_148305918038190--