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

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

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/security/rubygem-omniauth-cas3/Makefile
==============================================================================
--- head/security/rubygem-omniauth-cas3/Makefile	Sun Oct 20 17:17:07 2019	(r515005)
+++ head/security/rubygem-omniauth-cas3/Makefile	Sun Oct 20 17:17:12 2019	(r515006)
@@ -12,9 +12,9 @@ COMMENT=	CAS 3.0 Strategy for OmniAuth
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-addressable>=2.3:www/rubygem-addressable \
-		rubygem-nokogiri>=1.7.1:textproc/rubygem-nokogiri \
-		rubygem-omniauth>=1.2:security/rubygem-omniauth
+RUN_DEPENDS=	rubygem-addressable>=2.3<3:www/rubygem-addressable \
+		rubygem-nokogiri>=1.7.1<2:textproc/rubygem-nokogiri \
+		rubygem-omniauth>=1.2<2:security/rubygem-omniauth
 
 USES=		gem
 USE_RUBY=	yes



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