Thu Sep 13 08:58:21 2012 UTC ()
Updated net/p5-SOAP-Lite to 0.715

0.715
    ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
    ! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
        ! #74577 work around/fixes for success with MS WS https/compressed
    ! #74308 SOAP-Lite fails for operations with period in name
    ! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request
    ! #75019 HTTP server doesn't process PIPE signal
    ! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response
    ! #70381 SOAP-Lite performance
    ! #53375 comments after <?xml .. >
    ! #63693 Uninitalized value (again)
    ! #37360 Use of uninitialized variables in SOAP tests
    ! fixed encoding in xmlrpc keys
    ! #15176 problems with SOAP::Header ->value


(abs)
diff -r1.31 -r1.32 pkgsrc/net/p5-SOAP-Lite/Makefile
diff -r1.9 -r1.10 pkgsrc/net/p5-SOAP-Lite/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/net/p5-SOAP-Lite/Makefile (switch to unified diff)

--- pkgsrc/net/p5-SOAP-Lite/Makefile 2011/11/02 14:44:36 1.31
+++ pkgsrc/net/p5-SOAP-Lite/Makefile 2012/09/13 08:58:21 1.32
@@ -1,41 +1,41 @@ @@ -1,41 +1,41 @@
1# $NetBSD: Makefile,v 1.31 2011/11/02 14:44:36 adam Exp $ 1# $NetBSD: Makefile,v 1.32 2012/09/13 08:58:21 abs Exp $
2 2
3DISTNAME= SOAP-Lite-0.714 3DISTNAME= SOAP-Lite-0.715
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= net perl5 5CATEGORIES= net perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.soaplite.com/ 9HOMEPAGE= http://www.soaplite.com/
10#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/ 10#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/
11COMMENT= Perl5 module providing a lightweight interface to SOAP 11COMMENT= Perl5 module providing a lightweight interface to SOAP
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector 14DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
15DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay 15DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
16DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI 16DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI
17DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress 17DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
18DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL 18DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
19DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 19DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
20DEPENDS+= p5-MIME-Lite>=0:../../mail/p5-MIME-Lite 20DEPENDS+= p5-MIME-Lite>=0:../../mail/p5-MIME-Lite
21DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools 21DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools
22DEPENDS+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net 22DEPENDS+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net
23DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 23DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
24DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 24DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
25DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser 25DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
26DEPENDS+= {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant 26DEPENDS+= {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant
27DEPENDS+= p5-libwww>=0:../../www/p5-libwww 27DEPENDS+= p5-libwww>=0:../../www/p5-libwww
28DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version 28DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version
29 29
30PKG_DESTDIR_SUPPORT= user-destdir 30PKG_DESTDIR_SUPPORT= user-destdir
31 31
32WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} 32WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||}
33 33
34REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl 34REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl
35 35
36PERL5_PACKLIST= auto/SOAP/Lite/.packlist 36PERL5_PACKLIST= auto/SOAP/Lite/.packlist
37 37
38MAKE_PARAMS+= --noprompt 38MAKE_PARAMS+= --noprompt
39 39
40.include "../../lang/perl5/module.mk" 40.include "../../lang/perl5/module.mk"
41.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/net/p5-SOAP-Lite/distinfo (switch to unified diff)

--- pkgsrc/net/p5-SOAP-Lite/distinfo 2011/11/02 14:44:36 1.9
+++ pkgsrc/net/p5-SOAP-Lite/distinfo 2012/09/13 08:58:21 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2011/11/02 14:44:36 adam Exp $ 1$NetBSD: distinfo,v 1.10 2012/09/13 08:58:21 abs Exp $
2 2
3SHA1 (SOAP-Lite-0.714.tar.gz) = e7257cb41b4f6016d2fef6d07bdd0a04c3223fe3 3SHA1 (SOAP-Lite-0.715.tar.gz) = 8ff81f9d117934449e47da2218554c883b933d8b
4RMD160 (SOAP-Lite-0.714.tar.gz) = 1ba73475266ed2d5421f5170ac78587e895909a3 4RMD160 (SOAP-Lite-0.715.tar.gz) = d2d123d16ec2d77f68f7311ce8b8dfcf631d0bd6
5Size (SOAP-Lite-0.714.tar.gz) = 236206 bytes 5Size (SOAP-Lite-0.715.tar.gz) = 233829 bytes