svn commit: r431688 - head/databases/p5-Redis

Kurt Jaeger pi at FreeBSD.org
Mon Jan 16 18:54:58 UTC 2017


Author: pi
Date: Mon Jan 16 18:54:57 2017
New Revision: 431688
URL: https://svnweb.freebsd.org/changeset/ports/431688

Log:
  databases/p5-Redis: add missing RUN_DEPENDS for lang/p5-Try-Tiny
  
  Submitted by:	Tommy Scheunemann <net at arrishq.net>

Modified:
  head/databases/p5-Redis/Makefile

Modified: head/databases/p5-Redis/Makefile
==============================================================================
--- head/databases/p5-Redis/Makefile	Mon Jan 16 18:33:56 2017	(r431687)
+++ head/databases/p5-Redis/Makefile	Mon Jan 16 18:54:57 2017	(r431688)
@@ -13,7 +13,8 @@ COMMENT=	Perl binding for Redis database
 
 LICENSE=	ART20
 
-BUILD_DEPENDS=	p5-IO-Socket-Timeout>=0.29:net/p5-IO-Socket-Timeout
+BUILD_DEPENDS=	p5-IO-Socket-Timeout>=0.29:net/p5-IO-Socket-Timeout \
+		p5-Try-Tiny>=0.24:lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-String>=0:devel/p5-IO-String \
 		p5-Test-Deep>=0:devel/p5-Test-Deep \


More information about the svn-ports-head mailing list