diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 17:22:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 17:22:55 +0000 |
commit | 015b3fac7da8a2e27d6e2fe79acbf30d2df7a4c1 (patch) | |
tree | f3a0cdc52659074e977047d6d362f3883f1ac520 | |
parent | dc25093ffedd4ab527bf12866f2f47461c763472 (diff) | |
download | pkgsrc-015b3fac7da8a2e27d6e2fe79acbf30d2df7a4c1.tar.gz |
Update to 2.15:
07/03/2005 *** v2.15 ***
- Uses DatLib v2.3.
- Fixed a problem with counting parents (happened with DatUtil -X).
- This also avoids a crash with datutil -X and 'forcemerging full'.
-rw-r--r-- | emulators/DatUtil/Makefile | 8 | ||||
-rw-r--r-- | emulators/DatUtil/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 40f9616164f..a4c43445693 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/22 17:22:55 wiz Exp $ # -DISTNAME= dutil214 -PKGNAME= DatUtil-2.14 +DISTNAME= dutil215 +PKGNAME= DatUtil-2.15 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip @@ -18,6 +18,8 @@ MAKEFILE= makefile BUILD_TARGET= datutil EXTRACT_CMD_OPTS.zip= -Laaqo +BUILDLINK_DEPENDS.DatLib+= DatLib>=2.3 + post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/DatUtil/distinfo b/emulators/DatUtil/distinfo index 2dea0fb2493..489759157c6 100644 --- a/emulators/DatUtil/distinfo +++ b/emulators/DatUtil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/03/14 16:20:58 wiz Exp $ +$NetBSD: distinfo,v 1.3 2005/03/22 17:22:55 wiz Exp $ -SHA1 (dutil214.zip) = 22392a9797fa7986d4ae35008375fe55f34e4eab -RMD160 (dutil214.zip) = 1b5edd53ce75f0e8386b507aef986673b27ee206 -Size (dutil214.zip) = 132739 bytes +SHA1 (dutil215.zip) = 852f3ed93a26ada2476fd2b98930b70387df7d0b +RMD160 (dutil215.zip) = 860bf9969ef383c7a465732b8012955b40fc8d35 +Size (dutil215.zip) = 132963 bytes SHA1 (patch-aa) = a6f3eee2549bc795bdf16b3672ec770ee16794a0 SHA1 (patch-ab) = 2926b8e6dda83ca30e20de6f27933a318a2db404 |