diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-14 20:02:10 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-14 20:02:10 +0000 |
commit | 954e7aca5385250f7b1d8a120cc6020b39a5f0a4 (patch) | |
tree | 84b71a75be7bef6abc5fcc0f100a5469f47df821 /emulators | |
parent | Update to 0.1.4 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=42600
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 | ||||
-rw-r--r-- | emulators/xpinmame/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6ab6cc415508..30618a99d19c 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -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 diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 45b91806ffeb..86ccfbaab10e 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -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 diff --git a/emulators/xpinmame/Makefile b/emulators/xpinmame/Makefile index cb1ed73c2fa8..644f0c7b0dda 100644 --- a/emulators/xpinmame/Makefile +++ b/emulators/xpinmame/Makefile @@ -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" |