opnsense-ports/databases/erlang-couchbeam/files/patch-rebar.config.script
Franco Fichtner fe629e823e */*: sync with upstream
Taken from: FreeBSD
2017-01-05 08:06:14 +01:00

14 lines
403 B
Text

--- rebar.config.script.orig 2016-12-22 20:31:28 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.6.4"}}}
],
case IsRebar3 of