1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update xmame to 0.37b14.2, xpinmame to 0.99b3, and CPS2 patches to

2001/05/11.

PR:		27317
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
This commit is contained in:
Jimmy Olgeni 2001-05-14 20:02:10 +00:00
parent 711d81931c
commit 954e7aca53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42600
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME?= xmame
PORTVERSION?= 0.37b14.1
PORTVERSION?= 0.37b14.2
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
ftp://ftp.kaupp.cx/pub/xmame/ \
@ -93,7 +93,7 @@ ALLDOCS= ${GENERALDOCS} ${PINMAMEDOCS}
# CPS-2 patches - this enables extra games in MAME.
.if ${MAMEMESS} == "mame"
.if defined(WITH_CPS2) && ${WITH_CPS2} == "yes"
CPS2VERSION= 20010422
CPS2VERSION= 20010511
PATCH_SITES+= http://www.win.tue.nl/~stijn/xmame/
PATCHFILES+= ${DISTNAME}-cps2-${CPS2VERSION}.patch.gz

View File

@ -1,7 +1,7 @@
MD5 (xmame/xmame-0.37b13.2.tar.bz2) = 70ec7ae3fba3110a6d85a7f5bfdb84f1
MD5 (xmame/xmame-0.37b14.1.tar.bz2) = a15c6c5b8f2bbc1e2cda3420c6454bee
MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27
MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b
MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a
MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4
MD5 (xmame/xmame-0.37b14.1-cps2-20010422.patch.gz) = cd36e3b92acea42e96cc97ae604d6cd2
MD5 (xmame/xmame-0.37b14.1-pinmame-0.99b2.patch.gz) = fd269d2719cc7b51572c1cba8ceba88e
MD5 (xmame/xmame-0.37b14.2-cps2-20010511.patch.gz) = e8165108a54ceded5b1f8694ce5713f0
MD5 (xmame/xmame-0.37b14.2-pinmame-0.99b3.patch.gz) = aeefd4f6593d389cddbb7081cfc4eb42

View File

@ -18,7 +18,7 @@ COMMENT= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MAMEMESS= pinmame
XMAMEVERSION= 0.37b14.1
PINMAMEVERSION= 0.99b2
XMAMEVERSION= 0.37b14.2
PINMAMEVERSION= 0.99b3
.include "${MASTERDIR}/Makefile"