From 929bf7cd7205297e17c87cf9fbdcff37c6d8bbd5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 3 Aug 2012 21:35:17 +0100 Subject: [PATCH] ace: update to 6.1.3 and fix Mountain Lion build. Fixes Homebrew/homebrew#13817. --- Formula/ace.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Formula/ace.rb b/Formula/ace.rb index 2ef5f685c5e..7b6ec73322d 100644 --- a/Formula/ace.rb +++ b/Formula/ace.rb @@ -2,8 +2,8 @@ require 'formula' class Ace < Formula homepage 'http://www.cse.wustl.edu/~schmidt/ACE.html' - url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.1.2.tar.bz2' - sha1 'd2f22607cbb1246abd2f4b77647f37442d117a7e' + url 'http://download.dre.vanderbilt.edu/previous_versions/ACE-6.1.3.tar.bz2' + sha1 '30f593aad200204c98aef55e7093344442649d38' def install # ACE has two methods of compilation, "traditional" and ./configure. @@ -21,7 +21,10 @@ class Ace < Formula 1005 => 'macosx_leopard', 1006 => 'macosx_snowleopard', 1007 => 'macosx_lion', - 1008 => 'macosx_mountainlion' }[ver] + # TODO: Fix for 6.1.4. + # There's no Mountain Lion file yet. + # Reported to d.schmidt@vanderbilt.edu + 1008 => 'macosx_lion' }[ver] makefile = "platform_#{name}.GNU" header = "config-" + name.sub('_','-') + ".h"