Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 20:42:25 +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: r499681 - head/devel/p5-Test2-Plugin-NoWarnings
Message-ID:  <201904222042.x3MKgPIE043503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 22 20:42:24 2019
New Revision: 499681
URL: https://svnweb.freebsd.org/changeset/ports/499681

Log:
  Update to 0.07
  
  Changes:	https://metacpan.org/changes/distribution/Test2-Plugin-NoWarnings

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	Mon Apr 22 20:42:19 2019	(r499680)
+++ head/devel/p5-Test2-Plugin-NoWarnings/Makefile	Mon Apr 22 20:42:24 2019	(r499681)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test2-Plugin-NoWarnings
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -13,11 +13,19 @@ COMMENT=	Fail if tests warn
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple \
+TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
 		p5-Test2-Suite>=0:devel/p5-Test2-Suite
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+NO_ARCH=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502800
+BUILD_DEPENDS+=	p5-Test-Simple>=1.302096:devel/p5-Test-Simple
+RUN_DEPENDS+=	p5-Test-Simple>=1.302096:devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Test2-Plugin-NoWarnings/distinfo
==============================================================================
--- head/devel/p5-Test2-Plugin-NoWarnings/distinfo	Mon Apr 22 20:42:19 2019	(r499680)
+++ head/devel/p5-Test2-Plugin-NoWarnings/distinfo	Mon Apr 22 20:42:24 2019	(r499681)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496617141
-SHA256 (Test2-Plugin-NoWarnings-0.06.tar.gz) = 8288c1d934f69a03224598fbb715adc079c0d1609bfbaea6c88682aab1995800
-SIZE (Test2-Plugin-NoWarnings-0.06.tar.gz) = 23237
+TIMESTAMP = 1555958063
+SHA256 (Test2-Plugin-NoWarnings-0.07.tar.gz) = ff1da75c24e0635f7f4343b9add5ae880d7b8ede71f181b59fb7df4ae762b8eb
+SIZE (Test2-Plugin-NoWarnings-0.07.tar.gz) = 25875



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