pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-XML-Compile-SOAP



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May  9 08:58:16 UTC 2020

Modified Files:
        pkgsrc/textproc/p5-XML-Compile-SOAP: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile
diff -u pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile:1.8 pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile:1.9
--- pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile:1.8    Sun Aug 11 13:23:51 2019
+++ pkgsrc/textproc/p5-XML-Compile-SOAP/Makefile        Sat May  9 08:58:15 2020
@@ -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/X
 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
 

Index: pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo
diff -u pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo:1.4 pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo:1.5
--- pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo:1.4    Thu Mar  8 13:12:54 2018
+++ pkgsrc/textproc/p5-XML-Compile-SOAP/distinfo        Sat May  9 08:58:15 2020
@@ -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