diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-05-26 18:07:52 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-05-26 18:07:52 +0000 |
commit | 613fce7669dfe4328eed153523adf20df978f8de (patch) | |
tree | 1136b2013c4bd25a70d70c87ac88dd3c65d5996e /net/rubygem-gitlab_omniauth-ldap/files | |
parent | net/rubygem-net-ldap: update to 0.11 (diff) |
net/rubygem-gitlab_omniauth-ldap: update to 1.2.1
PR: 199944
Differential Revision: https://reviews.freebsd.org/D2634
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap/files')
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec | 11 | ||||
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec b/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec deleted file mode 100644 index 9fe8d9a21083..000000000000 --- a/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- gitlab_omniauth-ldap.gemspec.orig 2014-12-01 04:29:00.000000000 +0000 -+++ gitlab_omniauth-ldap.gemspec 2014-12-01 04:29:29.000000000 +0000 -@@ -25,7 +25,7 @@ - s.add_runtime_dependency(%q<omniauth>, ["~> 1.0"]) - s.add_runtime_dependency(%q<net-ldap>, ["~> 0.7.0"]) - s.add_runtime_dependency(%q<pyu-ruby-sasl>, ["~> 0.0.3.1"]) -- s.add_runtime_dependency(%q<rubyntlm>, ["~> 0.1.1"]) -+ s.add_runtime_dependency(%q<rubyntlm>, ["~> 0.4.0"]) - else - s.add_dependency(%q<omniauth>, ["~> 1.0"]) - s.add_dependency(%q<net-ldap>, ["~> 0.7.0"]) diff --git a/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec b/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec new file mode 100644 index 000000000000..40051d112db7 --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap/files/patch-gitlab__omniauth-ldap.gemspec @@ -0,0 +1,11 @@ +--- gitlab_omniauth-ldap.gemspec.orig 2015-05-23 14:49:06 UTC ++++ gitlab_omniauth-ldap.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.0"]) +- s.add_runtime_dependency(%q<net-ldap>, ["~> 0.9"]) ++ s.add_runtime_dependency(%q<net-ldap>, [">= 0.9"]) + s.add_runtime_dependency(%q<pyu-ruby-sasl>, ["~> 0.0.3.1"]) + s.add_runtime_dependency(%q<rubyntlm>, ["~> 0.3"]) + else |