mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update port to version 0.55.1
PR: 30642 Submitted by: Stijn Hoop <stijn@win.tue.nl>
This commit is contained in:
parent
6c42ea0a29
commit
ea12cf99e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48072
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME?= xmame
|
||||
PORTVERSION?= 0.54.1
|
||||
PORTVERSION?= 0.55.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://x.mame.net/download/ \
|
||||
ftp://ftp.kaupp.cx/pub/xmame/ \
|
||||
@ -88,6 +88,8 @@ ALLDOCS= ${GENERALDOCS} ${PINMAMEDOCS}
|
||||
.endif
|
||||
|
||||
# CPS-2 patches - this enables extra games in MAME.
|
||||
# Disabled 2001/09/18 - all CPS2shock releases are in xmame right now.
|
||||
.if 0
|
||||
.if ${MAMEMESS} == "mame"
|
||||
.if defined(WITH_CPS2) && ${WITH_CPS2} == "yes"
|
||||
CPS2VERSION= 20010711
|
||||
@ -99,6 +101,7 @@ pre-everything::
|
||||
@${ECHO_MSG} "===> If you want to compile MAME with CPS-2 support, use \"make WITH_CPS2=yes\""
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# Datfiles - for history/bugs/cheats/highscores in MAME
|
||||
.if ${MAMEMESS} == "mame"
|
||||
|
@ -1,8 +1,7 @@
|
||||
MD5 (xmame/xmame-0.54.1.tar.bz2) = 5768dc341b163c3733b4436870165f5a
|
||||
MD5 (xmame/xmame-0.55.1.tar.bz2) = bf261af882694dd24e672f02a1ff7252
|
||||
MD5 (xmame/xmame-0.37b15.2.tar.bz2) = 9c05a92aac0e29811e7b276c631153ed
|
||||
MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27
|
||||
MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b
|
||||
MD5 (xmame/cheat.zip) = aa2c0a7af3e18db041e6b9e6bae60f11
|
||||
MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a
|
||||
MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4
|
||||
MD5 (xmame/xmame-0.37b16.1-cps2-20010711.patch.gz) = 2c64e9ab3fc49b9c7adea1e97001c126
|
||||
MD5 (xmame/xmame-0.37b14.2-pinmame-0.99b3.patch.gz) = aeefd4f6593d389cddbb7081cfc4eb42
|
||||
|
@ -47,6 +47,10 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc
|
||||
%%OPENGL%%share/%%MAMEMESS%%/cab/trans/trans.cab
|
||||
%%OPENGL%%@dirrm share/%%MAMEMESS%%/cab/trans
|
||||
%%OPENGL%%@dirrm share/%%MAMEMESS%%/cab
|
||||
@exec mkdir -p %D/share/%%MAMEMESS%%/roms || true
|
||||
@dirrm share/%%MAMEMESS%%/roms
|
||||
@dirrm share/%%MAMEMESS%%
|
||||
@exec mkdir -p %%SPOOLGAMES%%/%%MAMEMESS%% || true
|
||||
@exec chown root:games %%SPOOLGAMES%%/%%MAMEMESS%% || true
|
||||
@exec chmod 775 %%SPOOLGAMES%%/%%MAMEMESS%% || true
|
||||
@unexec rmdir %%SPOOLGAMES%%/%%MAMEMESS%% 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user