From 63b30814ee2bfcd4e9c74ed05caee8bb8423d6da Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 31 Oct 1999 23:57:54 +0000 Subject: 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. --- net/dlint/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net/dlint/Makefile') 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: -- cgit v1.2.3