summaryrefslogtreecommitdiff
path: root/net/rubygem-gitlab_omniauth-ldap
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:25:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:25:13 +0000
commitb8f29a2aaf37efbfd46b2c7a57feb4aa796d81da (patch)
tree4fcb2f8fdba286532e399e79934c635786d9a34e /net/rubygem-gitlab_omniauth-ldap
parentUpdate to 0.6.2 (diff)
Remove unnecessary gemspec patch
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=439399
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap')
-rw-r--r--net/rubygem-gitlab_omniauth-ldap/Makefile1
-rw-r--r--net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec11
2 files changed, 1 insertions, 11 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap/Makefile b/net/rubygem-gitlab_omniauth-ldap/Makefile
index 5ee29905aab6..3ea7a2267f87 100644
--- a/net/rubygem-gitlab_omniauth-ldap/Makefile
+++ b/net/rubygem-gitlab_omniauth-ldap/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitlab_omniauth-ldap
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
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 43a32f4ed2ed..000000000000
--- a/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- gitlab_omniauth-ldap.gemspec.orig 2016-03-28 14:25:45.658279000 +0000
-+++ gitlab_omniauth-ldap.gemspec 2016-03-28 14:33:52.171193000 +0000
-@@ -23,7 +23,7 @@
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
-- s.add_runtime_dependency(%q<net-ldap>.freeze, ["~> 0.9"])
-+ s.add_runtime_dependency(%q<net-ldap>.freeze, [">= 0.9"])
- s.add_runtime_dependency(%q<pyu-ruby-sasl>.freeze, ["~> 0.0.3.1"])
- s.add_runtime_dependency(%q<rubyntlm>.freeze, ["~> 0.3"])
- else