aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authormbcoguno2012-09-24 12:43:03 +0800
committerAdam Vandenberg2012-10-07 09:38:02 -0700
commit976a69614cfab88055da209fbbbd50d369d1a128 (patch)
tree77126d5cdcf84d7da6f778bd98d1da4921c620c7 /Library/Formula
parenta9810f35475a2d6dd25099308028c881985fb4a9 (diff)
downloadhomebrew-976a69614cfab88055da209fbbbd50d369d1a128.tar.bz2
MAME, MESS, and rom-tools: Update to 0.147
Closes #15341. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mame.rb4
-rw-r--r--Library/Formula/mess.rb6
-rw-r--r--Library/Formula/rom-tools.rb8
3 files changed, 9 insertions, 9 deletions
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