aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mame
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-05-20 02:05:34 +0800
committermakc <makc@FreeBSD.org>2010-05-20 02:05:34 +0800
commit2ba5695992e3679677924bb01d94be9bbcab60ce (patch)
tree6c9420840074a49cb17b6235a34e69c96d0a337c /emulators/mame
parent84f965bf45b5da62bd2e71ff0f867297b561d151 (diff)
downloadfreebsd-ports-gnome-2ba5695992e3679677924bb01d94be9bbcab60ce.tar.gz
freebsd-ports-gnome-2ba5695992e3679677924bb01d94be9bbcab60ce.tar.zst
freebsd-ports-gnome-2ba5695992e3679677924bb01d94be9bbcab60ce.zip
Update to 0.138
PR: ports/146696 Submitted by: Emmanuel Vadot (maintainer)
Diffstat (limited to 'emulators/mame')
-rw-r--r--emulators/mame/Makefile4
-rw-r--r--emulators/mame/distinfo6
-rw-r--r--emulators/mame/files/patch-makefile10
3 files changed, 10 insertions, 10 deletions
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 <bsd.port.pre.mk>
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