diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-27 20:15:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-27 20:15:17 +0000 |
commit | 0a57fee06f1a311b766ab921bf26098186cf7c3e (patch) | |
tree | ef46179b73dd76d16c6b12f3942339a8c56aa007 /emulators | |
parent | 5d60429cd408f9b78ca2316d45a7b0da2253a503 (diff) | |
download | pkgsrc-0a57fee06f1a311b766ab921bf26098186cf7c3e.tar.gz |
Update to 2.19:
17/09/2005 *** v2.19 ***
- Uses DatLib v2.7.
- Compiled with zlib 1.3.
- Improved Neo-Geo handling for the Nebula driver.
- Improved 'romof' handling for RomCenter 2 driver (during loading).
31/08/2005 *** v2.18 ***
- Uses DatLib v2.6.
- Fixed a 'hang' that occurred with circular cloneof relationships.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/DatUtil/Makefile | 10 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 00a7408e6c5..deee8c9528f 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/27 20:15:17 wiz Exp $ # -DISTNAME= dutil217 -PKGNAME= DatUtil-2.17 +DISTNAME= dutil219 +PKGNAME= DatUtil-2.19 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -17,10 +17,10 @@ MAKEFILE= makefile BUILD_TARGET= datutil EXTRACT_CMD_OPTS.zip= -Laaqo -BUILDLINK_DEPENDS.DatLib+= DatLib>=2.4 - INSTALLATION_DIRS= bin +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.7 + post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index 898f8c3c38c..3f8bd229a3d 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/04/20 15:30:29 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/09/27 20:15:17 wiz Exp $ -SHA1 (dutil217.zip) = adb2e656789b40940f453fd8af8b80794cb91c8b -RMD160 (dutil217.zip) = 0c6a9d479a758fe1e1c4bc58da015f306cf2f55b -Size (dutil217.zip) = 137076 bytes +SHA1 (dutil219.zip) = f605b8aded9ca62160e62b00b3ed2dc87a047658 +RMD160 (dutil219.zip) = 128aabe15176dff6aa378c92ecfd51d464ae51c5 +Size (dutil219.zip) = 293587 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |