ports/textproc/rubygem-nokogiri/files/patch-Rakefile
2014-05-25 01:17:22 +00:00

19 lines
598 B
Text

--- ./Rakefile.orig 2014-05-24 16:10:23.067290451 +0000
+++ ./Rakefile 2014-05-24 16:10:54.151390933 +0000
@@ -130,16 +130,6 @@
# GENERATED_TOKENIZER
]
- unless java?
- self.extra_deps += [
- # this dependency locked because we're monkey-punching mini_portile.
- # for more details, see:
- # - https://github.com/sparklemotion/nokogiri/issues/1102
- # - https://github.com/luislavena/mini_portile/issues/32
- ["mini_portile", "= 0.6.0"],
- ]
- end
-
self.extra_dev_deps += [
["hoe-bundler", ">= 1.1"],
["hoe-debugging", ">= 1.0.3"],