svn commit: r319075 - head/net/p5-SOAP-Lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 25 23:43:06 UTC 2013


Author: sunpoet
Date: Sat May 25 23:43:05 2013
New Revision: 319075
URL: http://svnweb.freebsd.org/changeset/ports/319075

Log:
  - Update to 0.716
  
  Changes:	http://search.cpan.org/dist/SOAP-Lite/Changes

Modified:
  head/net/p5-SOAP-Lite/Makefile
  head/net/p5-SOAP-Lite/distinfo   (contents, props changed)

Modified: head/net/p5-SOAP-Lite/Makefile
==============================================================================
--- head/net/p5-SOAP-Lite/Makefile	Sat May 25 20:17:53 2013	(r319074)
+++ head/net/p5-SOAP-Lite/Makefile	Sat May 25 23:43:05 2013	(r319075)
@@ -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}
 		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>

Modified: head/net/p5-SOAP-Lite/distinfo
==============================================================================
--- head/net/p5-SOAP-Lite/distinfo	Sat May 25 20:17:53 2013	(r319074)
+++ head/net/p5-SOAP-Lite/distinfo	Sat May 25 23:43:05 2013	(r319075)
@@ -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


More information about the svn-ports-all mailing list