mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to 0.138
PR: ports/146696 Submitted by: Emmanuel Vadot (maintainer)
This commit is contained in:
parent
680a5653e7
commit
2da3ff79ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254603
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user