diff options
author | sno <sno@pkgsrc.org> | 2009-07-18 21:27:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-18 21:27:19 +0000 |
commit | a45ea4edb3b9cd1eefb30e1d743115aa407f3a14 (patch) | |
tree | 0125fc5ae94de75f945fdb5971e49abc17e723f3 /net | |
parent | 089104d41d26a82bf092ba6e4f3c6c3ee8546014 (diff) | |
download | pkgsrc-a45ea4edb3b9cd1eefb30e1d743115aa407f3a14.tar.gz |
Updating package for p5 module for RPC::XML from 0.65 to 0.67
Upstream changes:
0.67 Friday July 10, 2009, 01:30:00 AM -0700
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
* t/70_compression_detect.t (added)
RT #47219: Mis-read the patch from previous fix, this actually
fixes it. Also added a test suite to check for
compression-detection.
0.66 Thursday July 9, 2009, 07:36:15 AM -0700
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Server.pm
RT #47219: Re-did the detection of compression availability
(testing for the Compress::Zlib module) based on comments in
this bug.
* t/60_net_server.t
RT #47220: Net::Server tests are not (currently) viable on
Windows. Also made script taint-safe.
* t/40_server.t
* t/50_client.t
* t/util.pl
RT #47221: Applied a patch from kmx@volny.cz, for better
Windows testing.
* lib/Apache/RPC/Server.pm
* lib/Apache/RPC/Status.pm
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Function.pm
* lib/RPC/XML/Method.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
All modules now use the "warnings" pragma.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 8 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index c60a9b54221..e43a07dde8d 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/07/07 21:31:27 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/18 21:27:19 sno Exp $ -DISTNAME= RPC-XML-0.65 +DISTNAME= RPC-XML-0.67 PKGNAME= p5-${DISTNAME} CATEGORIES= net www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} @@ -11,9 +11,9 @@ HOMEPAGE= http://www.blackperl.com/RPC::XML/ COMMENT= XML-RPC client and server library for Perl LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools -DEPENDS+= p5-Scalar-List-Utils>=1.20:../../devel/p5-Scalar-List-Utils +DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.2}:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser DEPENDS+= p5-libwww>=5.801:../../www/p5-libwww PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index 91f810ee0ab..8b39d5d1463 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/07/07 21:31:27 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/07/18 21:27:19 sno Exp $ -SHA1 (RPC-XML-0.65.tar.gz) = f29778926c75bd0e07acd9218f7de4c1c9cf12a7 -RMD160 (RPC-XML-0.65.tar.gz) = a6af6655aa267c758939c6d8f6e7c70409766345 -Size (RPC-XML-0.65.tar.gz) = 157883 bytes +SHA1 (RPC-XML-0.67.tar.gz) = c0b13093c16dad653dc49b9f0c6a17cdb53cf2d7 +RMD160 (RPC-XML-0.67.tar.gz) = 967907146df2d70269de5468258d0e3b82d59d69 +Size (RPC-XML-0.67.tar.gz) = 158785 bytes |