diff options
author | wen <wen@pkgsrc.org> | 2020-05-09 08:58:15 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2020-05-09 08:58:15 +0000 |
commit | f10865cfe3a9a0725ea878c0ab0233d29ec5f015 (patch) | |
tree | 46daf5acc9f65deb9ae120e94d1ee98db4a7231b | |
parent | 6465f249d96a52f0b40d1a360e76986b726a0e45 (diff) | |
download | pkgsrc-f10865cfe3a9a0725ea878c0ab0233d29ec5f015.tar.gz |
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]
-rw-r--r-- | textproc/p5-XML-Compile-SOAP/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-XML-Compile-SOAP/distinfo | 10 |
2 files changed, 14 insertions, 12 deletions
diff --git a/textproc/p5-XML-Compile-SOAP/Makefile b/textproc/p5-XML-Compile-SOAP/Makefile index 145090a273d..dccf72a2468 100644 --- a/textproc/p5-XML-Compile-SOAP/Makefile +++ b/textproc/p5-XML-Compile-SOAP/Makefile @@ -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 @@ HOMEPAGE= https://metacpan.org/release/XML-Compile-SOAP 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 --git a/textproc/p5-XML-Compile-SOAP/distinfo b/textproc/p5-XML-Compile-SOAP/distinfo index f7558517a56..8142a05440d 100644 --- a/textproc/p5-XML-Compile-SOAP/distinfo +++ b/textproc/p5-XML-Compile-SOAP/distinfo @@ -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 |