Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:17:08 +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: r515005 - head/security/rubygem-omniauth
Message-ID:  <201910201717.x9KHH8x6079252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:17:07 2019
New Revision: 515005
URL: https://svnweb.freebsd.org/changeset/ports/515005

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-omniauth/Makefile

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Sun Oct 20 17:17:03 2019	(r515004)
+++ head/security/rubygem-omniauth/Makefile	Sun Oct 20 17:17:07 2019	(r515005)
@@ -11,8 +11,8 @@ COMMENT=	Generalized Rack framework for multiple-provi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-hashie>=3.4.6:devel/rubygem-hashie \
-		rubygem-rack>=1.6.2:www/rubygem-rack
+RUN_DEPENDS=	rubygem-hashie>=3.4.6<3.7.0:devel/rubygem-hashie \
+		rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack
 
 USES=		gem
 USE_RUBY=	yes



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