diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-05 20:26:27 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-05 20:26:27 +0000 |
commit | affa9aa9381ed3fa1a974aa354acc879f448b3b9 (patch) | |
tree | 1588c182476c82a6d07e64bfaa714f1f0f27633f /net | |
parent | 6c5680b1f98fd23506c3f9c49bd6a8b1b697c7a4 (diff) | |
download | pkgsrc-affa9aa9381ed3fa1a974aa354acc879f448b3b9.tar.gz |
Update p5-RPC-XML to 0.76.
Changes from previous:
- fixed typo
- clean up test suite
- improved date parsing
- fix MANIFEST
- improved arguments-checking in send_request.
- fixes from Devel::Cover analysis.
- fixes for file-based method loading/reloading.
- documentation clean-up and update.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 9 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 90aa534decc..ba3aa0fe53f 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/08/14 14:14:48 obache Exp $ +# $NetBSD: Makefile,v 1.12 2011/11/05 20:26:27 hiramatsu Exp $ -DISTNAME= RPC-XML-0.73 +DISTNAME= RPC-XML-0.76 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} @@ -16,7 +15,9 @@ DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.2}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser -DEPENDS+= p5-libwww>=5.801:../../www/p5-libwww +DEPENDS+= p5-libwww>=5.834:../../www/p5-libwww +DEPENDS+= p5-DateTime>=0.70:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-ISO8601>=0.07:../../time/p5-DateTime-Format-ISO8601 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index 27bbe56228f..ce19c8ab9c3 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/09/08 03:48:58 schnoebe Exp $ +$NetBSD: distinfo,v 1.9 2011/11/05 20:26:27 hiramatsu Exp $ -SHA1 (RPC-XML-0.73.tar.gz) = 9a200c98bff26e88241d5cb581493d65d21a0e1d -RMD160 (RPC-XML-0.73.tar.gz) = 32aabdf530e4b7a150c9bb9695685314954b15b6 -Size (RPC-XML-0.73.tar.gz) = 183972 bytes +SHA1 (RPC-XML-0.76.tar.gz) = a2f807a2d3e8ac85bf83f4722706f69e25a38fe5 +RMD160 (RPC-XML-0.76.tar.gz) = d455e0092a92211b552833fa55b48107a6cc64eb +Size (RPC-XML-0.76.tar.gz) = 203771 bytes |