summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno>2011-11-16 08:45:47 +0000
committersno <sno>2011-11-16 08:45:47 +0000
commit44284334415087b9b0e208267a5449e6c93fea9e (patch)
treecfdee43ac5a6fcfdc8ec040b5c18ea93bf701b4a
parent1c45f514ae6c8035d69f61226fbae7296975bd88 (diff)
downloadpkgsrc-44284334415087b9b0e208267a5449e6c93fea9e.tar.gz
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)
-rw-r--r--textproc/p5-YAML-Tiny/Makefile5
-rw-r--r--textproc/p5-YAML-Tiny/distinfo8
2 files changed, 6 insertions, 7 deletions
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