aboutsummaryrefslogtreecommitdiff
path: root/databases/erlang-couchbeam/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/erlang-couchbeam/files')
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config11
-rw-r--r--databases/erlang-couchbeam/files/patch-rebar.config.script14
2 files changed, 25 insertions, 0 deletions
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config b/databases/erlang-couchbeam/files/patch-rebar.config
new file mode 100644
index 000000000000..1ca7316bfe8c
--- /dev/null
+++ b/databases/erlang-couchbeam/files/patch-rebar.config
@@ -0,0 +1,11 @@
+--- rebar.config.orig 2016-07-01 12:20:31 UTC
++++ rebar.config
+@@ -3,8 +3,6 @@
+ {erl_opts, [debug_info]}.
+
+ {deps, [
+- {jsx, "2.8.0"},
+- {hackney, "1.6.0"}
+ ]}.
+
+
diff --git a/databases/erlang-couchbeam/files/patch-rebar.config.script b/databases/erlang-couchbeam/files/patch-rebar.config.script
new file mode 100644
index 000000000000..d31ed44f81e1
--- /dev/null
+++ b/databases/erlang-couchbeam/files/patch-rebar.config.script
@@ -0,0 +1,14 @@
+--- rebar.config.script.orig 2016-07-11 13:29:03 UTC
++++ rebar.config.script
+@@ -1,11 +1,6 @@
+ IsRebar3 = erlang:function_exported(rebar3, main, 1),
+
+ Rebar2Deps = [
+- {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git",
+- {tag,"2.8.0"}}},
+-
+- {hackney, ".*", {git, "https://github.com/benoitc/hackney.git",
+- {tag, "1.4.4"}}}
+ ],
+
+ case IsRebar3 of