diff options
author | obache <obache> | 2006-10-28 08:37:40 +0000 |
---|---|---|
committer | obache <obache> | 2006-10-28 08:37:40 +0000 |
commit | 0bd04ac24e8982dff46d04aaa75f1e745c320a99 (patch) | |
tree | 2f6953052dfa01516e3160dc11a217e624ab5445 /textproc | |
parent | fc7f0db63d6b5b19a349e71cf4a6915ed52d4421 (diff) | |
download | pkgsrc-0bd04ac24e8982dff46d04aaa75f1e745c320a99.tar.gz |
Update p5-YAML to 0.62.
Based on patch provided by Martin Wilke via PR 34343
(avoiding interaction in configure stage).
*** WARNING ***
This release breaks compatibility with versions earlier than version 0.60 of
YAML::Syck and YAML.pm when serializing blessed references.
from COMPATIBILITY:
YAML.pm 0.60 breaks compatability with older version by changing the
tags that are output for serialized objects.
This was the old way:
--- !perl/Foo::Bar {}
--- !perl/@Baz []
--- !perl/$Quux ""
New way:
--- !!perl/hash:Foo::Bar {}
--- !!perl/array:Baz []
--- !!perl/scalar:Quux ""
* This change was made after discussions with the Python and Ruby
implementors to standardize on this form.
* YAML::Syck was updated at the same time as YAML.pm so that they
serialize objects the same way.
* YAML.pm roundtrips the new format and still parses the old (now
deprecated) format.
* The best strategy is to update to the latest version.
* There are potential problems if you use YAML for RPC and the server
and client versions don't match.
Changes:
---
version: 0.62
date: Mon Jul 3 15:41:20 PDT 2006
changes:
- Patch from rgs for Catalyst users
---
version: 0.61
date: Sun Jul 2 15:25:08 CDT 2006
changes:
- New CGI.pm made test fail.
---
version: 0.60
date: Fri Jun 30 21:55:55 CDT 2006
changes:
- Changed object tag format in non backwards compatible way
- Removed support for folded scalar emission
- Added new tests
- Sync with YAML::Syck
---
version: 0.58
date: Tue Feb 14 12:42:34 PST 2006
changes:
- Fixed bug reported by Slaven Rezic on 5.8.0
- Fixed a ysh bug reported on rt. 17589
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 4898109dad3..49964274370 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/10/28 08:37:40 obache Exp $ -DISTNAME= YAML-0.57 +DISTNAME= YAML-0.62 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IN/INGY/} @@ -12,6 +12,7 @@ COMMENT= YAML implementation for Perl PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/YAML/.packlist +MAKE_PARAMS+= < /dev/null .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index c41f1e6806b..319ec09e101 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/02/02 23:16:47 abs Exp $ +$NetBSD: distinfo,v 1.7 2006/10/28 08:37:40 obache Exp $ -SHA1 (YAML-0.57.tar.gz) = 8a68ab575e73d76f9d23b7a0b1b115fa1219cea6 -RMD160 (YAML-0.57.tar.gz) = 7d564326b443be51b151dcfaaa0a591d22ff3daf -Size (YAML-0.57.tar.gz) = 89835 bytes +SHA1 (YAML-0.62.tar.gz) = 727ac18ee74c87357e2fce5abbced224a99be6f1 +RMD160 (YAML-0.62.tar.gz) = fd9b350215e41967cd09bea2dbcd7ceb633df18a +Size (YAML-0.62.tar.gz) = 97878 bytes |