diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 33daf9800c94..3684cc28274d 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mame -PORTVERSION= 0.137 +PORTVERSION= 0.138 CATEGORIES= emulators MASTER_SITES= http://www.aarongiles.com/mirror/releases/ \ ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ @@ -29,7 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= pkg-message USE_DOS2UNIX= makefile sdl.mak -OPTIONS= DEBUG "Build sdlmame debugger" off +OPTIONS= DEBUG "Build mame debugger" off .include diff --git a/emulators/mame/distinfo b/emulators/mame/distinfo index 75ade0d67340..a37994602aa4 100644 --- a/emulators/mame/distinfo +++ b/emulators/mame/distinfo @@ -1,3 +1,3 @@ -MD5 (mame0137s.zip) = ce9e5359e882d5a8219821e39bd4f27a -SHA256 (mame0137s.zip) = 19678b480355b3c88fd026d0b5d4cb8f5da283666be7b0aa677a05f84041f8c7 -SIZE (mame0137s.zip) = 16336251 +MD5 (mame0138s.zip) = c0932c5456af79ad83ab0a2dd2219b2e +SHA256 (mame0138s.zip) = a80ee0b6d7c20743e35274d39129f313fb8756cfcb995c1cf95d5a81bdfabc2d +SIZE (mame0138s.zip) = 16446378 diff --git a/emulators/mame/files/patch-makefile b/emulators/mame/files/patch-makefile index 16ebca17f570..7a7295f81335 100644 --- a/emulators/mame/files/patch-makefile +++ b/emulators/mame/files/patch-makefile @@ -1,6 +1,6 @@ ---- makefile.orig 2010-03-01 20:26:50.000000000 +0100 -+++ makefile 2010-03-24 00:48:38.000000000 +0100 -@@ -266,8 +266,8 @@ +--- makefile.orig 2010-05-18 09:19:49.000000000 +0200 ++++ makefile 2010-05-18 09:21:03.000000000 +0200 +@@ -281,8 +281,8 @@ # compiler, linker and utilities AR = @ar @@ -11,11 +11,11 @@ MD = -mkdir$(EXE) RM = @rm -f -@@ -308,7 +308,7 @@ +@@ -329,7 +329,7 @@ endif # fullname is prefix+name+suffix+suffix64+suffixdebug --FULLNAME = $(PREFIX)$(PREFIXSDL)$(NAME)$(SUFFIX)$(SUFFIX64)$(SUFFIXDEBUG) +-FULLNAME = $(PREFIX)$(PREFIXSDL)$(NAME)$(SUFFIX)$(SUFFIX64)$(SUFFIXDEBUG)$(SUFFIXGPROF) +FULLNAME = $(NAME) # add an EXE suffix to get the final emulator name