svn commit: r430894 - head/databases/p5-SQL-Abstract

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 8 20:43:35 UTC 2017


Author: sunpoet
Date: Sun Jan  8 20:43:34 2017
New Revision: 430894
URL: https://svnweb.freebsd.org/changeset/ports/430894

Log:
  Fix *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  SQL::Abstract::Test requires Test::Deep.

Modified:
  head/databases/p5-SQL-Abstract/Makefile

Modified: head/databases/p5-SQL-Abstract/Makefile
==============================================================================
--- head/databases/p5-SQL-Abstract/Makefile	Sun Jan  8 20:43:30 2017	(r430893)
+++ head/databases/p5-SQL-Abstract/Makefile	Sun Jan  8 20:43:34 2017	(r430894)
@@ -3,7 +3,7 @@
 
 PORTNAME=	SQL-Abstract
 PORTVERSION=	1.81
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +15,10 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge \
-		p5-Moo>=1.004002:devel/p5-Moo
+		p5-Moo>=1.004002:devel/p5-Moo \
+		p5-Test-Deep>=0.101:devel/p5-Test-Deep
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Deep>=0.101:devel/p5-Test-Deep \
-		p5-Test-Exception>=0.31:devel/p5-Test-Exception \
+TEST_DEPENDS=	p5-Test-Exception>=0.31:devel/p5-Test-Exception \
 		p5-Test-Warn>=0:devel/p5-Test-Warn
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list