aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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