diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-27 17:58:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-27 17:58:54 +0000 |
commit | 87963b50809e7a39e4324b68c9bcf0e331a6c9b6 (patch) | |
tree | 088da1ba2636cfad1486abf90d2d23a928364c9e /textproc | |
parent | e02cbaefb7686a8c562d21bddd5f891c74aadeda (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-github-linguist/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-github-linguist/files/patch-gemspec | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index a40d90b58c7d..35a6259db6e4 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -2,6 +2,7 @@ PORTNAME= github-linguist PORTVERSION= 4.8.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-github-linguist/files/patch-gemspec b/textproc/rubygem-github-linguist/files/patch-gemspec new file mode 100644 index 000000000000..456a0257b3ca --- /dev/null +++ b/textproc/rubygem-github-linguist/files/patch-gemspec @@ -0,0 +1,11 @@ +--- github-linguist.gemspec.orig 2016-03-27 13:03:54 UTC ++++ github-linguist.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) +- s.add_runtime_dependency(%q<escape_utils>, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q<escape_utils>, [">= 1.1.0"]) + s.add_runtime_dependency(%q<mime-types>, [">= 1.19"]) + s.add_runtime_dependency(%q<rugged>, [">= 0.23.0b"]) + s.add_development_dependency(%q<minitest>, [">= 5.0"]) |