svn commit: r458217 - head/shells/p5-Term-Bash-Completion-Generator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 6 05:33:57 UTC 2018


Author: sunpoet
Date: Sat Jan  6 05:33:56 2018
New Revision: 458217
URL: https://svnweb.freebsd.org/changeset/ports/458217

Log:
  Update {BUILD,RUN}_DEPENDS: remove deprecated p5-Test-Block
  
  - While I'm here:
    - Move test-only dependencies to TEST_DEPENDS
    - Sort TEST_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/shells/p5-Term-Bash-Completion-Generator/Makefile

Modified: head/shells/p5-Term-Bash-Completion-Generator/Makefile
==============================================================================
--- head/shells/p5-Term-Bash-Completion-Generator/Makefile	Sat Jan  6 05:33:51 2018	(r458216)
+++ head/shells/p5-Term-Bash-Completion-Generator/Makefile	Sat Jan  6 05:33:56 2018	(r458217)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Term-Bash-Completion-Generator
 PORTVERSION=	0.02.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,11 +16,10 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Readonly>=0:devel/p5-Readonly \
 		p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
-		p5-Tree-Trie>=0:devel/p5-Tree-Trie \
-		p5-Test-Warn>=0:devel/p5-Test-Warn \
-		p5-Test-Block>=0:devel/p5-Test-Block \
-		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
+		p5-Tree-Trie>=0:devel/p5-Tree-Trie
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
+		p5-Test-Warn>=0:devel/p5-Test-Warn \
 
 NO_ARCH=	yes
 USES=		perl5


More information about the svn-ports-all mailing list