diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-22 09:15:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-22 09:15:35 +0000 |
commit | ea12cf99e64d32b53e423f2e607bd415574b0fc3 (patch) | |
tree | 36ba2dfb490962810271961992313ff2e042f2cf /emulators/xmame | |
parent | Update to 0.3.3. (diff) |
Update port to version 0.55.1
PR: 30642
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes:
svn path=/head/; revision=48072
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 5 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0d148bf6cbb8..8b2531b5c5c4 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -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" diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 16a402ecb808..b1588c7df826 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -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 diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index c47747324e65..f96efd1224a6 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -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 |