diff options
-rw-r--r-- | emulators/xmame/Makefile | 22 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 12 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 2 |
3 files changed, 19 insertions, 17 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index d7666c6c64f1..0f037cec25f2 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,13 +6,12 @@ # PORTNAME?= xmame -PORTVERSION?= 0.95 +PORTVERSION?= 0.96 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ - http://www.sys2064.com/files/util/:history \ - http://www.sys2064.com/files/mame/:highscore \ - http://cheat.retrogames.com/:cheat \ - http://www.win.tue.nl/~stijn/xmame/:history,highscore,cheat + http://www.arcade-history.com/download/:history \ + http://www.mameworld.net/highscore/:highscore \ + http://cheat.retrogames.com/:cheat DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame DIST_SUBDIR= xmame @@ -131,24 +130,27 @@ PLIST_SUB+= DATFILES="" EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -HIVER= 795 +#HIVER= 795 -DISTFILES+= uhsdat${HIVER}.zip:highscore history.dat.zip:history \ - cheat.zip:cheat +DISTFILES+= uhsdat${PORTVERSION:S/.//}.zip:highscore \ + history${PORTVERSION:S/./_/}.zip:history \ + cheat.zip:cheat EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} post-extract: cd ${WRKDIR} && \ - ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${PORTVERSION:S/.//}.zip \ hiscore.dat cd ${WRKDIR} && \ - ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history.dat.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${PORTVERSION:S/./_/}.zip \ history.dat cd ${WRKDIR} && \ ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/cheat.zip cheat.dat .else PLIST_SUB+= DATFILES="@comment " .endif +.else # xmess +PLIST_SUB+= DATFILES="@comment " .endif .if defined(WITH_ASM68K) diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index ee869bd16c70..9878d1b11744 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -MD5 (xmame/xmame-0.95.tar.bz2) = e2571ce90bdf1517eea4d8085170fe6c -SIZE (xmame/xmame-0.95.tar.bz2) = 15460834 -MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e -SIZE (xmame/uhsdat795.zip) = 43750 -MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 -SIZE (xmame/history.dat.zip) = 409736 +MD5 (xmame/xmame-0.96.tar.bz2) = 13a5b97fa868db3926a2a9356fc629bf +SIZE (xmame/xmame-0.96.tar.bz2) = 15605353 +MD5 (xmame/uhsdat096.zip) = 76f45cf3c74501c90241dd90a3c872a0 +SIZE (xmame/uhsdat096.zip) = 60767 +MD5 (xmame/history0_96.zip) = b598b5fd95bd6aa27bc50e0c72290d85 +SIZE (xmame/history0_96.zip) = 1427557 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a SIZE (xmame/cheat.zip) = 944626 diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 5a54e161dbbf..12f0fcfd17be 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmess -PORTVERSION= 0.95 +PORTVERSION= 0.96 MAINTAINER= flynn@energyhq.es.eu.org COMMENT= X11 emulator for game consoles |