diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 19:36:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 19:36:34 +0000 |
commit | b9d36b0054b3de9beac6682eacc80a18929fc939 (patch) | |
tree | ddb8b342d665561ebde24d497616a9e91aca6acd /emulators | |
parent | e53fa37e1f572689b3f26c07ae324868be935e4b (diff) | |
download | pkgsrc-b9d36b0054b3de9beac6682eacc80a18929fc939.tar.gz |
Update to 2.25:
06/12/2005 *** v2.25 ***
- Uses DatLib v2.13.
- DatLib v2.12 broke the RomCenter drivers (now fixed).
05/12/2005 *** v2.24 ***
- Uses DatLib v2.12.
- Fixed a rare crash (if the longest line in the dat was the last).
- Fixed a problem loading RomCenter data files containing [].
Diffstat (limited to 'emulators')
-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 b41b5f7e495..957ae2ea494 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2005/11/17 18:33:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/01 19:36:34 wiz Exp $ # -DISTNAME= dutil223 -PKGNAME= DatUtil-2.23 +DISTNAME= dutil225 +PKGNAME= DatUtil-2.25 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -19,7 +19,7 @@ EXTRACT_CMD_OPTS.zip= -Laaqo INSTALLATION_DIRS= bin -BUILDLINK_DEPENDS.DatLib+= DatLib>=2.11 +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.13 post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index af0f8038ee6..a86c5a95b09 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2005/11/17 18:33:18 wiz Exp $ +$NetBSD: distinfo,v 1.10 2006/01/01 19:36:34 wiz Exp $ -SHA1 (dutil223.zip) = 4fd221c8acba4c06641e907bfb50a89927f435cb -RMD160 (dutil223.zip) = f67ddf03a0b48cad4a88da671bf96ea729e610b8 -Size (dutil223.zip) = 299246 bytes +SHA1 (dutil225.zip) = bc6a1ea0415d0879eecd5b6d20d3031f95f7ff3e +RMD160 (dutil225.zip) = 7b1e64bfe8838cbfe6c802f3757c3bf278e920df +Size (dutil225.zip) = 299489 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |