svn commit: r541834 - head/databases/p5-DBIx-Sunny

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 10 03:11:48 UTC 2020


Author: danfe
Date: Fri Jul 10 03:11:47 2020
New Revision: 541834
URL: https://svnweb.freebsd.org/changeset/ports/541834

Log:
  Add missing run-time dependencies.
  
  PR:		242021
  Submitted by:	Tomohiro Hosaka

Modified:
  head/databases/p5-DBIx-Sunny/Makefile

Modified: head/databases/p5-DBIx-Sunny/Makefile
==============================================================================
--- head/databases/p5-DBIx-Sunny/Makefile	Fri Jul 10 00:04:20 2020	(r541833)
+++ head/databases/p5-DBIx-Sunny/Makefile	Fri Jul 10 03:11:47 2020	(r541834)
@@ -3,6 +3,7 @@
 
 PORTNAME=	DBIx-Sunny
 PORTVERSION=	0.9991
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,8 +19,10 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBI>=1.615:databases/p5-DBI \
 		p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \
 		p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
-		p5-DBIx-TransactionManager>=0:databases/p5-DBIx-TransactionManager \
-		p5-Data-Validator>=0:devel/p5-Data-Validator
+		p5-DBIx-TransactionManager>=0.13:databases/p5-DBIx-TransactionManager \
+		p5-Data-Validator>=0:devel/p5-Data-Validator \
+		p5-SQL-Maker>=0:databases/p5-SQL-Maker \
+		p5-SQL-NamedPlaceholder>=0.10:databases/p5-SQL-NamedPlaceholder
 TEST_DEPENDS=	p5-DBD-SQLite>=1.31:databases/p5-DBD-SQLite \
 		p5-Test-Requires>=0:devel/p5-Test-Requires \
 		p5-Capture-Tiny>=0:devel/p5-Capture-Tiny


More information about the svn-ports-all mailing list