summaryrefslogtreecommitdiff
path: root/net/dlint
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-10-31 23:57:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-10-31 23:57:54 +0000
commit63b30814ee2bfcd4e9c74ed05caee8bb8423d6da (patch)
tree38b82f6f35814a172e066df4962485b4fc5a832d /net/dlint
parentUpdate to version 1.7. (diff)
Upgrade to version 1.3.3.
* Bug fix: grep -v changed to grep -iv (compare domains caselessly). * Bug fix: nameservers now sorted in SOA serial number order, largest first. This way you can dlint the primary server immediately after making changes to it (previously had to wait for secondaries to do their update). * Optimization: if any nameserver does not return an SOA record in Test 1, it is removed from the list of nameservers and a warning is reported. This way dlint won't use broken nameservers during the rest of the run. * Sanity check domain names of nameservers themselves: any nameserver with in-addr.arpa. in its name generates a warning and is skipped.
Notes
Notes: svn path=/head/; revision=22744
Diffstat (limited to 'net/dlint')
-rw-r--r--net/dlint/Makefile8
-rw-r--r--net/dlint/distinfo2
2 files changed, 4 insertions, 6 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
index 3508a0a7fade..841e3b0adb5a 100644
--- a/net/dlint/Makefile
+++ b/net/dlint/Makefile
@@ -7,8 +7,8 @@
# $FreeBSD$
#
-DISTNAME= dlint1.3.2
-PKGNAME= dlint-1.3.2
+DISTNAME= dlint1.3.3
+PKGNAME= dlint-1.3.3
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
@@ -18,9 +18,7 @@ NO_BUILD= yes
MAN8= dlint.8
do-configure:
- @${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig
- @${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \
- ${WRKSRC}/dlint.orig >${WRKSRC}/dlint
+ @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint
@${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8
do-install:
diff --git a/net/dlint/distinfo b/net/dlint/distinfo
index 19eec8183e85..746103d30506 100644
--- a/net/dlint/distinfo
+++ b/net/dlint/distinfo
@@ -1 +1 @@
-MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071
+MD5 (dlint1.3.3.tar.gz) = afe92d90bc73d812e1973995293849c4