svn commit: r328959 - head/dns/knot
William Grzybowski
wg at FreeBSD.org
Tue Oct 1 16:02:14 UTC 2013
Author: wg
Date: Tue Oct 1 16:02:12 2013
New Revision: 328959
URL: http://svnweb.freebsd.org/changeset/ports/328959
Log:
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]
Modified:
head/dns/knot/Makefile
head/dns/knot/distinfo
head/dns/knot/pkg-plist
Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile Tue Oct 1 15:51:14 2013 (r328958)
+++ head/dns/knot/Makefile Tue Oct 1 16:02:12 2013 (r328959)
@@ -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 at 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>
Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo Tue Oct 1 15:51:14 2013 (r328958)
+++ head/dns/knot/distinfo Tue Oct 1 16:02:12 2013 (r328959)
@@ -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
Modified: head/dns/knot/pkg-plist
==============================================================================
--- head/dns/knot/pkg-plist Tue Oct 1 15:51:14 2013 (r328958)
+++ head/dns/knot/pkg-plist Tue Oct 1 16:02:12 2013 (r328959)
@@ -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
+ at dirrmtry var/run/knot
+ at dirrmtry var/lib/knot
+ at dirrmtry var/lib
+bin/kdig
+bin/khost
+bin/knsupdate
sbin/knotc
sbin/knotd
-sbin/knsupdate
More information about the svn-ports-all
mailing list