diff options
author | shattered <shattered@pkgsrc.org> | 2014-10-07 20:49:18 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-10-07 20:49:18 +0000 |
commit | 91519d1eeca1554edabff58f45b6af4a1c6dcd97 (patch) | |
tree | 70cabb298340d6bd80e5d341209de8de185a9723 /emulators/MAMEDiff/Makefile | |
parent | 641cf5df15ad7e474d64e75709956d94aa900acd (diff) | |
download | pkgsrc-91519d1eeca1554edabff58f45b6af4a1c6dcd97.tar.gz |
Update to 2.31 (2009). Changes:
- Fixed de-duplication of "nodump" ROMs and disks for MAMEDiff.
- Log file now shows the MAMEDiff version as well as the options.
- Changed the directory scanner to process zero byte files / roms.
Diffstat (limited to 'emulators/MAMEDiff/Makefile')
-rw-r--r-- | emulators/MAMEDiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 80813dcb0c0..080e8ee9f43 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 12:55:09 asau Exp $ +# $NetBSD: Makefile,v 1.22 2014/10/07 20:49:18 shattered Exp $ # -DISTNAME= mdiff226 -PKGNAME= MAMEDiff-2.26 +DISTNAME= mdiff231 +PKGNAME= MAMEDiff-2.31 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/MAMEDiff/ EXTRACT_SUFX= .zip |