aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:03:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:48 +0000
commitf77670a51c4338a20819e8ed49037a243ffdbfb0 (patch)
treea7e71878266845ec528e10de10636f3d07ca3995
parent08fc19f2e0b4d94c255e8567be6abf2df7eef8e7 (diff)
downloadports-f77670a51c4338a20819e8ed49037a243ffdbfb0.tar.gz
ports-f77670a51c4338a20819e8ed49037a243ffdbfb0.zip
security/rubygem-omniauth-cas: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Bump PORTREVISION for dependency change
-rw-r--r--security/rubygem-omniauth-cas/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-omniauth-cas/Makefile b/security/rubygem-omniauth-cas/Makefile
index b18abc8becb0..55fba3a71394 100644
--- a/security/rubygem-omniauth-cas/Makefile
+++ b/security/rubygem-omniauth-cas/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-cas
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -8,9 +9,9 @@ COMMENT= Central Authentication Service (CAS) strategy for OmniAuth
LICENSE= MIT
-RUN_DEPENDS= rubygem-omniauth>=1.2:security/rubygem-omniauth \
- rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
- rubygem-addressable>=2.3:www/rubygem-addressable
+RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
+ rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
+ rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes