diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-30 18:55:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-30 18:55:51 +0000 |
commit | 7868e87d4ce56688fc3d92df6027c0c1a8f48b86 (patch) | |
tree | 43169e508a6666a0be67c3de28c9b491ab51a81c /emulators | |
parent | 4a1738ad6c2b0298b64c5beef3b7e85190593a72 (diff) | |
download | pkgsrc-7868e87d4ce56688fc3d92df6027c0c1a8f48b86.tar.gz |
Update to 2.31:
- Uses DatLib v2.21.
- Empty attributes are now ignored (e.g. sha1="")
- Removed cloneof, romof and sampleof fixes from datutil -i
- DatUtil -i, -I and -p now default the output format to CMPro
(in addition to -g, -G and -r which already behave like that)
- Added support for the isbios="yes" of MAME v0.117u2 onwards.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/DatUtil/Makefile | 7 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index d4a7e904740..05e7761fb15 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2007/07/08 09:42:33 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/07/30 18:55:51 wiz Exp $ # -DISTNAME= dutil231 -PKGNAME= DatUtil-2.31 +DISTNAME= dutil232 +PKGNAME= DatUtil-2.32 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -28,5 +28,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/DatUtil .include "../../devel/zlib/buildlink3.mk" +BUILDLINK_API_DEPENDS.DatLib+= DatLib>=2.21 .include "../../emulators/DatLib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index f8e2529498a..527eeaa54c2 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2007/02/26 00:00:42 wiz Exp $ +$NetBSD: distinfo,v 1.13 2007/07/30 18:55:52 wiz Exp $ -SHA1 (dutil231.zip) = 4b7aae37c862f26e763ca45a6c749622a02531fe -RMD160 (dutil231.zip) = 28b32f1a988c75befedfa9b5c6bb42084c02c11b -Size (dutil231.zip) = 182806 bytes +SHA1 (dutil232.zip) = 2dc7e8b18b52635ce1ca0e5a03a9c0506f283747 +RMD160 (dutil232.zip) = fa5b8a6cb826de0e236fe8c4a13a1fd4fa7156a9 +Size (dutil232.zip) = 182386 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |