Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 18:23:55 +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: r447705 - head/devel/p5-TAP-Formatter-JUnit
Message-ID:  <201708101823.v7AINttq031056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 10 18:23:55 2017
New Revision: 447705
URL: https://svnweb.freebsd.org/changeset/ports/447705

Log:
  Remove Perl core modules
  
  - While I'm here, sort PLIST
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/devel/p5-TAP-Formatter-JUnit/Makefile
==============================================================================
--- head/devel/p5-TAP-Formatter-JUnit/Makefile	Thu Aug 10 18:23:50 2017	(r447704)
+++ head/devel/p5-TAP-Formatter-JUnit/Makefile	Thu Aug 10 18:23:55 2017	(r447705)
@@ -2,7 +2,7 @@
 
 PORTNAME=	TAP-Formatter-JUnit
 PORTVERSION=	0.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +18,6 @@ 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-List-MoreUtils>0:lang/p5-List-MoreUtils
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=0:devel/p5-IO-stringy

Modified: head/devel/p5-TAP-Formatter-JUnit/pkg-plist
==============================================================================
--- head/devel/p5-TAP-Formatter-JUnit/pkg-plist	Thu Aug 10 18:23:50 2017	(r447704)
+++ head/devel/p5-TAP-Formatter-JUnit/pkg-plist	Thu Aug 10 18:23:55 2017	(r447705)
@@ -1,8 +1,8 @@
 bin/tap2junit
-%%PERL5_MAN1%%/tap2junit.1.gz
 %%SITE_PERL%%/TAP/Formatter/JUnit.pm
 %%SITE_PERL%%/TAP/Formatter/JUnit/Result.pm
 %%SITE_PERL%%/TAP/Formatter/JUnit/Session.pm
+%%PERL5_MAN1%%/tap2junit.1.gz
 %%PERL5_MAN3%%/TAP::Formatter::JUnit.3.gz
 %%PERL5_MAN3%%/TAP::Formatter::JUnit::Result.3.gz
 %%PERL5_MAN3%%/TAP::Formatter::JUnit::Session.3.gz



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