diff options
author | kristerw <kristerw> | 2003-06-19 17:12:01 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-06-19 17:12:01 +0000 |
commit | 57a976e2a8189dcc3d2dfc689d2f620ba48718ec (patch) | |
tree | f44fa3281d43e9cc2f8e5aaa3ef2aec840f4a936 /emulators | |
parent | 0c1a9607d01fbf248d07b05df92be5816923045e (diff) | |
download | pkgsrc-57a976e2a8189dcc3d2dfc689d2f620ba48718ec.tar.gz |
Update xmame to 0.70.1.
Changes since 0.69.1 includes:
- Almost everything from MAME 0.70
- Fixed the handling of leading zeros in the fractional part of a float
in src/unix/snprintf.c. (Chris Kirmse)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 466bc46a3c5..c15a35aa683 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2003/05/27 12:42:38 kristerw Exp $ +# $NetBSD: Makefile,v 1.96 2003/06/19 17:12:01 kristerw Exp $ # -DISTNAME= xmame-0.69.1 +DISTNAME= xmame-0.70.1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 6ff83cbe519..e59ff884b57 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.37 2003/05/27 12:42:39 kristerw Exp $ +$NetBSD: distinfo,v 1.38 2003/06/19 17:12:02 kristerw Exp $ -SHA1 (xmame-0.69.1.tar.bz2) = 1c9cb0bc26a22cef95cc9e80eaa9faf7117b8b9e -Size (xmame-0.69.1.tar.bz2) = 9803019 bytes +SHA1 (xmame-0.70.1.tar.bz2) = f58c45a99b1781633ce34e2a36a529b9b5f95d0b +Size (xmame-0.70.1.tar.bz2) = 9940156 bytes SHA1 (patch-aa) = cf7e599022fe0b3bc6f12d57c4c2d5ece7d82d0a SHA1 (patch-ad) = 1d9726bb43e53da8f8edc56d4aa0929d890496d0 SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3 |