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

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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-omniauth-oauth2-generic/Makefile

Modified: head/security/rubygem-omniauth-oauth2-generic/Makefile
==============================================================================
--- head/security/rubygem-omniauth-oauth2-generic/Makefile	Sun Oct 20 17:17:22 2019	(r515008)
+++ head/security/rubygem-omniauth-oauth2-generic/Makefile	Sun Oct 20 17:17:26 2019	(r515009)
@@ -12,11 +12,12 @@ COMMENT=	Generic, Configurable OmniAuth Strategy for O
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
+RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 post-install:
 	${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup



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