svn commit: r447706 - head/games/p5-Games-Bingo-Print

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 10 18:24:01 UTC 2017


Author: sunpoet
Date: Thu Aug 10 18:24:00 2017
New Revision: 447706
URL: https://svnweb.freebsd.org/changeset/ports/447706

Log:
  Remove Perl core modules
  
  - Sort TEST_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/games/p5-Games-Bingo-Print/Makefile

Modified: head/games/p5-Games-Bingo-Print/Makefile
==============================================================================
--- head/games/p5-Games-Bingo-Print/Makefile	Thu Aug 10 18:23:55 2017	(r447705)
+++ head/games/p5-Games-Bingo-Print/Makefile	Thu Aug 10 18:24:00 2017	(r447706)
@@ -16,9 +16,8 @@ LICENSE=	ART10
 BUILD_DEPENDS=	p5-Games-Bingo>=0:games/p5-Games-Bingo \
 		p5-PDFLib>=0:print/p5-PDFLib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Harness>=0:devel/p5-Test-Harness \
+TEST_DEPENDS=	p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \
 		p5-Test-Pod>=0:devel/p5-Test-Pod \
-		p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list