Skip to content

Commit

Permalink
(pkgsrc)
Browse files Browse the repository at this point in the history
  - 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.
  • Loading branch information
mef committed May 3, 2015
1 parent 06496a8 commit da210cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions net/p5-RPC-XML/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions net/p5-RPC-XML/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da210cf

Please sign in to comment.