svn commit: r376197 - head/net/p5-Net-Amazon-EC2

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Jan 4 10:44:22 UTC 2015


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


More information about the svn-ports-all mailing list