summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2015-05-03 02:07:06 +0000
committermef <mef>2015-05-03 02:07:06 +0000
commit05cf9f602077dba9ae87c7743241b00d7a08cf0b (patch)
treeb39e3758617078f179ce18af270a38386a180018
parentbb1d940a378e4694264ae89deaff59f1465d291c (diff)
downloadpkgsrc-05cf9f602077dba9ae87c7743241b00d7a08cf0b.tar.gz
(pkgsrc)
- Add comment on DEPENDS related, make test may fail # if Net::Server exists, t/60 may fail due to more test items # t/60_net_server.t ............... skipped: Net::Server not available #DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server (upstream) - Update to 0.79 -------------- 0.79 Friday May 1, 2015, 09:00:00 AM -0700 * t/40_server.t * t/40_server_xmllibxml.t * t/41_server_hang.t * t/60_net_server.t * t/70_compression_detect.t * t/90_rt54183_sigpipe.t * t/util.pl Test clean-up/fixes to address CPAN test failures. Should address problems with having IO::Socket::IP acting in place of IO::Socket::INET and also address some issues with a dynloader bug being triggered by t/70_compression_detect.t. * t/00_load.t * t/10_data.t * t/11_base64_fh.t * t/12_nil.t * t/13_no_deep_recursion.t * t/14_datetime_iso8601.t * t/15_serialize.t * t/20_xml_parser.t * t/21_xml_libxml.t * t/25_parser_negative.t * t/29_parserfactory.t * t/30_procedure.t * t/35_namespaces.t * t/40_server.t * t/40_server_xmllibxml.t * t/41_server_hang.t * t/50_client.t * t/51_client_with_host_header.t * t/60_net_server.t * t/90_rt50013_parser_bugs.t * t/90_rt54183_sigpipe.t * t/90_rt54494_blessed_refs.t * t/90_rt58065_allow_nil.t * t/90_rt58323_push_parser.t * t/util.pl Perl::Critic clean-up of test suites. * lib/RPC/XML/Parser/XMLParser.pm Fix to prevent a new sprintf-related warning in 5.21. * README * lib/Apache/RPC/status.code Merge pull request #8 from jkg/docfixes (James Green). Replace indirect object notation with direct.
-rw-r--r--net/p5-RPC-XML/Makefile8
-rw-r--r--net/p5-RPC-XML/distinfo8
2 files changed, 9 insertions, 7 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile
index 3a892601a57..5c82b7dac46 100644
--- a/net/p5-RPC-XML/Makefile
+++ b/net/p5-RPC-XML/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2014/07/31 19:53:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2015/05/03 02:07:06 mef Exp $
-DISTNAME= RPC-XML-0.78
+DISTNAME= RPC-XML-0.79
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
@@ -15,6 +14,9 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
#DEPENDS+= p5-Module-Load>=0.24:../../devel/p5-Module-Load
+# if Net::Server exists, t/60 may fail due to more test items
+# t/60_net_server.t ............... skipped: Net::Server not available
+#EPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
DEPENDS+= p5-XML-LibXML>=1.85:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
DEPENDS+= p5-libwww>=5.834:../../www/p5-libwww
diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo
index 41b7a48232a..58d64977855 100644
--- a/net/p5-RPC-XML/distinfo
+++ b/net/p5-RPC-XML/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/07/30 21:55:25 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2015/05/03 02:07:06 mef Exp $
-SHA1 (RPC-XML-0.78.tar.gz) = 3f67aeaafa98097410cd956a13fa7b8e549e5687
-RMD160 (RPC-XML-0.78.tar.gz) = c86bf864881494a48ff76b670d6ba35199db4ace
-Size (RPC-XML-0.78.tar.gz) = 207243 bytes
+SHA1 (RPC-XML-0.79.tar.gz) = decb9df614e71e1daf6d4b88bac3180abb9e81e3
+RMD160 (RPC-XML-0.79.tar.gz) = 081d49bb5ce320e887b1907b594ec9330d899f30
+Size (RPC-XML-0.79.tar.gz) = 209612 bytes