diff options
author | wiz <wiz> | 2005-02-19 18:46:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-19 18:46:39 +0000 |
commit | 0f8f65436591207d7f3b5819279fd8d9dfbb083d (patch) | |
tree | a39ebed17d937f218d7abb84e9a882062b6cb6a1 /textproc | |
parent | 748fbe90d7361aeba0e0c5a09fe7c570c1aca368 (diff) | |
download | pkgsrc-0f8f65436591207d7f3b5819279fd8d9dfbb083d.tar.gz |
Update to 2.14:
2.14 Jan 29 2005
- unlink and lock fixes for VMS (patch from Peter (Stig) Edwards)
2.13 Nov 17 2004
- Fixed bug where NoIndent broke KeyAttr (reported by David Haas)
- Added copy_hash helper method which may be overridden to avoid
tied hashes becoming untied during XMLout (patch from Jan Sundberg)
- Fixed bug where GroupTags corrupted source hashref in XMLout
(reported by Bram)
- Tweaks to SuppressEmpty for undef with XMLout (report from jamesb),
behaviour now matches docs and additional behaviour of setting
option to 1 will skip undefined values altogether
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index edc86914535..d639981f84a 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:11 grant Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/19 18:46:39 wiz Exp $ # -DISTNAME= XML-Simple-2.12 +DISTNAME= XML-Simple-2.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xsi -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Simple/ COMMENT= Easy Perl API to read/write XML DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index 504dbfa1477..a0fea35d46a 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/07/19 10:43:01 bad Exp $ +$NetBSD: distinfo,v 1.5 2005/02/19 18:46:39 wiz Exp $ -SHA1 (XML-Simple-2.12.tar.gz) = 277d0f37e36140b8d11f48df94a2bd1ac436ea21 -Size (XML-Simple-2.12.tar.gz) = 65543 bytes +SHA1 (XML-Simple-2.14.tar.gz) = 6d5134129ffea0721f0ae6633e22c9a6205cffa1 +Size (XML-Simple-2.14.tar.gz) = 66338 bytes |