diff options
author | sno <sno@pkgsrc.org> | 2009-10-18 09:24:26 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-18 09:24:26 +0000 |
commit | 08ff0290c9d790a8f320900d77f0c7d761a2ef81 (patch) | |
tree | e0fe74af7a03a09cf752b25c8c75f75976109fcc /net | |
parent | 7c9d42f514a64d129bd1a2abfb3ee72e032bf682 (diff) | |
download | pkgsrc-08ff0290c9d790a8f320900d77f0c7d761a2ef81.tar.gz |
Updating net/p5-SOAP-Lite from 0.71.08nb5 to 0.710.10
pkgsrc changes:
- Adjusting dependencies
- Adding license definition
Upstream changes:
0.710.10
! #49981: UDDI::Lite version not parsable by cpanplus (again)
0.710.09
! #46444: use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2 missing
! #37151: Strawberry perl 5.10 - Tests fail and then later hang
! #49981: UDDI::Lite version not parsable by cpanplus
! #49011: Fails to install under strawberry perl
! [2825166] In Constant DEFAULT_HTTP_CONTENT_TYPE
! [2832939] chunked client requests are returned 411(Length Required)
! [2860559] serious utf8 bug
! #44568 Tracing unavailable when SOAP::Lite is used as a server
! #44195 submitting patches / mention Nginx transport module in documentation
! [2777361] SOAP 1.2 Content-Type rejected
! #41937 ([patch] enable more tests)
! #39101: Apache2::Const::HTTP_BAD_REQUEST not defined
! #39672: serialization and autotype 'off'
! #41348: t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x
! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>'
+ require Task::Weaken
+ better META.yml generated (Alexandr Ciornii)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 18 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 8 |
2 files changed, 14 insertions, 12 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 23fd2b4dce8..627732439f8 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2009/06/01 19:38:57 sno Exp $ +# $NetBSD: Makefile,v 1.27 2009/10/18 09:24:26 sno Exp $ # -DISTNAME= SOAP-Lite-0.710.08 -PKGNAME= p5-${DISTNAME:S/710.08/71.08/} -PKGREVISION= 5 +DISTNAME= SOAP-Lite-0.710.10 +PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -11,19 +10,22 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.soaplite.com/ #HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/ COMMENT= Perl5 module providing a lightweight interface to SOAP +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI -DEPENDS+= p5-libwww>=0:../../www/p5-libwww +DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MIME-Lite>=0:../../mail/p5-MIME-Lite DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools DEPENDS+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net +DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser +DEPENDS+= {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant +DEPENDS+= p5-libwww>=0:../../www/p5-libwww +DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 0d97c4cff4d..f17186ef3ec 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/07/27 20:56:27 he Exp $ +$NetBSD: distinfo,v 1.7 2009/10/18 09:24:27 sno Exp $ -SHA1 (SOAP-Lite-0.710.08.tar.gz) = 6a99f25dea0372b95ad915e381824f259b8fe518 -RMD160 (SOAP-Lite-0.710.08.tar.gz) = 5698df3548b65613b8e9dabec74f28cbdb533afc -Size (SOAP-Lite-0.710.08.tar.gz) = 268726 bytes +SHA1 (SOAP-Lite-0.710.10.tar.gz) = 86d346387275b73219700f20dc971255b2e895ca +RMD160 (SOAP-Lite-0.710.10.tar.gz) = 127abf04adf0372dc1dc77f104bcd2457070e552 +Size (SOAP-Lite-0.710.10.tar.gz) = 244184 bytes |