Index: head/dns/knot/Makefile =================================================================== --- head/dns/knot/Makefile (revision 332989) +++ head/dns/knot/Makefile (revision 332990) @@ -1,41 +1,41 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ MAINTAINER= freebsd@dns-lab.com COMMENT= Knot DNS is a high performance authoritative-only DNS server LICENSE= GPLv3 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d INFO= knot PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/samples/knot.sample.conf ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/dns/knot/distinfo =================================================================== --- head/dns/knot/distinfo (revision 332989) +++ head/dns/knot/distinfo (revision 332990) @@ -1,2 +1,2 @@ -SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351 -SIZE (knot-1.3.2.tar.gz) = 1148305 +SHA256 (knot-1.3.3.tar.gz) = 70f5237871a92cd8a777c73b80b6ac339212ea084d4adfaf314388be704027b4 +SIZE (knot-1.3.3.tar.gz) = 1148233 Index: head/dns/knot/pkg-plist =================================================================== --- head/dns/knot/pkg-plist (revision 332989) +++ head/dns/knot/pkg-plist (revision 332990) @@ -1,20 +1,21 @@ -@stopdaemon knotd @unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi +%%ETCDIR%%/knot.sample.conf @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf %%ETCDIR%%/example.com.zone -%%ETCDIR%%/knot.sample.conf man/man1/kdig.1.gz man/man1/khost.1.gz man/man1/knsupdate.1.gz man/man5/knot.conf.5.gz man/man8/knotc.8.gz man/man8/knotd.8.gz @dirrmtry %%ETCDIR%% @dirrmtry var/run/knot +@dirrmtry var/run @dirrmtry var/lib/knot @dirrmtry var/lib +@dirrmtry var bin/kdig bin/khost bin/knsupdate sbin/knotc sbin/knotd