diff options
author | wiz <wiz> | 2010-01-16 21:25:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-16 21:25:19 +0000 |
commit | 023eebc574a1a024fa4162a3fbab0dbc44accd75 (patch) | |
tree | 287258d6bbcb9ee1ab858e49c10b47663f15433d | |
parent | aaab6953806554c924634b7ee51730266d96353a (diff) | |
download | pkgsrc-023eebc574a1a024fa4162a3fbab0dbc44accd75.tar.gz |
Update to 0.136:
Changes from 0.136
==================
1) Up to date with baseline 0.136 (RB)
2) More typecasting so compiling as C++ can succeed (couriersud)
3) Cleaned up #ifdefs, added more -verbose output, improved SDL
1.3 support (couriersud)
4) Cleaned up Windows support (couriersud)
5) Fixed possible weirdness enumerating controller buttons (Skito)
-rw-r--r-- | emulators/sdlmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/sdlmame/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index b4afd53e4dc..fb75cfeb1f7 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2009/11/13 14:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/16 21:25:19 wiz Exp $ # # Don't update to 0.XXXuN, those are development snapshots. -DISTNAME= sdlmame0135 +DISTNAME= sdlmame0136 PKGNAME= ${DISTNAME:S/0/-0./} COMMENT= Multiple Arcade Machine Emulator, SDL port diff --git a/emulators/sdlmame/distinfo b/emulators/sdlmame/distinfo index f2d5e144185..6908c24a04a 100644 --- a/emulators/sdlmame/distinfo +++ b/emulators/sdlmame/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2009/11/13 14:45:25 wiz Exp $ +$NetBSD: distinfo,v 1.10 2010/01/16 21:25:19 wiz Exp $ -SHA1 (sdlmame0135.zip) = c4e81bb8f244ba21c080e8221800cff4d74bf3e1 -RMD160 (sdlmame0135.zip) = d212b8cdfc01240b28e0384b8ea53938996e419a -Size (sdlmame0135.zip) = 18450537 bytes +SHA1 (sdlmame0136.zip) = 19c11abc3b3ab2633df62f3867921b3541bb582e +RMD160 (sdlmame0136.zip) = 1cb9b24ae6f97c0f223f13ed97a074de14e2892e +Size (sdlmame0136.zip) = 18936113 bytes SHA1 (patch-aa) = 93dd00e02110e8257f3fe0c18a94d7f7ca594352 SHA1 (patch-ab) = 3cc161845baae6ebcdab42fbd19f74e2ee3d4cb1 SHA1 (patch-ac) = e97e7b730305aa2d10363cfd65f8e2b30f2fc292 |