diff options
author | sno <sno@pkgsrc.org> | 2010-08-04 17:04:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-04 17:04:29 +0000 |
commit | 56e6e17f784eb7463f55a7506526f00580166222 (patch) | |
tree | 82113c24a6d788235673195c54ee5ac93e8ab6b0 /net | |
parent | bb8c5d6bd4888487469fd88e20073a69c02c4da2 (diff) | |
download | pkgsrc-56e6e17f784eb7463f55a7506526f00580166222.tar.gz |
Updating net/p5-SOAP-Lite from 1.710.10 to 1.712
pkgsrc changes:
- adjust dependencies
Upstream changes since 1.710.10:
0.712
! #57409 SOAP::Lite installation problem
! #52015 defined(%hash) deprecated in Perl 5.11
! #39546 use of version.pm
! #52637 error sending a request in perl 5.10.0 containing
utf-8 data using the string data type
! #55962 Spelling errors
0.711
SOAP::Transport::JABBER, SOAP::Transport::MQ and SOAP::Tranport::FTP
are now in their own distributions.
! [2790747] Bugtracker specification in META.yml missing
! #45997: Inconsistency in SOAP::Serializer documentation
! #55618: HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transpo
! [2946245] / #54106 Only last Cookie Set
! #50178: Win32 isuue with IO::SessionData and IO::SessionSet
! #41527: SOAP::Lite 0.69 with Apache2 HTTP Server module and mod_perl 2
returns 500 Internal
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 627732439f8..f9306439034 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2009/10/18 09:24:26 sno Exp $ +# $NetBSD: Makefile,v 1.28 2010/08/04 17:04:29 sno Exp $ # -DISTNAME= SOAP-Lite-0.710.10 +DISTNAME= SOAP-Lite-0.712 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -12,6 +12,7 @@ HOMEPAGE= http://www.soaplite.com/ COMMENT= Perl5 module providing a lightweight interface to SOAP LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index f17186ef3ec..1ed21093c71 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/10/18 09:24:27 sno Exp $ +$NetBSD: distinfo,v 1.8 2010/08/04 17:04:29 sno Exp $ -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 +SHA1 (SOAP-Lite-0.712.tar.gz) = 46445cdf32e245b867abf0036a83d442351475c0 +RMD160 (SOAP-Lite-0.712.tar.gz) = 1380a3814a323679f23fd882f5a9b779c121a9f2 +Size (SOAP-Lite-0.712.tar.gz) = 237942 bytes |