diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-30 00:53:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-30 00:53:00 +0000 |
commit | 5e1ca875530ed2d494dab484b467e2072d6eb4a9 (patch) | |
tree | 1688bf7c22c0c457437dedc8e5128eca1f59bdc1 /textproc/p5-YAML | |
parent | 9541a2599a7718b98f9888623604043ecfb7ce24 (diff) | |
download | pkgsrc-5e1ca875530ed2d494dab484b467e2072d6eb4a9.tar.gz |
Updated p5-YAML to 1.21.
1.21 Fri Dec 23 21:19:15 CET 2016
- Apply PR/171 (fixes issue/109) @perlpunk++
- No more "used only once" warnings for $YAML::Indent etc.
- Apply PR/170 (fixes issue/131) hiratara@cpan.org++
- Empty mapping value at the end resolves to null (was becoming empty
string)
- Apply PR/169 (PR/119) patrick.allen.higgins@gmail.com++
- Output key in warning when duplicate key was found
- Apply PR/157 and PR/168 (@lameventanas++ @perlpunk++)
- Allow reading and writing to IO::Handle
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 953e50a566a..a749bb44cbd 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2016/12/11 07:37:39 wen Exp $ +# $NetBSD: Makefile,v 1.46 2016/12/30 00:53:00 wiz Exp $ -DISTNAME= YAML-1.20 +DISTNAME= YAML-1.21 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} diff --git a/textproc/p5-YAML/distinfo b/textproc/p5-YAML/distinfo index e5921ead8ee..5757c56df5f 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2016/12/11 07:37:39 wen Exp $ +$NetBSD: distinfo,v 1.27 2016/12/30 00:53:00 wiz Exp $ -SHA1 (YAML-1.20.tar.gz) = 4cd78d029823ca1e04ea6c7416312aa6f9f937b7 -RMD160 (YAML-1.20.tar.gz) = f92204bd69a32a1b7bb56993f74514f43aede300 -SHA512 (YAML-1.20.tar.gz) = f1948f7ef39d6ee05c9883bccf555dd30f36d1e25a90f47921515716dc58608ffe2631907b1aea102c0d31a8aeecf53317bd944fa9fb0f6d7ccd72fd953899cd -Size (YAML-1.20.tar.gz) = 81604 bytes +SHA1 (YAML-1.21.tar.gz) = c82886d6c4d373195cf0ae6eb0002843ccba2429 +RMD160 (YAML-1.21.tar.gz) = ca4f987e644978c7b702a903effcd1614e57380d +SHA512 (YAML-1.21.tar.gz) = 1542c9a931a7c2c460cd89d66978747a6feee855993529b05638456ff4f16fa5273e539b7423e843d63ccfd29c650e2d46b9140388d44cc6c812a0e0c6be9cd3 +Size (YAML-1.21.tar.gz) = 82995 bytes |