mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
17 lines
488 B
Text
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*"}]}.
|