diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-27 18:13:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-27 18:13:22 +0000 |
commit | ef0d088614d9d4b3304b960f98a01ccbee965729 (patch) | |
tree | debcf4df593b015a20cf19c72c90b62aca1b8a31 | |
parent | 393b5b3011fd98dc0c0c258c98569e74194c4aa9 (diff) | |
download | pkgsrc-ef0d088614d9d4b3304b960f98a01ccbee965729.tar.gz |
Update to 2.16:
25/03/2005 *** v2.16 ***
- Uses DatLib v2.4.
- Fixed another crash with datutil -X and 'forcemerging full'.
- Changed the delimited format to use \N for NULLs.
- Changed the delimited format so that all types are 'game_*'.
- Changed the delimited format so that games include 'runnable'.
- Added save support for a DISK section in the RomCenter format.
- Added several aliases for the output formats (see notes above).
-rw-r--r-- | emulators/DatUtil/Makefile | 8 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index a4c43445693..e76cdcae099 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/03/22 17:22:55 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/27 18:13:22 wiz Exp $ # -DISTNAME= dutil215 -PKGNAME= DatUtil-2.15 +DISTNAME= dutil216 +PKGNAME= DatUtil-2.16 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -18,7 +18,7 @@ MAKEFILE= makefile BUILD_TARGET= datutil EXTRACT_CMD_OPTS.zip= -Laaqo -BUILDLINK_DEPENDS.DatLib+= DatLib>=2.3 +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.4 post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index 489759157c6..cdca9f6827a 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/03/22 17:22:55 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/03/27 18:13:22 wiz Exp $ -SHA1 (dutil215.zip) = 852f3ed93a26ada2476fd2b98930b70387df7d0b -RMD160 (dutil215.zip) = 860bf9969ef383c7a465732b8012955b40fc8d35 -Size (dutil215.zip) = 132963 bytes +SHA1 (dutil216.zip) = 3e2255f1d2976c7167d1c57b282b96983e11f1d8 +RMD160 (dutil216.zip) = 8c4abe3936895ad33823a9827b4704217735cf1c +Size (dutil216.zip) = 137021 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |