pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-RPC-XML Updating package for p5 module for RPC:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e7f0390f6a1
branches:  trunk
changeset: 396115:8e7f0390f6a1
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jul 18 21:27:19 2009 +0000

description:
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@localhost, 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:

 net/p5-RPC-XML/Makefile |  8 ++++----
 net/p5-RPC-XML/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 1ab4af9cc055 -r 8e7f0390f6a1 net/p5-RPC-XML/Makefile
--- a/net/p5-RPC-XML/Makefile   Sat Jul 18 20:35:39 2009 +0000
+++ b/net/p5-RPC-XML/Makefile   Sat Jul 18 21:27:19 2009 +0000
@@ -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 @@
 COMMENT=       XML-RPC client and server library for Perl
 LICENSE=       ${PERL5_LICENSE}
 
+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-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+=      p5-libwww>=5.801:../../www/p5-libwww
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 1ab4af9cc055 -r 8e7f0390f6a1 net/p5-RPC-XML/distinfo
--- a/net/p5-RPC-XML/distinfo   Sat Jul 18 20:35:39 2009 +0000
+++ b/net/p5-RPC-XML/distinfo   Sat Jul 18 21:27:19 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index