svn commit: r447108 - head/devel/p5-TAP-Formatter-JUnit

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Aug 2 14:29:49 UTC 2017


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
 


More information about the svn-ports-all mailing list