diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:21:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:21:40 +0000 |
commit | 9898390edd82cf39a0ff1d4c09404d91cf71fff0 (patch) | |
tree | a04a431a5ba654dc627488608b5167bb1ce18cb4 /net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec | |
parent | - Update to 0.13.0 (diff) |
- Rename gemspec patch to patch-gemspec
Sponsored by: PortsCamp Taiwan
Notes
Notes:
svn path=/head/; revision=406433
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec')
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec b/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec new file mode 100644 index 000000000000..40051d112db7 --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap/files/patch-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 |