Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 06:04:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329139 - head/www/p5-WWW-Curl
Message-ID:  <201310030604.r9364Omp046698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 06:04:23 2013
New Revision: 329139
URL: http://svnweb.freebsd.org/changeset/ports/329139

Log:
  - Fix TEST_DEPENDS

Modified:
  head/www/p5-WWW-Curl/Makefile

Modified: head/www/p5-WWW-Curl/Makefile
==============================================================================
--- head/www/p5-WWW-Curl/Makefile	Thu Oct  3 04:20:03 2013	(r329138)
+++ head/www/p5-WWW-Curl/Makefile	Thu Oct  3 06:04:23 2013	(r329139)
@@ -15,8 +15,8 @@ COMMENT=	Perl extension interface for li
 LICENSE=	MIT
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
-TEST_DEPENDS=	p5-Test-Pod-Coverage>=104:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
-		p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
+TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
 USE_PERL5=	configure
 USES=		perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030604.r9364Omp046698>