ports/www/webmachine/files/patch-rebar.config
Jimmy Olgeni 3e7ce55fac - Upgrade to version 1.10.5.
- Remove redundant MASTER_SITES.
- Disable "warnings_as_errors" for R16 compatibility.
2013-11-16 23:35:39 +00:00

17 lines
488 B
Text

$FreeBSD$
--- rebar.config.orig
+++ rebar.config
@@ -1,10 +1,6 @@
%%-*- mode: erlang -*-
-{erl_opts, [warnings_as_errors]}.
{cover_enabled, true}.
{edoc_opts, [{preprocess, true}]}.
{deps,
- [{mochiweb, "1.5.1*", {git, "git://github.com/basho/mochiweb.git", {tag, "1.5.1p6"}}},
- {meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
- {ibrowse, "4.0.1", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.1"}}}
- ]}.
+ [{mochiweb, "1.5.1*"}]}.