From 43c03f333e20a452ccea8bb994d52aa7fa27ce2c Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Wed, 14 Dec 2011 11:36:37 -0800 Subject: Erlang: Update to R15B Closes #9120. Signed-off-by: Charlie Sharpsteen --- Library/Formula/erlang.rb | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index ecd29599f..5725f38b6 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -1,31 +1,31 @@ require 'formula' class ErlangManuals < Formula - url 'http://erlang.org/download/otp_doc_man_R14B04.tar.gz' - md5 'f31e72518daae4007f595c0b224dd59f' + url 'http://erlang.org/download/otp_doc_man_R15B.tar.gz' + md5 '9738da523737712a9db87db0dee05338' end class ErlangHtmls < Formula - url 'http://erlang.org/download/otp_doc_html_R14B04.tar.gz' - md5 '2a440aa8c1242dd0c79785d69f0d97ca' + url 'http://erlang.org/download/otp_doc_html_R15B.tar.gz' + md5 '80553f4730b04aad4c9994590bad3fe6' end class ErlangHeadManuals < Formula - url 'http://erlang.org/download/otp_doc_man_R14B04.tar.gz' - md5 'f31e72518daae4007f595c0b224dd59f' + url 'http://erlang.org/download/otp_doc_man_R15B.tar.gz' + md5 '9738da523737712a9db87db0dee05338' end class ErlangHeadHtmls < Formula - url 'http://erlang.org/download/otp_doc_html_R14B04.tar.gz' - md5 '2a440aa8c1242dd0c79785d69f0d97ca' + url 'http://erlang.org/download/otp_doc_html_R15B.tar.gz' + md5 '80553f4730b04aad4c9994590bad3fe6' end class Erlang < Formula homepage 'http://www.erlang.org' # Download tarball from GitHub; it is served faster than the official tarball. - url 'https://github.com/erlang/otp/tarball/OTP_R14B04' - md5 'f6cd1347dfb6436b99cc1313011a3d24' - version 'R14B04' + url 'https://github.com/erlang/otp/tarball/OTP_R15B' + md5 '91c939a56e7f3c492b4ce99c8babe3b2' + version 'R15B' bottle do url 'https://downloads.sf.net/project/machomebrew/Bottles/erlang-R14B04-bottle.tar.gz' @@ -54,7 +54,6 @@ class Erlang < Formula def install ohai "Compilation may take a very long time; use `brew install -v erlang` to see progress" - ENV.deparallelize if ENV.compiler == :llvm # Don't use optimizations. Fixes build on Lion/Xcode 4.2 ENV.remove_from_cflags /-O./ @@ -104,7 +103,7 @@ class Erlang < Formula # This test takes some time to run, but per bug #120 should finish in # "less than 20 minutes". It takes a few minutes on a Mac Pro (2009). if ARGV.include? "--time" - `#{bin}/dialyzer --build_plt -r #{lib}/erlang/lib/kernel-2.14.1/ebin/` + `#{bin}/dialyzer --build_plt -r #{lib}/erlang/lib/kernel-2.15/ebin/` end end end -- cgit v1.2.3