From bd539bbdd5c03058acf4c7aae5db0029d79c5b25 Mon Sep 17 00:00:00 2001 From: sno Date: Wed, 16 Nov 2011 08:45:47 +0000 Subject: Updating YAML::Tiny module of Perl programming language in textproc/p5-YAML-Tiny from 1.44nb2 to 1.50. Upstream changes: 1.50 Thu 23 Jun 2011 - Major bug fix, all code that writes arbitrary data should upgrade. - Simple scalars with no whitespace but ending in a colon like ABC: were not being quoted, which results in the parser confusing it with a mapping key and crashing. 1.49 Tue 8 Mar 2011 - No functional changes. - Don't depend on the YAML modules in RELEASE_TESTING, as it can pollute the advisory META.yml. 1.48 Tue 1 Feb 2011 - Fix to the refaddr compatibility where Scalar::Util is installed but is older than 1.18. 1.47 Mon 31 Jan 2011 - No functional changes - Only depend on the YAML implementations when we are release testing 1.46 Thu 16 Dec 2010 - No functional changes - Moving to a production release now CPAN Testers is green again 1.45_02 Tue 7 Dec 2010 - Adding experimental support for exception->errstr conversion - Updating test suite yaml_error to not expect exceptions 1.45_01 Tue 7 Dec 2010 - Added support for trailing line comments (INGY) - Added checks for some characters that are illegal or reserved in plain scalars (INGY) - Minor cleaning up of some out of date POD (ADAMK) - Updated AUTOMATED_TESTING dependencies to new versions (ADAMK) --- textproc/p5-YAML-Tiny/Makefile | 5 ++--- textproc/p5-YAML-Tiny/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'textproc/p5-YAML-Tiny') diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 7a25951790a..e692c2057a9 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 15:14:22 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/16 08:45:47 sno Exp $ -DISTNAME= YAML-Tiny-1.44 +DISTNAME= YAML-Tiny-1.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index 84eb5fc6f22..e354e161342 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/08/17 06:24:55 sno Exp $ +$NetBSD: distinfo,v 1.10 2011/11/16 08:45:47 sno Exp $ -SHA1 (YAML-Tiny-1.44.tar.gz) = 9fdbd2539cdfaf01030d9f9647db8faf123b5c63 -RMD160 (YAML-Tiny-1.44.tar.gz) = f70963d20821a6b590b0b4144d6c10f3229d2084 -Size (YAML-Tiny-1.44.tar.gz) = 41062 bytes +SHA1 (YAML-Tiny-1.50.tar.gz) = a02e0d380559681bbb6d33513805cd4b5e52bd76 +RMD160 (YAML-Tiny-1.50.tar.gz) = bfeeccc79782ee8efd113829215c80da4d069837 +Size (YAML-Tiny-1.50.tar.gz) = 42411 bytes -- cgit v1.2.3