svn commit: r515006 - head/security/rubygem-omniauth-cas3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:17:13 UTC 2019


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


More information about the svn-ports-head mailing list