Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 14:29:47 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447108 - head/devel/p5-TAP-Formatter-JUnit
Message-ID:  <201708021429.v72ETlir063316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Aug  2 14:29:47 2017
New Revision: 447108
URL: https://svnweb.freebsd.org/changeset/ports/447108

Log:
  - Add missing RUN_DEPENDS for bin/tap2junit
  
  PR:		220523
  Submitted by:	lwhsu
  Approved by:	maintainer timeout

Modified:
  head/devel/p5-TAP-Formatter-JUnit/Makefile

Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile
==============================================================================
--- head/devel/p5-TAP-Formatter-JUnit/Makefile	Wed Aug  2 14:24:30 2017	(r447107)
+++ head/devel/p5-TAP-Formatter-JUnit/Makefile	Wed Aug  2 14:29:47 2017	(r447108)
@@ -2,7 +2,7 @@
 
 PORTNAME=	TAP-Formatter-JUnit
 PORTVERSION=	0.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +18,8 @@ RUN_DEPENDS=	\
 	p5-MooseX-NonMoose>0:devel/p5-MooseX-NonMoose \
 	p5-File-Slurp>0:devel/p5-File-Slurp \
 	p5-XML-Generator>0:textproc/p5-XML-Generator \
-	p5-Test-Harness>3.12:devel/p5-Test-Harness
+	p5-Test-Harness>3.12:devel/p5-Test-Harness \
+	p5-List-MoreUtils>0:lang/p5-List-MoreUtils
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy
 



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