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 (pkgsrc)
details: https://anonhg.NetBSD.org/pkgsrc/rev/da0a99aae331
branches: trunk
changeset: 651134:da0a99aae331
user: mef <mef%pkgsrc.org@localhost>
date: Sun May 03 02:07:06 2015 +0000
description:
(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.
diffstat:
net/p5-RPC-XML/Makefile | 8 +++++---
net/p5-RPC-XML/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r de4fea689c67 -r da0a99aae331 net/p5-RPC-XML/Makefile
--- a/net/p5-RPC-XML/Makefile Sun May 03 02:01:46 2015 +0000
+++ b/net/p5-RPC-XML/Makefile Sun May 03 02:07:06 2015 +0000
@@ -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 @@
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 -r de4fea689c67 -r da0a99aae331 net/p5-RPC-XML/distinfo
--- a/net/p5-RPC-XML/distinfo Sun May 03 02:01:46 2015 +0000
+++ b/net/p5-RPC-XML/distinfo Sun May 03 02:07:06 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index