diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-05-26 07:43:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-05-26 07:43:05 +0800 |
commit | ce81a27473060e5e6bbf5fe4e3b63a47ec8a452e (patch) | |
tree | 8a4e98dc97c073b94df71e8ee91f624b8fe4fcc0 /net | |
parent | b1b84b0a11a309689f972b67a170228912e774b5 (diff) | |
download | freebsd-ports-gnome-ce81a27473060e5e6bbf5fe4e3b63a47ec8a452e.tar.gz freebsd-ports-gnome-ce81a27473060e5e6bbf5fe4e3b63a47ec8a452e.tar.zst freebsd-ports-gnome-ce81a27473060e5e6bbf5fe4e3b63a47ec8a452e.zip |
- Update to 0.716
Changes: http://search.cpan.org/dist/SOAP-Lite/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 8 | ||||
-rw-r--r-- | net/p5-SOAP-Lite/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 06c4539a2a5b..10621ae109fe 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SOAP-Lite -PORTVERSION= 0.715 +PORTVERSION= 0.716 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,12 +17,12 @@ RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject +TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* @@ -62,6 +62,6 @@ MAN3= Apache::SOAP.3 \ post-patch: @${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \ - ${WRKSRC}/bin/* ${WRKSRC}/t/*.t ${WRKSRC}/t/*.pl + ${WRKSRC}/bin/* ${WRKSRC}/t/*.pl ${WRKSRC}/t/*.t .include <bsd.port.mk> diff --git a/net/p5-SOAP-Lite/distinfo b/net/p5-SOAP-Lite/distinfo index 36260d539146..2e244b646957 100644 --- a/net/p5-SOAP-Lite/distinfo +++ b/net/p5-SOAP-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (SOAP-Lite-0.715.tar.gz) = 77d837c405e9ff0d665532673c3e3f978e95e543d22d167323334a929eeb0145 -SIZE (SOAP-Lite-0.715.tar.gz) = 233829 +SHA256 (SOAP-Lite-0.716.tar.gz) = 7ff166095047466f4b07416c93ce876a777a72329e06ae22ff6f78d856d9166e +SIZE (SOAP-Lite-0.716.tar.gz) = 231729 |