diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 15:26:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 15:26:20 +0000 |
commit | 9e60ac000d2986bc58eabd63e55ec7656676e8a6 (patch) | |
tree | 294d1e1d22e2959555a7cfc7d81eee13b24c1290 /emulators/xmame | |
parent | - Update to 5.0 [1] (diff) |
- Update to 0.96
PR: ports/81171, ports/81172
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=135873
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 22 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 12 |
2 files changed, 18 insertions, 16 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 |