From 976a69614cfab88055da209fbbbd50d369d1a128 Mon Sep 17 00:00:00 2001 From: mbcoguno Date: Mon, 24 Sep 2012 12:43:03 +0800 Subject: MAME, MESS, and rom-tools: Update to 0.147 Closes #15341. Signed-off-by: Adam Vandenberg --- Library/Formula/mame.rb | 4 ++-- Library/Formula/mess.rb | 6 +++--- Library/Formula/rom-tools.rb | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mame.rb b/Library/Formula/mame.rb index a78960cb3..d4ed84e25 100644 --- a/Library/Formula/mame.rb +++ b/Library/Formula/mame.rb @@ -2,8 +2,8 @@ require 'formula' class Mame < Formula homepage 'http://mamedev.org/' - url 'svn://dspnet.fr/mame/trunk', :revision => 15603 - version '146u3' + url 'svn://dspnet.fr/mame/trunk', :revision => 17961 + version '0.147' head 'svn://dspnet.fr/mame/trunk' diff --git a/Library/Formula/mess.rb b/Library/Formula/mess.rb index d21328a92..80347325e 100644 --- a/Library/Formula/mess.rb +++ b/Library/Formula/mess.rb @@ -2,8 +2,8 @@ require 'formula' class Mess < Formula homepage 'http://www.mess.org/' - url 'svn://dspnet.fr/mame/trunk', :revision => 15603 - version '146u3' + url 'svn://dspnet.fr/mame/trunk', :revision => 17961 + version '0.147' head 'svn://dspnet.fr/mame/trunk' @@ -15,7 +15,7 @@ class Mess < Formula ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::X11.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') - system 'make' + system 'make', 'TARGET=mess', 'SUBTARGET=mess' if MacOS.prefer_64_bit? bin.install 'mess64' => 'mess' diff --git a/Library/Formula/rom-tools.rb b/Library/Formula/rom-tools.rb index 3e5df4b00..08c91bff6 100644 --- a/Library/Formula/rom-tools.rb +++ b/Library/Formula/rom-tools.rb @@ -2,10 +2,10 @@ require 'formula' class RomTools < Formula homepage 'http://www.mess.org/' - url 'svn://messdev.no-ip.org/mess', :revision => 15603 - version '146u3' + url 'svn://dspnet.fr/mame/trunk', :revision => 17961 + version '0.147' - head 'svn://messdev.no-ip.org/mess' + head 'svn://dspnet.fr/mame/trunk' depends_on :x11 depends_on 'sdl' @@ -22,7 +22,7 @@ class RomTools < Formula bin.install %W[ castool chdman floptool imgtool jedutil ldresample ldverify regreg - romcmp src2htm srcclean testkeys unidasm' + romcmp src2htm srcclean testkeys unidasm ] bin.install 'split' => 'rom-split' end -- cgit v1.2.3