diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:39:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:39:42 +0000 |
commit | af0f2881e5f15973992908a5dc6a759615cae573 (patch) | |
tree | 1cd68185b2d36bb3dec498877e134fbab3c696df /devel | |
parent | 7426bbbc58349be8562a285daa2d3a899b799134 (diff) | |
download | pkgsrc-af0f2881e5f15973992908a5dc6a759615cae573.tar.gz |
Update to 1.4414. From the changelog:
- Added load_string, which uses heuristics to guess YAML/JSON content
- load_file will now attempt to detect YAML/JSON content if the suffix
is not .json, .yml or .yaml
- UTF-8 decoding is done differently to avoid requiring
a newer version of Encode (Graham Knop)
- Added prerequisite on Encode 2.11 (Paul Howarth)
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
- Dropped support for Perl's before v5.8.1 to ensure proper
UTF-8 and IO layer support
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
of 'errstr' and consistent use of exceptions
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Parse-CPAN-Meta/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Parse-CPAN-Meta/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Parse-CPAN-Meta/Makefile b/devel/p5-Parse-CPAN-Meta/Makefile index fc9b7680b70..70e79f80645 100644 --- a/devel/p5-Parse-CPAN-Meta/Makefile +++ b/devel/p5-Parse-CPAN-Meta/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2014/05/29 23:36:12 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/07/15 20:39:42 schmonz Exp $ -DISTNAME= Parse-CPAN-Meta-1.4409 +DISTNAME= Parse-CPAN-Meta-1.4414 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/} diff --git a/devel/p5-Parse-CPAN-Meta/distinfo b/devel/p5-Parse-CPAN-Meta/distinfo index 049b0dfc67b..9784e541f93 100644 --- a/devel/p5-Parse-CPAN-Meta/distinfo +++ b/devel/p5-Parse-CPAN-Meta/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/12/07 00:42:10 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/07/15 20:39:42 schmonz Exp $ -SHA1 (Parse-CPAN-Meta-1.4409.tar.gz) = 40378a62c71c44656744051fa7a70071ab409bba -RMD160 (Parse-CPAN-Meta-1.4409.tar.gz) = 7f0e56c4acd9105c932305e5560e3b45b78249c5 -Size (Parse-CPAN-Meta-1.4409.tar.gz) = 21191 bytes +SHA1 (Parse-CPAN-Meta-1.4414.tar.gz) = a6499fe30e87cfcf71a0f77adb4083bbf4b0429e +RMD160 (Parse-CPAN-Meta-1.4414.tar.gz) = 731c760bb3f39e2b3701d0c3ea57cc455db73fac +Size (Parse-CPAN-Meta-1.4414.tar.gz) = 23457 bytes |