aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-saml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-30 11:26:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-30 11:26:24 +0000
commit16a0be9b6fde9df1e0f7f5d873d465dd7afc3c01 (patch)
tree902f35e709e38af2df16accac1b0a0de01ef400b /security/rubygem-omniauth-saml
parente8abe935a21a1e094143de2194771043fa45758b (diff)
downloadports-16a0be9b6fde9df1e0f7f5d873d465dd7afc3c01.tar.gz
ports-16a0be9b6fde9df1e0f7f5d873d465dd7afc3c01.zip
Notes
Diffstat (limited to 'security/rubygem-omniauth-saml')
-rw-r--r--security/rubygem-omniauth-saml/Makefile1
-rw-r--r--security/rubygem-omniauth-saml/files/patch-gemspec11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile
index df72e19c7f53..89feb492ee04 100644
--- a/security/rubygem-omniauth-saml/Makefile
+++ b/security/rubygem-omniauth-saml/Makefile
@@ -3,6 +3,7 @@
PORTNAME= omniauth-saml
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-omniauth-saml/files/patch-gemspec b/security/rubygem-omniauth-saml/files/patch-gemspec
new file mode 100644
index 000000000000..2105d884056f
--- /dev/null
+++ b/security/rubygem-omniauth-saml/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- omniauth-saml.gemspec.orig 2015-10-28 21:31:39 UTC
++++ omniauth-saml.gemspec
+@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
+
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
+ s.add_runtime_dependency(%q<omniauth>, ["~> 1.1"])
+- s.add_runtime_dependency(%q<ruby-saml>, ["~> 1.0.0"])
++ s.add_runtime_dependency(%q<ruby-saml>, [">= 1.0.0"])
+ s.add_development_dependency(%q<rspec>, ["~> 2.8"])
+ s.add_development_dependency(%q<simplecov>, ["~> 0.6"])
+ s.add_development_dependency(%q<rack-test>, ["~> 0.6"])