pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-Tiny Update p5-YAML-Tiny from version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c4ec6485f89
branches:  trunk
changeset: 577124:3c4ec6485f89
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 03 12:34:32 2010 +0000

description:
Update p5-YAML-Tiny from version 1.41 to version 1.42.

Pkgsrc changes:
- adjust MASTER_SITES

Upstream changes:
1.42 Fri 25 Jun 2010
        - No functional changes, upgrading is not required
        - Clarified documation to explain that YAML::Tiny escapes "bool"
          keywords when it writes them as strings so that YAML parsers in
          other languages won't get confused, but this does not mean that
          YAML::Tiny actually supports boolean types itself.
        - Added an extra test case for boolean keyword escaping.
        - YAML::Perl comparison tests were loading the file back in with
          YAML.pm by mistake. Corrected this and added an additional case
          that YAML::Perl doesn't support that I wasn't catching.
        - Author tests updated and moved into xt/
        - Updated the versions of the other YAML parsers we test ourselves
          against to the most recent versions of each.

diffstat:

 textproc/p5-YAML-Tiny/Makefile |  6 +++---
 textproc/p5-YAML-Tiny/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r d380f8f48346 -r 3c4ec6485f89 textproc/p5-YAML-Tiny/Makefile
--- a/textproc/p5-YAML-Tiny/Makefile    Sat Jul 03 12:22:34 2010 +0000
+++ b/textproc/p5-YAML-Tiny/Makefile    Sat Jul 03 12:34:32 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2009/12/15 13:39:27 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/07/03 12:34:32 seb Exp $
 
-DISTNAME=      YAML-Tiny-1.41
+DISTNAME=      YAML-Tiny-1.42
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    perl5 textproc
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=YAML/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/YAML-Tiny/
diff -r d380f8f48346 -r 3c4ec6485f89 textproc/p5-YAML-Tiny/distinfo
--- a/textproc/p5-YAML-Tiny/distinfo    Sat Jul 03 12:22:34 2010 +0000
+++ b/textproc/p5-YAML-Tiny/distinfo    Sat Jul 03 12:34:32 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/12/15 13:39:27 wiz Exp $
+$NetBSD: distinfo,v 1.7 2010/07/03 12:34:32 seb Exp $
 
-SHA1 (YAML-Tiny-1.41.tar.gz) = 03efc3885bc39a2934b09ddacdc44a39929e5638
-RMD160 (YAML-Tiny-1.41.tar.gz) = 8f552a68042586fa2ba7f8b6767f32dc0d07a7e9
-Size (YAML-Tiny-1.41.tar.gz) = 36736 bytes
+SHA1 (YAML-Tiny-1.42.tar.gz) = 7486ead0f8678bef2f2c32e3d0aa271b226ee340
+RMD160 (YAML-Tiny-1.42.tar.gz) = 73eccbcda88d31fa77fd963bca767517d37853ae
+Size (YAML-Tiny-1.42.tar.gz) = 41027 bytes



Home | Main Index | Thread Index | Old Index