aboutsummaryrefslogtreecommitdiff
path: root/devel/erlang-folsom/files/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'devel/erlang-folsom/files/patch-rebar.config')
-rw-r--r--devel/erlang-folsom/files/patch-rebar.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/erlang-folsom/files/patch-rebar.config b/devel/erlang-folsom/files/patch-rebar.config
new file mode 100644
index 000000000000..c02c286e4fe5
--- /dev/null
+++ b/devel/erlang-folsom/files/patch-rebar.config
@@ -0,0 +1,11 @@
+--- rebar.config.orig 2015-05-20 12:38:09 UTC
++++ rebar.config
+@@ -1,8 +1,6 @@
+ {sub_dirs, ["deps"]}.
+
+ {deps, [
+- {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.2"}}},
+- {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.2"}}}
+ ]}.
+
+ {erl_opts, [debug_info]}.