Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:41:25 +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: r521185 - head/security/rubygem-omniauth-bitbucket
Message-ID:  <201912280741.xBS7fPv5052197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 07:41:25 2019
New Revision: 521185
URL: https://svnweb.freebsd.org/changeset/ports/521185

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-omniauth-bitbucket/Makefile

Modified: head/security/rubygem-omniauth-bitbucket/Makefile
==============================================================================
--- head/security/rubygem-omniauth-bitbucket/Makefile	Sat Dec 28 07:41:20 2019	(r521184)
+++ head/security/rubygem-omniauth-bitbucket/Makefile	Sat Dec 28 07:41:25 2019	(r521185)
@@ -10,12 +10,13 @@ COMMENT=	OmniAuth strategy for Bitbucket
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-multi_json>=1.7:devel/rubygem-multi_json \
-		rubygem-omniauth>=1.1:security/rubygem-omniauth \
-		rubygem-omniauth-oauth>=1.0:net/rubygem-omniauth-oauth
+RUN_DEPENDS=	rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \
+		rubygem-omniauth>=1.1<2:security/rubygem-omniauth \
+		rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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