diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 13:07:46 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 13:07:46 +0000 |
commit | d31846d5d2a5c4df893b75452e9c70291a095f12 (patch) | |
tree | a4736d790e88be5a120fa858016e6efbffb95300 /textproc/p5-XML-Writer | |
parent | 4717ed28a2a00ed1cac21e239349edadbb1ea677 (diff) | |
download | pkgsrc-d31846d5d2a5c4df893b75452e9c70291a095f12.tar.gz |
Updated to 0.615
ChangeLog:
0.615 Tue Jan 17 01:32:07 2012 +1100 <joe@kafsemo.org>
- Fix test skipping when Unicode is unsupported.
0.614 Mon Jan 9 00:24:10 2012 +1100 <joe@kafsemo.org>
- Fix regression in 0.613 and set encoding on GLOBs.
0.613 Sat Jan 7 22:51:26 2012 +1100 <joe@kafsemo.org>
- Use 'Object->new()' syntax throughout (#65840).
- Support passing in any arbitrary object that has a print()
method (from Jason Rodrigues).
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 69e08377a7a..7be070d4eca 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2011/08/14 15:14:21 obache Exp $ +# $NetBSD: Makefile,v 1.23 2012/01/26 13:07:46 rhaen Exp $ # -DISTNAME= XML-Writer-0.612 +DISTNAME= XML-Writer-0.615 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xwr CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo index eaa60c3d3e6..598e7a0831e 100644 --- a/textproc/p5-XML-Writer/distinfo +++ b/textproc/p5-XML-Writer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/09/12 12:41:34 wiz Exp $ +$NetBSD: distinfo,v 1.10 2012/01/26 13:07:46 rhaen Exp $ -SHA1 (XML-Writer-0.612.tar.gz) = 73a71255f8b931daa2a52dc1ec41ed5005d2ee11 -RMD160 (XML-Writer-0.612.tar.gz) = 5e58538056022d4876dff5acf2ee7fed3baa249b -Size (XML-Writer-0.612.tar.gz) = 26988 bytes +SHA1 (XML-Writer-0.615.tar.gz) = 0eb5c621d19a6cfc86895737ef34250b92573c9a +RMD160 (XML-Writer-0.615.tar.gz) = 5714bb3386fbdbf4d8d0d2506fb7f070b2fb2c81 +Size (XML-Writer-0.615.tar.gz) = 27418 bytes |