Sat Dec 20 21:48:24 2008 UTC ()
Update from version 0.710.08nb3 to 0.710.08nb4.

Pkgsrc updates:
 o Actually, there were a lot of missing dependencies on other
   perl modules in this package.  Add them.


(he)
diff -r1.23 -r1.24 pkgsrc/net/p5-SOAP-Lite/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/net/p5-SOAP-Lite/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-SOAP-Lite/Makefile 2008/12/18 20:56:09 1.23
+++ pkgsrc/net/p5-SOAP-Lite/Makefile 2008/12/20 21:48:23 1.24
@@ -1,31 +1,39 @@ @@ -1,31 +1,39 @@
1# $NetBSD: Makefile,v 1.23 2008/12/18 20:56:09 he Exp $ 1# $NetBSD: Makefile,v 1.24 2008/12/20 21:48:23 he Exp $
2# 2#
3 3
4DISTNAME= SOAP-Lite-0.710.08 4DISTNAME= SOAP-Lite-0.710.08
5PKGNAME= p5-${DISTNAME:S/710.08/71.08/} 5PKGNAME= p5-${DISTNAME:S/710.08/71.08/}
6PKGREVISION= 3 6PKGREVISION= 4
7CATEGORIES= net perl5 7CATEGORIES= net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.soaplite.com/ 11HOMEPAGE= http://www.soaplite.com/
12#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/ 12#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/
13COMMENT= Perl5 module providing a lightweight interface to SOAP 13COMMENT= Perl5 module providing a lightweight interface to SOAP
14 14
 15DEPENDS+= p5-Compress-Zlib>=0:../../devel/p5-Compress-Zlib
 16DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
 17DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI
 18DEPENDS+= p5-libwww>=0:../../www/p5-libwww
 19DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
15DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 20DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 21DEPENDS+= p5-MIME-Lite>=0:../../mail/p5-MIME-Lite
 22DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools
 23DEPENDS+= p5-Net>=0:../../net/p5-Net
16DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 24DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
17DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser 
18DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version 25DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version
 26DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
19 27
20PKG_DESTDIR_SUPPORT= user-destdir 28PKG_DESTDIR_SUPPORT= user-destdir
21 29
22WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} 30WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||}
23 31
24REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl 32REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl
25 33
26PERL5_PACKLIST= auto/SOAP/Lite/.packlist 34PERL5_PACKLIST= auto/SOAP/Lite/.packlist
27 35
28MAKE_PARAMS+= --noprompt 36MAKE_PARAMS+= --noprompt
29 37
30.include "../../lang/perl5/module.mk" 38.include "../../lang/perl5/module.mk"
31.include "../../mk/bsd.pkg.mk" 39.include "../../mk/bsd.pkg.mk"