svn commit: r373784 - head/devel/rubygem-tzinfo

Antoine Brodin antoine at FreeBSD.org
Tue Dec 2 21:29:12 UTC 2014


Author: antoine
Date: Tue Dec  2 21:29:11 2014
New Revision: 373784
URL: https://svnweb.freebsd.org/changeset/ports/373784
QAT: https://qat.redports.org/buildarchive/r373784/

Log:
  Add a missing dependency

Modified:
  head/devel/rubygem-tzinfo/Makefile

Modified: head/devel/rubygem-tzinfo/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Tue Dec  2 21:02:33 2014	(r373783)
+++ head/devel/rubygem-tzinfo/Makefile	Tue Dec  2 21:29:11 2014	(r373784)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tzinfo
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +12,8 @@ COMMENT=	Daylight-savings aware timezone
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list