Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:41:11 +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: r521182 - head/net/rubygem-omniauth-twitter
Message-ID:  <201912280741.xBS7fBvE051170@repo.freebsd.org>

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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/net/rubygem-omniauth-twitter/Makefile

Modified: head/net/rubygem-omniauth-twitter/Makefile
==============================================================================
--- head/net/rubygem-omniauth-twitter/Makefile	Sat Dec 28 07:41:06 2019	(r521181)
+++ head/net/rubygem-omniauth-twitter/Makefile	Sat Dec 28 07:41:10 2019	(r521182)
@@ -10,11 +10,12 @@ COMMENT=	OmniAuth strategy for Twitter
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth \
+RUN_DEPENDS=	rubygem-omniauth-oauth>=1.1<2:net/rubygem-omniauth-oauth \
 		rubygem-rack>=0:www/rubygem-rack
 
-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.xBS7fBvE051170>