diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 02:43:39 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 02:43:39 +0000 |
commit | 412d9fadab8e2c48542b03dfd139d3104ce50b4a (patch) | |
tree | b0c20412c3b55c08d841f1584efce9471f005d91 /emulators/xmame | |
parent | 7df486442039ab4b1c1c009607ece4b5319f004e (diff) |
Update to 0.97.
PR: 82646
Submitted by: Miguel Mendez (maintainer)
Notes
Notes:
svn path=/head/; revision=138029
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 8 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0f037cec25f2..c64b2f751635 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.96 +PORTVERSION?= 0.97 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.arcade-history.com/download/:history \ @@ -130,16 +130,16 @@ PLIST_SUB+= DATFILES="" EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -#HIVER= 795 +HIVER= 096 -DISTFILES+= uhsdat${PORTVERSION:S/.//}.zip:highscore \ +DISTFILES+= uhsdat${HIVER}.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${PORTVERSION:S/.//}.zip \ + ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/uhsdat${HIVER}.zip \ hiscore.dat cd ${WRKDIR} && \ ${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/history${PORTVERSION:S/./_/}.zip \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 9878d1b11744..74981b5a8fca 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -MD5 (xmame/xmame-0.96.tar.bz2) = 13a5b97fa868db3926a2a9356fc629bf -SIZE (xmame/xmame-0.96.tar.bz2) = 15605353 +MD5 (xmame/xmame-0.97.tar.bz2) = 0015f608e7ebb2d541eed2cf0bd8cac1 +SIZE (xmame/xmame-0.97.tar.bz2) = 15675753 MD5 (xmame/uhsdat096.zip) = 76f45cf3c74501c90241dd90a3c872a0 SIZE (xmame/uhsdat096.zip) = 60767 -MD5 (xmame/history0_96.zip) = b598b5fd95bd6aa27bc50e0c72290d85 -SIZE (xmame/history0_96.zip) = 1427557 +MD5 (xmame/history0_97.zip) = 8186ad9816d62e2904d1a2c644efe6d4 +SIZE (xmame/history0_97.zip) = 1449991 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a SIZE (xmame/cheat.zip) = 944626 |