svn commit: r521182 - head/net/rubygem-omniauth-twitter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:41:12 UTC 2019


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>


More information about the svn-ports-head mailing list