diff options
author | sno <sno@pkgsrc.org> | 2012-09-12 10:24:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-12 10:24:51 +0000 |
commit | 3a4ab8cddc8562ce5634c7ae5d8084965e108e88 (patch) | |
tree | db205391c61e2186a503ca6b96ae2010a8711c2d /textproc/p5-YAML | |
parent | 89d210f462a66a4152065db40fe6cc13dca46c51 (diff) | |
download | pkgsrc-3a4ab8cddc8562ce5634c7ae5d8084965e108e88.tar.gz |
Updating package for CPAN module YAML in textproc/p5-YAML from 0.81 to 0.84
upstream changes:
version: 0.84
date: Fri Jul 13 18:17:27 GMT 2012
changes:
- Resolve distribution error that caused .git to be shipped in the .tar.gz
version: 0.83
date: Fri Jul 13 15:44:03 GMT 2012
changes:
- Only call stat() and tell() on a filehandle if fileno existed
- Explicit tied() call on globs to avoid a 5.16 deprecation warning
version: 0.82
date: Thu Jul 12 18:49:45 GMT 2012
changes:
- Test scalar @array rather than deprecated defined @array (Sebastian Stumpf)
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index e09c0f684da..bd20fdb14b1 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2012/07/06 12:02:23 sno Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/12 10:24:51 sno Exp $ -DISTNAME= YAML-0.81 +DISTNAME= YAML-0.84 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 a0a94ccc857..f9404f96cfa 100644 --- a/textproc/p5-YAML/distinfo +++ b/textproc/p5-YAML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/07/06 12:03:41 sno Exp $ +$NetBSD: distinfo,v 1.16 2012/09/12 10:24:51 sno Exp $ -SHA1 (YAML-0.81.tar.gz) = 520e4595393006502a5f16b96d0e18f598971f1e -RMD160 (YAML-0.81.tar.gz) = f6aaec09cb9a68687cd65dd875c46598fcfeb57a -Size (YAML-0.81.tar.gz) = 115116 bytes +SHA1 (YAML-0.84.tar.gz) = 44e9dff8ff5d134317863ce0e1b1705fb38563bc +RMD160 (YAML-0.84.tar.gz) = 5468cdba394767588846128a3c47db05c0160bea +Size (YAML-0.84.tar.gz) = 121150 bytes |