diff -ruptr knot.old/Makefile knot/Makefile --- knot.old/Makefile 2013-09-30 20:29:52.000000000 +0000 +++ knot/Makefile 2013-09-30 20:31:27.000000000 +0000 @@ -2,11 +2,10 @@ # $FreeBSD: dns/knot/Makefile 327719 2013-09-20 16:31:57Z bapt $ PORTNAME= knot -DISTVERSION= 1.3.0r1 +DISTVERSION= 1.3.2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ - http://www.dns-lab.com/downloads/knot-dns/ -DISTNAME= knot-1.3.0-rc1 + http://dns-lab.com/downloads/knot-dns/ MAINTAINER= freebsd@dns-lab.com COMMENT= Knot DNS is a high performance authoritative-only DNS server @@ -22,14 +21,14 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --sysconfdir=${ETCDIR} SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d -MAN8= knotc.8 knotd.8 kdig.8 khost.8 knsupdate.8 +MAN8= knotc.8 knotd.8 MAN5= knot.conf.5 +MAN1= kdig.1 khost.1 knsupdate.1 INFO= knot diff -ruptr knot.old/distinfo knot/distinfo --- knot.old/distinfo 2013-09-30 20:29:52.000000000 +0000 +++ knot/distinfo 2013-09-30 20:32:07.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (knot-1.3.0-rc1.tar.gz) = 7f79dd4e2cf5e4346f9571cdc6667744298b0a0e98d56655287074bac95b3a5b -SIZE (knot-1.3.0-rc1.tar.gz) = 1157222 +SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351 +SIZE (knot-1.3.2.tar.gz) = 1148305 diff -ruptr knot.old/pkg-plist knot/pkg-plist --- knot.old/pkg-plist 2013-09-30 20:29:52.000000000 +0000 +++ knot/pkg-plist 2013-09-30 20:40:36.000000000 +0000 @@ -4,8 +4,11 @@ %%ETCDIR%%/example.com.zone %%ETCDIR%%/knot.sample.conf @dirrmtry %%ETCDIR%% -sbin/kdig -sbin/khost +@dirrmtry var/run/knot +@dirrmtry var/lib/knot +@dirrmtry var/lib +bin/kdig +bin/khost +bin/knsupdate sbin/knotc sbin/knotd -sbin/knsupdate