Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:10:22 +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: r426489 - head/devel/p5-Test2-Plugin-NoWarnings
Message-ID:  <201611191710.uAJHAMAS075651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:10:22 2016
New Revision: 426489
URL: https://svnweb.freebsd.org/changeset/ports/426489

Log:
  - Update to 0.05
  - Add TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Test2-Plugin-NoWarnings/Changes

Modified:
  head/devel/p5-Test2-Plugin-NoWarnings/Makefile
  head/devel/p5-Test2-Plugin-NoWarnings/distinfo

Modified: head/devel/p5-Test2-Plugin-NoWarnings/Makefile
==============================================================================
--- head/devel/p5-Test2-Plugin-NoWarnings/Makefile	Sat Nov 19 17:10:17 2016	(r426488)
+++ head/devel/p5-Test2-Plugin-NoWarnings/Makefile	Sat Nov 19 17:10:22 2016	(r426489)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test2-Plugin-NoWarnings
-PORTVERSION=	0.02
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -13,6 +13,10 @@ COMMENT=	Fail if tests warn
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+TEST_DEPENDS=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple \
+		p5-Test2-Suite>=0:devel/p5-Test2-Suite
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Test2-Plugin-NoWarnings/distinfo
==============================================================================
--- head/devel/p5-Test2-Plugin-NoWarnings/distinfo	Sat Nov 19 17:10:17 2016	(r426488)
+++ head/devel/p5-Test2-Plugin-NoWarnings/distinfo	Sat Nov 19 17:10:22 2016	(r426489)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474958024
-SHA256 (Test2-Plugin-NoWarnings-0.02.tar.gz) = 38cf62b0c8bea7cb6cbf02543e35ac43c5fe5921ad541b2c55ba240e28731749
-SIZE (Test2-Plugin-NoWarnings-0.02.tar.gz) = 22379
+TIMESTAMP = 1479543681
+SHA256 (Test2-Plugin-NoWarnings-0.05.tar.gz) = 4839cb18eecc4f370f62cb88923291183a93a965de1881b5e0d68780a6985894
+SIZE (Test2-Plugin-NoWarnings-0.05.tar.gz) = 23036



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