Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 10:44:21 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376197 - head/net/p5-Net-Amazon-EC2
Message-ID:  <201501041044.t04AiLoR053583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Jan  4 10:44:20 2015
New Revision: 376197
URL: https://svnweb.freebsd.org/changeset/ports/376197
QAT: https://qat.redports.org/buildarchive/r376197/

Log:
  p5-Test-Exception is used for testing only, and it was this way before update to
  version 0.29.
  
  Differential Revision:	https://reviews.freebsd.org/D1403
  Submitted by:	mat
  Approved by:	marino(mentor)

Modified:
  head/net/p5-Net-Amazon-EC2/Makefile

Modified: head/net/p5-Net-Amazon-EC2/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-EC2/Makefile	Sun Jan  4 10:37:04 2015	(r376196)
+++ head/net/p5-Net-Amazon-EC2/Makefile	Sun Jan  4 10:44:20 2015	(r376197)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-Amazon-EC2
 PORTVERSION=	0.29
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,9 +18,9 @@ BUILD_DEPENDS=	p5-LWP-Protocol-https>=0:
 		p5-Moose>=0.38:${PORTSDIR}/devel/p5-Moose \
 		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
 		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple \
-		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	configure



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