aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-04-04 23:37:19 +0800
committerswills <swills@FreeBSD.org>2016-04-04 23:37:19 +0800
commita2e0ddb1e25ccb9703643f01adf25699bb8b79df (patch)
treee1556fca4699cbc81970f1b86e7df8e3a8aca37b /textproc
parent23990081eabdb3a962183159f1fbf983e5a66a07 (diff)
downloadfreebsd-ports-gnome-a2e0ddb1e25ccb9703643f01adf25699bb8b79df.tar.gz
freebsd-ports-gnome-a2e0ddb1e25ccb9703643f01adf25699bb8b79df.tar.zst
freebsd-ports-gnome-a2e0ddb1e25ccb9703643f01adf25699bb8b79df.zip
Fix patches mangled with gem 2.6.2 update
Pointyhat to: swills Reported by: antoine
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-gitlab-linguist/files/patch-gemspec13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/rubygem-gitlab-linguist/files/patch-gemspec b/textproc/rubygem-gitlab-linguist/files/patch-gemspec
index f0fb2a2eef5d..af2fb5172720 100644
--- a/textproc/rubygem-gitlab-linguist/files/patch-gemspec
+++ b/textproc/rubygem-gitlab-linguist/files/patch-gemspec
@@ -11,16 +11,3 @@
s.add_runtime_dependency(%q<mime-types>.freeze, ["~> 1.19"])
s.add_development_dependency(%q<mocha>.freeze, [">= 0"])
s.add_development_dependency(%q<json>.freeze, [">= 0"])
---- gitlab-linguist.gemspec.orig 2015-05-22 21:29:46 UTC
-+++ gitlab-linguist.gemspec
-@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
- s.specification_version = 4
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-- s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.6.6"])
-- s.add_runtime_dependency(%q<escape_utils>, ["~> 0.2.4"])
-+ s.add_runtime_dependency(%q<charlock_holmes>, [">= 0.6.6"])
-+ s.add_runtime_dependency(%q<escape_utils>, [">= 0.2.4"])
- s.add_runtime_dependency(%q<mime-types>, ["~> 1.19"])
- s.add_development_dependency(%q<mocha>, [">= 0"])
- s.add_development_dependency(%q<json>, [">= 0"])