aboutsummaryrefslogtreecommitdiffstats
path: root/net/dlint
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-01 07:57:54 +0800
committerobrien <obrien@FreeBSD.org>1999-11-01 07:57:54 +0800
commitc88edcd3f789dcdc11f245eb8f8852a902489a15 (patch)
tree0280fec91bd2917b4ffac7f5b3f9d46d132c65c3 /net/dlint
parent026f46bb21f281f8d2e01ff93feebe09fea1212f (diff)
downloadfreebsd-ports-gnome-c88edcd3f789dcdc11f245eb8f8852a902489a15.tar.gz
freebsd-ports-gnome-c88edcd3f789dcdc11f245eb8f8852a902489a15.tar.zst
freebsd-ports-gnome-c88edcd3f789dcdc11f245eb8f8852a902489a15.zip
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.
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