diff options
author | wen <wen@pkgsrc.org> | 2015-05-30 02:37:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-05-30 02:37:35 +0000 |
commit | 8fb3582cd6bb12257a016076ad66d9a6070ee9b4 (patch) | |
tree | 4ee648fbea00330167ec401e3441737fc1b16f63 /net | |
parent | 23d28d08af03026259baa3347a73226cfa8eccf4 (diff) | |
download | pkgsrc-8fb3582cd6bb12257a016076ad66d9a6070ee9b4.tar.gz |
Update 1.14
Update DEPENDS
Upstream changes:
1.14 March 24, 2015
+ Add header and body tags [@bubi6608]
! Fixed typo in trace logging example [@oschwald]
+ Converted the dist from using ExtUtils::MakeMaker to using Dist::Zilla [@mvuets]
! Cleaned up prereqs [@mvuets]
! Cleaned up author and release tests [@mvuets]
1.13 December 30, 2014
! Fixed undefined value error when using bugzilla's xmlrpc.cgi (bugzilla's API) [dbeusee]
1.12 November 26, 2014
! #100557 Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 14 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 8 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index d6637bec589..aebc1f16b49 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2015/01/31 12:19:56 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2015/05/30 02:37:35 wen Exp $ -DISTNAME= SOAP-Lite-1.11 +DISTNAME= SOAP-Lite-1.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -13,19 +12,18 @@ 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 +DEPENDS+= p5-IO-SessionData>=1.03:../../net/p5-IO-SessionData DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-LWP-Protocol-https>=0:../../www/p5-LWP-Protocol-https 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+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser DEPENDS+= p5-libwww>=0:../../www/p5-libwww -DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version + +BUILD_DEPENDS+= p5-XML-Parser-Lite>=0:../../textproc/p5-XML-Parser-Lite SUPERSEDES+= p5-SOAP-Transport-TCP-[0-9]* diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 4ab9af9e9b8..272d0bb26f3 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2014/02/22 08:31:55 wen Exp $ +$NetBSD: distinfo,v 1.15 2015/05/30 02:37:35 wen Exp $ -SHA1 (SOAP-Lite-1.11.tar.gz) = b9e22c82a240737e87d6c720998feadcfb583768 -RMD160 (SOAP-Lite-1.11.tar.gz) = db11b912befb3c8624c4d9fce27141025c7d2fdc -Size (SOAP-Lite-1.11.tar.gz) = 227294 bytes +SHA1 (SOAP-Lite-1.14.tar.gz) = a26181b5d9c200f86d1c41196a5460b9ca68ccb0 +RMD160 (SOAP-Lite-1.14.tar.gz) = 6413442e367fc056de84f791a1c2587676a5310f +Size (SOAP-Lite-1.14.tar.gz) = 276774 bytes |