diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-14 05:54:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-14 05:54:16 +0000 |
commit | 707c77eda29807754896c90d9fb6bed0b1fcbe97 (patch) | |
tree | 7386e706af6f8e206cf9ef016e00a54112e22fab /net/p5-XML-Compile-SOAP | |
parent | 4efe08499481fe84f1732276acab0667d797da90 (diff) | |
download | ports-707c77eda29807754896c90d9fb6bed0b1fcbe97.tar.gz ports-707c77eda29807754896c90d9fb6bed0b1fcbe97.zip |
- Update to 0.71
Notes
Notes:
svn path=/head/; revision=211216
Diffstat (limited to 'net/p5-XML-Compile-SOAP')
-rw-r--r-- | net/p5-XML-Compile-SOAP/Makefile | 12 | ||||
-rw-r--r-- | net/p5-XML-Compile-SOAP/distinfo | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net/p5-XML-Compile-SOAP/Makefile b/net/p5-XML-Compile-SOAP/Makefile index 8ff7b82a2a74..9d1c1de06e71 100644 --- a/net/p5-XML-Compile-SOAP/Makefile +++ b/net/p5-XML-Compile-SOAP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile-SOAP -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Base-class for SOAP implementations RUN_DEPENDS= p5-XML-Compile>=0.73:${PORTSDIR}/textproc/p5-XML-Compile \ p5-Log-Report>=0.11:${PORTSDIR}/devel/p5-Log-Report \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-libwww>=5.803:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes @@ -31,4 +31,10 @@ MAN3= XML::Compile::SOAP.3 \ XML::Compile::Transport::SOAPHTTP.3 XML::Compile::WSDL11.3 \ XML::Compile::WSDL11::Operation.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500702 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-XML-Compile-SOAP/distinfo b/net/p5-XML-Compile-SOAP/distinfo index 0800109af710..1abee7ed4a57 100644 --- a/net/p5-XML-Compile-SOAP/distinfo +++ b/net/p5-XML-Compile-SOAP/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-SOAP-0.70.tar.gz) = c6ffd76faee3e353fadef8987e50c4ab -SHA256 (XML-Compile-SOAP-0.70.tar.gz) = e36fca6a562078502eefc857921675aabe1d13689f7f400ac89f9f1b4727f464 -SIZE (XML-Compile-SOAP-0.70.tar.gz) = 92867 +MD5 (XML-Compile-SOAP-0.71.tar.gz) = fc4736e9b1a47df9534c644cab7a27ce +SHA256 (XML-Compile-SOAP-0.71.tar.gz) = 23f6dcba058ae5fd3d102a243d896f47a92602302efd3c07a19f872323a533dc +SIZE (XML-Compile-SOAP-0.71.tar.gz) = 93091 |