pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/mame Update to 0.146. Lots of emulation upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b43732f0fd1
branches:  trunk
changeset: 604530:9b43732f0fd1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 01 19:42:06 2012 +0000

description:
Update to 0.146. Lots of emulation updates, CHD format change (v5).
Also, this version now builds with clang.

diffstat:

 emulators/mame/Makefile |  9 +++++----
 emulators/mame/PLIST    |  4 ++--
 emulators/mame/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 968160a0efcf -r 9b43732f0fd1 emulators/mame/Makefile
--- a/emulators/mame/Makefile   Fri Jun 01 19:29:38 2012 +0000
+++ b/emulators/mame/Makefile   Fri Jun 01 19:42:06 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2012/03/08 17:11:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/01 19:42:06 wiz Exp $
 #
 
-DISTNAME=              mame0145s
+DISTNAME=              mame0146s
 PKGNAME=               ${DISTNAME:S/0/-0./:S/s$//}
 MASTER_SITES=          http://mamedev.org/downloader.php?file=releases/
 
@@ -10,7 +10,7 @@
 CONFLICTS=             xmame-[0-9]* sdlmame-[0-9]*
 
 DOCDIR=                        share/doc/mame
-INSTALLATION_DIRS=     bin ${DOCDIR} ${PKGMANDIR}/man1
+INSTALLATION_DIRS=     bin ${DOCDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man6
 
 # mame source is double-zipped
 post-extract:
@@ -32,9 +32,10 @@
 # skipped: ldplayer man page exists, but no binary?
 # skipped: testkeys, binary not installed
        set -e; \
-       for man in chdman.1 jedutil.1 ldverify.1 mame.1 romcmp.1; \
+       for man in chdman.1 jedutil.1 ldverify.1 romcmp.1; \
        do \
                ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/"$$man" ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
        done
+       ${INSTALL_DATA} ${WRKSRC}/src/osd/sdl/man/mame.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6; \
 
 .include "Makefile.common"
diff -r 968160a0efcf -r 9b43732f0fd1 emulators/mame/PLIST
--- a/emulators/mame/PLIST      Fri Jun 01 19:29:38 2012 +0000
+++ b/emulators/mame/PLIST      Fri Jun 01 19:42:06 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/03 22:22:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/06/01 19:42:06 wiz Exp $
 bin/chdman
 bin/jedutil
 bin/ldresample
@@ -9,8 +9,8 @@
 man/man1/chdman.1
 man/man1/jedutil.1
 man/man1/ldverify.1
-man/man1/mame.1
 man/man1/romcmp.1
+man/man6/mame.6
 share/doc/mame/config.txt
 share/doc/mame/license.txt
 share/doc/mame/mame.txt
diff -r 968160a0efcf -r 9b43732f0fd1 emulators/mame/distinfo
--- a/emulators/mame/distinfo   Fri Jun 01 19:29:38 2012 +0000
+++ b/emulators/mame/distinfo   Fri Jun 01 19:42:06 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/03/08 17:11:09 wiz Exp $
+$NetBSD: distinfo,v 1.10 2012/06/01 19:42:06 wiz Exp $
 
-SHA1 (mame0145s.zip) = 740cd6ee00167124a0d12078ff83e0fff2d0b45d
-RMD160 (mame0145s.zip) = 254ed752f8e3f9e54f472f279b308b3f45346a3b
-Size (mame0145s.zip) = 20346129 bytes
+SHA1 (mame0146s.zip) = 6bd2c6209dd5fc6468d0461cd1739b83559dbbf7
+RMD160 (mame0146s.zip) = 4c650e0318a7b00058971e0e47a93b7842464358
+Size (mame0146s.zip) = 20933242 bytes



Home | Main Index | Thread Index | Old Index