Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Compile-SOAP Update to 3.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd47e9f4f0b
branches:  trunk
changeset: 431093:6fd47e9f4f0b
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat May 09 08:58:15 2020 +0000

description:
Update to 3.26
Update DEPENDS

Upstream changes:
version 3.26: Wed 20 Nov 08:43:52 CET 2019

        Fixes:
        - procedure detection cannot handle empty response messages
          anymore.  Got broken in 3.23.
          github XML-Compile-SOAP-Daemon#2 [Daniel Juarez]
        - soap implementations do not have a mimeType method anymore
          github XML-Compile-SOAP-Daemon#2 [Daniel Juarez]

        Improvements:
        - warning on producing templates for operations without message
          [Patrick Powell]

version 3.25: Wed 25 Sep 13:16:53 CEST 2019

        Improvements:
        - handle wsdl:arrayType
        - #1 File::Slurp::Tiny is discouraged in favor of File::Slurper
          [James Raspass]
        - remove dependency to Test::Deep again. rt.cpan.org#130096 [Kent Fredric]

diffstat:

 textproc/p5-XML-Compile-SOAP/Makefile |  16 +++++++++-------
 textproc/p5-XML-Compile-SOAP/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 12 deletions(-)

diffs (50 lines):

diff -r 01acdef39f0d -r 6fd47e9f4f0b textproc/p5-XML-Compile-SOAP/Makefile
--- a/textproc/p5-XML-Compile-SOAP/Makefile     Sat May 09 08:51:27 2020 +0000
+++ b/textproc/p5-XML-Compile-SOAP/Makefile     Sat May 09 08:58:15 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/08/11 13:23:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/09 08:58:15 wen Exp $
 
-DISTNAME=      XML-Compile-SOAP-3.24
+DISTNAME=      XML-Compile-SOAP-3.26
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
 
@@ -11,13 +10,16 @@
 COMMENT=       SOAP 1.1 implementation for perl
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
-DEPENDS+=      p5-XML-Compile-[0-9]*:../../textproc/p5-XML-Compile
-DEPENDS+=      p5-XML-Compile-Cache-[0-9]*:../../textproc/p5-XML-Compile-Cache
+DEPENDS+=      p5-Log-Report>=1.05:../../devel/p5-Log-Report
+DEPENDS+=      p5-XML-Compile>=1.58:../../textproc/p5-XML-Compile
+DEPENDS+=      p5-XML-Compile-Cache>=1.03:../../textproc/p5-XML-Compile-Cache
+DEPENDS+=      p5-Net-HTTP>=6.16:../../www/p5-Net-HTTP
+DEPENDS+=      p5-File-Slurper>=0:../../devel/p5-File-Slurper
+DEPENDS+=      p5-HTTP-Message>=0:../../www/p5-HTTP-Message
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 # TEST_DEPENDS
 BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-BUILD_DEPENDS+=        p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
+BUILD_DEPENDS+=        p5-XML-Compile-Tester>=0.90:../../textproc/p5-XML-Compile-Tester
 
 PERL5_PACKLIST=        auto/XML/Compile/SOAP/.packlist
 
diff -r 01acdef39f0d -r 6fd47e9f4f0b textproc/p5-XML-Compile-SOAP/distinfo
--- a/textproc/p5-XML-Compile-SOAP/distinfo     Sat May 09 08:51:27 2020 +0000
+++ b/textproc/p5-XML-Compile-SOAP/distinfo     Sat May 09 08:58:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/03/08 13:12:54 wiz Exp $
+$NetBSD: distinfo,v 1.5 2020/05/09 08:58:15 wen Exp $
 
-SHA1 (XML-Compile-SOAP-3.24.tar.gz) = 1c47c1f2c8d1b2f5193e470bd340223a6a023bc4
-RMD160 (XML-Compile-SOAP-3.24.tar.gz) = 07d7c2dc44ba32d3f9a39320f050694f4b9f18e8
-SHA512 (XML-Compile-SOAP-3.24.tar.gz) = 2c1f83e952b7aa880fbebf16d16876292b76f15b12089e5047bd1564578bc42a370608fb1860c4ccb69ee455048092e0096146aac3c3066fea8151ac33e69035
-Size (XML-Compile-SOAP-3.24.tar.gz) = 103114 bytes
+SHA1 (XML-Compile-SOAP-3.26.tar.gz) = f52bf427b4a6eba0acb95dedd2a4108e4e80fe0d
+RMD160 (XML-Compile-SOAP-3.26.tar.gz) = 4096a836c4f53a67de1af8bcbc2648581a897e62
+SHA512 (XML-Compile-SOAP-3.26.tar.gz) = 6771e29c05ccc1f6543dd57450e54f66d505093a6371cdf449f134030ad0e1fb16092d4aa89d8096816b341709838d97cdb0ee1e25576ab41366925d072f56f0
+Size (XML-Compile-SOAP-3.26.tar.gz) = 103333 bytes



Home | Main Index | Thread Index | Old Index