aboutsummaryrefslogtreecommitdiffstats
path: root/dns/domtools/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-04 11:33:54 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-04 11:33:54 +0800
commitd08b91480b5493297f5da157cbfd85faa3855ade (patch)
tree7ab6c9b18b92ea2da7a094929f27fa7bbb5c1682 /dns/domtools/Makefile
parentdc76e9c1f823fc8025a934cdba604ca972395020 (diff)
downloadfreebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.tar.gz
freebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.tar.zst
freebsd-ports-gnome-d08b91480b5493297f5da157cbfd85faa3855ade.zip
Update to 1.6.0. Changes:
* Added support for DiG 9.x (BIND 9.0.1) * Replaced internal digparse utility with digstd utility - you call digstd as if it were dig, it calls dig for you with right options for your version and returns results in a standard easy-to-parse format. * Added SRV record support (ala RFC 2052). * Added LOC record support (ala RFC 1876). * Minor speed improvement to axfr * Numerous bug fixes and support for different local host configurations * Updated HOWTOUSE and MANUAL documents PR: ports/53785 Submitted by: Rob Evers <rob@debank.tv> Maintainer timeout: 3 weeks
Diffstat (limited to 'dns/domtools/Makefile')
-rw-r--r--dns/domtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile
index a89e958d111f..2c01de1e2dab 100644
--- a/dns/domtools/Makefile
+++ b/dns/domtools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= domtools
-PORTVERSION= 1.5.0
+PORTVERSION= 1.6.0
CATEGORIES= dns
MASTER_SITES= http://www.domtools.com/pub/ \
http://www.ussrback.com/UNIX/utilities/ \