diff options
author | seb <seb@pkgsrc.org> | 2010-07-03 12:34:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-03 12:34:32 +0000 |
commit | c42a928d87a356a3cd7490e779114ac4634971c1 (patch) | |
tree | f16eb4c6e533f68060550c6118f8f346cdbb1efa /textproc | |
parent | 965c68a2b24ed58c6e99105a26afb6edb2a22ce1 (diff) | |
download | pkgsrc-c42a928d87a356a3cd7490e779114ac4634971c1.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 28776ac0c76..4b04b43f288 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -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 HOMEPAGE= http://search.cpan.org/dist/YAML-Tiny/ diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index bee571a4741..977f7d19951 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -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 |