diff options
author | itojun <itojun> | 2001-11-22 08:18:25 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-11-22 08:18:25 +0000 |
commit | 84d4127cb174d366d95c40864dcb8dc0d27280e0 (patch) | |
tree | 6680142d3714489660e51c699cee0d373ff12a38 /net/dlint | |
parent | bbb0d98dfa59bc809b84ced76f1ce2f11b924620 (diff) | |
download | pkgsrc-84d4127cb174d366d95c40864dcb8dc0d27280e0.tar.gz |
upgrade to 1.4.0.
http://www.domtools.com/pub/dlint1.4.0-changes.txt
----
Version 1.4.0 released November 19, 2000
* Added support for BIND 9 (Dig 9.0.1).
Diffstat (limited to 'net/dlint')
-rw-r--r-- | net/dlint/Makefile | 6 | ||||
-rw-r--r-- | net/dlint/distinfo | 8 | ||||
-rw-r--r-- | net/dlint/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile index e7a2c950313..d5dd9739c79 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:18:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/11/22 08:18:25 itojun Exp $ # -DISTNAME= dlint1.3.2 -PKGNAME= dlint-1.3.2 +DISTNAME= dlint1.4.0 +PKGNAME= dlint-1.4.0 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ diff --git a/net/dlint/distinfo b/net/dlint/distinfo index 9d0d479477c..dbc134b9d4c 100644 --- a/net/dlint/distinfo +++ b/net/dlint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/11/22 08:18:25 itojun Exp $ -SHA1 (dlint1.3.2.tar.gz) = 98536efc780116c850cdf35d247676d1202e8077 -Size (dlint1.3.2.tar.gz) = 20040 bytes -SHA1 (patch-aa) = be3c3773e22ddd1dc3017acbbef15596ba91e6a8 +SHA1 (dlint1.4.0.tar.gz) = 5ed29d4259816c24a47117651416bcac0179f035 +Size (dlint1.4.0.tar.gz) = 23007 bytes +SHA1 (patch-aa) = e0409697efb7fbc83bd66ffbce4d2f1cffae26e9 diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa index b9880f22044..00402b6906e 100644 --- a/net/dlint/patches/patch-aa +++ b/net/dlint/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/04/06 20:24:37 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2001/11/22 08:18:26 itojun Exp $ ---- Makefile.BAK Wed Jan 6 16:53:28 1999 -+++ Makefile Wed Jan 6 16:54:29 1999 +--- Makefile- Thu Nov 22 17:12:30 2001 ++++ Makefile Thu Nov 22 17:12:42 2001 @@ -5,7 +5,7 @@ - VERSION=1.3.2 + VERSION=1.4.0 # Basic area to install things in: -DEST=$(DESTROOT)/usr/local |