aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-01 16:02:12 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-01 16:02:12 +0000
commitf3ba620c9fa23ffcc8be170ed334b711e70ddec6 (patch)
tree3159fafb18eb6e150f535b62de956b39c046b204 /dns
parent07c0b031f87c270410d22cdf92f09e7bdf1b6a7c (diff)
downloadports-f3ba620c9fa23ffcc8be170ed334b711e70ddec6.tar.gz
ports-f3ba620c9fa23ffcc8be170ed334b711e70ddec6.zip
dns/knot: update to 1.3.2
- Update to 1.3.2 [1] - Convert lib depends to new syntax - Allow staging PR: ports/182524 [1] Submitted by: Leo Vandewoestijne <freebsd dns-lab.com> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=328959
Diffstat (limited to 'dns')
-rw-r--r--dns/knot/Makefile25
-rw-r--r--dns/knot/distinfo4
-rw-r--r--dns/knot/pkg-plist15
3 files changed, 22 insertions, 22 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile
index b3e1d4d1b0db..6a0dd51b9ce4 100644
--- a/dns/knot/Makefile
+++ b/dns/knot/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
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
@@ -15,36 +14,28 @@ LICENSE= GPLv3
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
flex>=2.5.35_1:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
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
-MAN5= knot.conf.5
-
INFO= knot
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS
post-install:
- @${MKDIR} ${ETCDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/knot.sample.conf ${ETCDIR}
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
- @${CAT} ${WRKDIR}/pkg-message
+ @${MKDIR} ${STAGEDIR}${ETCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/knot.sample.conf ${STAGEDIR}${ETCDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
diff --git a/dns/knot/distinfo b/dns/knot/distinfo
index fcff0d01b8f4..56b6c35ebcc3 100644
--- a/dns/knot/distinfo
+++ b/dns/knot/distinfo
@@ -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 --git a/dns/knot/pkg-plist b/dns/knot/pkg-plist
index c7215096b4d9..dc660dde307e 100644
--- a/dns/knot/pkg-plist
+++ b/dns/knot/pkg-plist
@@ -3,9 +3,18 @@
@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%%
-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