diff options
| author | Preston Marshall | 2010-10-12 01:37:58 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-12 07:07:03 -0700 |
| commit | d9bbc117f704a4371cd5e02d27fc100d71f3ed63 (patch) | |
| tree | 8f9bd5b7d0fdb11ee0673ee426dad590570b41f1 /Library/Formula | |
| parent | a03e0acabe7d6355fb10ce1b12a2382cb05ec8f4 (diff) | |
| download | homebrew-d9bbc117f704a4371cd5e02d27fc100d71f3ed63.tar.bz2 | |
Update to Riak 0.13.0.
Remove patch required for building on Erlang R14B, as they have fixed the
bug upstream (bug 746 on issues.basho.com).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/riak.rb | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb index e7b8377d9..ed017e9a2 100644 --- a/Library/Formula/riak.rb +++ b/Library/Formula/riak.rb @@ -1,9 +1,9 @@ require 'formula' class Riak <Formula - url 'http://downloads.basho.com/riak/riak-0.12/riak-0.12.0.tar.gz' + url 'http://downloads.basho.com/riak/riak-0.13/riak-0.13.0.tar.gz' homepage 'http://riak.basho.com' - md5 'b5bbc7aaf115bc6ba518137b733ad8a2' + md5 'fc559921c4d32526bfc0e9129eb17daf' skip_clean 'libexec/log' skip_clean 'libexec/log/sasl' @@ -12,12 +12,7 @@ class Riak <Formula skip_clean 'libexec/data/ring' depends_on 'erlang' - - def patches - # Having issues with the integer_to_list/2 BIF - DATA - end - + def install ENV.deparallelize system "make all rel" @@ -34,19 +29,4 @@ class Riak <Formula (prefix + 'data/ring').mkpath (prefix + 'data/dets').mkpath end -end - -__END__ -diff --git a/apps/riak_core/src/riak_core_util.erl b/apps/riak_core/src/riak_core_util.erl -index 4c5d73c..e03a95a 100644 ---- a/apps/riak_core/src/riak_core_util.erl -+++ b/apps/riak_core/src/riak_core_util.erl -@@ -22,7 +22,7 @@ - - %% @doc Various functions that are useful throughout Riak. - -module(riak_core_util). -- -+-compile({no_auto_import,[integer_to_list/2]}). - -export([moment/0, - make_tmp_dir/0, - compare_dates/2, +end
\ No newline at end of file |
