ports/devel/erlang-cuttlefish/files/patch-rebar.config
2017-06-23 13:50:20 +00:00

25 lines
948 B
Text

--- rebar.config.orig 2017-01-04 17:58:38 UTC
+++ rebar.config
@@ -1,6 +1,6 @@
-{require_otp_vsn, "R16|17|18"}.
+{require_otp_vsn, "R16|17|18|19|20"}.
-{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
+{erl_opts, [{parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.
@@ -12,12 +12,9 @@
{xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
{deps, [
- {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}},
- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}}
]}.
{post_hooks, [
{"-win32", compile, "rebar escriptize"},
- {"^((?!-win32).)*$", compile, "./rebar escriptize"}
+ {"^((?!-win32).)*$", compile, "rebar escriptize"}
]}.