Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 19:10:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511005 - head/databases/rubygem-tarantool
Message-ID:  <201909031910.x83JAux4046165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  3 19:10:56 2019
New Revision: 511005
URL: https://svnweb.freebsd.org/changeset/ports/511005

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/databases/rubygem-tarantool/Makefile

Modified: head/databases/rubygem-tarantool/Makefile
==============================================================================
--- head/databases/rubygem-tarantool/Makefile	Tue Sep  3 19:10:51 2019	(r511004)
+++ head/databases/rubygem-tarantool/Makefile	Tue Sep  3 19:10:56 2019	(r511005)
@@ -12,12 +12,12 @@ COMMENT=	Tarantool KV-storage client
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils \
+RUN_DEPENDS=	rubygem-bin_utils>=0.0.3<0.1:devel/rubygem-bin_utils \
 		rubygem-iproto>=0.3.17:net/rubygem-iproto \
 		rubygem-murmurhash3>=0.1.1:devel/rubygem-murmurhash3 \
 		rubygem-sumbur>=0.0.2:devel/rubygem-sumbur
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031910.x83JAux4046165>