Sun Sep 5 07:38:42 2021 UTC ()
Update to 0.82

Upstream changes:
0.82    Wednesday January  6, 2021, 09:59:00 AM -0800

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        Bump version numbers.

        * Makefile.PL
        * lib/RPC/XML/Server.pm
        * t/40_server.t
        * t/40_server_xmllibxml.t
        * t/41_server_hang.t
        * t/60_net_server.t
        * t/util.pl
        RT #120472: Applied patch from Petr Písař for fixes to IPv6
        support. Full detail in the message for this commit in the git
        repository.

0.81    Tuesday January  5, 2021, 06:33:00 PM -0800

        * MANIFEST
        * perlcritic.rc (added)
        Add a perlcritic.rc file for testers who run author tests.

        * t/40_server.t
        * t/40_server_xmllibxml.t
        Remove redundant testing and general clean-up. Removed tests of
        url() that were just re-testing HTTP::Daemon::url().

        * lib/RPC/XML/Client.pm
        Parameterize the request-as-string debug feature.

        * lib/RPC/XML/Client.pm
        Merge pull request #13 from
        enrico-sorcinelli/add-request-string. Added xmlrpc request
        string as object property. (Enrico Sorcinelli)


(wen)
diff -r1.30 -r1.31 pkgsrc/net/p5-RPC-XML/Makefile
diff -r1.13 -r1.14 pkgsrc/net/p5-RPC-XML/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/net/p5-RPC-XML/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-RPC-XML/Makefile 2021/05/24 19:53:33 1.30
+++ pkgsrc/net/p5-RPC-XML/Makefile 2021/09/05 07:38:42 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2021/05/24 19:53:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2021/09/05 07:38:42 wen Exp $
2 2
3DISTNAME= RPC-XML-0.80 3DISTNAME= RPC-XML-0.82
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 7 
6CATEGORIES= net www perl5 5CATEGORIES= net www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.blackperl.com/RPC::XML/ 9HOMEPAGE= http://www.blackperl.com/RPC::XML/
11#HOMEPAGE= http://search.cpan.org/dist/RPC-XML/ 10#HOMEPAGE= http://search.cpan.org/dist/RPC-XML/
12COMMENT= XML-RPC client and server library for Perl 11COMMENT= XML-RPC client and server library for Perl
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15# if Net::Server exists, t/60 may fail due to more test items 14# if Net::Server exists, t/60 may fail due to more test items
16# t/60_net_server.t ............... skipped: Net::Server not available 15# t/60_net_server.t ............... skipped: Net::Server not available
17#EPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server 16#EPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
18DEPENDS+= p5-XML-LibXML>=1.85:../../textproc/p5-XML-LibXML 17DEPENDS+= p5-XML-LibXML>=1.85:../../textproc/p5-XML-LibXML

cvs diff -r1.13 -r1.14 pkgsrc/net/p5-RPC-XML/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-RPC-XML/distinfo 2016/06/05 13:34:22 1.13
+++ pkgsrc/net/p5-RPC-XML/distinfo 2021/09/05 07:38:42 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2016/06/05 13:34:22 wen Exp $ 1$NetBSD: distinfo,v 1.14 2021/09/05 07:38:42 wen Exp $
2 2
3SHA1 (RPC-XML-0.80.tar.gz) = 6536116966a9463b5e44d5dbeb8e1a15a9a636b8 3SHA1 (RPC-XML-0.82.tar.gz) = 42e38e0a02d58f825fd0fb85cc0807ea04502920
4RMD160 (RPC-XML-0.80.tar.gz) = faa9a679854a3dacd504e809a2ed64fa4e113c61 4RMD160 (RPC-XML-0.82.tar.gz) = 55c68d1c98432a17f334378a3b6a7a3eb31e7a6e
5SHA512 (RPC-XML-0.80.tar.gz) = a91586ea903b3e633f85ca8d9048181a7c3aedcff6788c7ae5fb4971e8552c421c86f30254517c25caa35f1991146dcceb34301bb49002e4ec75a2ee9c195992 5SHA512 (RPC-XML-0.82.tar.gz) = e5d1092a2807c2bd423502dd2ed53a72c57384b67bb4709e86a64a6fe37ce8af580998e62fcfa6a48d66d5308d9dc270c74e4293617b9f23a654e379cde4025f
6Size (RPC-XML-0.80.tar.gz) = 211223 bytes 6Size (RPC-XML-0.82.tar.gz) = 225690 bytes