svn commit: r330751 - head/net/p5-ResourcePool-Resource-SOAP-Lite

Mathieu Arnold mat at FreeBSD.org
Fri Oct 18 14:20:40 UTC 2013


Author: mat
Date: Fri Oct 18 14:20:39 2013
New Revision: 330751
URL: http://svnweb.freebsd.org/changeset/ports/330751

Log:
  Passes all tests with net/p5-SOAP-Lite.

Modified:
  head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile

Modified: head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile
==============================================================================
--- head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile	Fri Oct 18 14:17:16 2013	(r330750)
+++ head/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile	Fri Oct 18 14:20:39 2013	(r330751)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ResourcePool-Resource-SOAP-Lite
 PORTVERSION=	1.0103
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN \
 		http://www.fatalmind.com/projects/ResourcePool/
@@ -13,7 +14,7 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	ResourcePool wrapper for SOAP::Lite
 
 RUN_DEPENDS=	p5-ResourcePool>=1.0100:${PORTSDIR}/devel/p5-ResourcePool \
-		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite-060
+		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list