Index: head/dns/knot2/Makefile =================================================================== --- head/dns/knot2/Makefile (revision 390422) +++ head/dns/knot2/Makefile (revision 390423) @@ -1,73 +1,74 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.0-beta +DISTVERSION= 2.0.0.r1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ PKGNAMESUFFIX= 2 +DISTNAME= ${PORTNAME}-2.0.0-rc1 MAINTAINER= freebsd@dns-lab.com COMMENT= High performance authoritative-only DNS server LICENSE= GPLv3 LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libjansson.so:${PORTSDIR}/devel/jansson \ liblmdb.so:${PORTSDIR}/databases/lmdb \ libnettle.so:${PORTSDIR}/security/nettle \ liburcu.so:${PORTSDIR}/sysutils/liburcu CONFLICTS= knot-1.* knot1-[0-6].* USES= alias libtool pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rundir=/var/run/knot \ --with-storage=/var/db/knot \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --disable-silent-rules .endif INSTALL_TARGET= install-strip USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message USERS= knot GROUPS= knot SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS OPTIONS_DEFINE= DNSTAP FASTPARSER IDN DNSTAP_DESC= dnstap support (see dnstap.info) DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c FASTPARSER_DESC= Fast zone parser (demanding compilation) FASTPARSER_CONFIGURE_ENABLE= fastparser IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn post-patch: @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|' \ ${WRKSRC}/src/Makefile.in @${RM} -rf ${WRKSRC}/src/zscanner/scanner.c post-install: ${MV} ${STAGEDIR}${ETCDIR}/knot.sample.conf \ ${STAGEDIR}${ETCDIR}/knot.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include Index: head/dns/knot2/distinfo =================================================================== --- head/dns/knot2/distinfo (revision 390422) +++ head/dns/knot2/distinfo (revision 390423) @@ -1,2 +1,2 @@ -SHA256 (knot-2.0.0-beta.tar.xz) = 7ed997d15b523abcaede51d7ce3670a687d7658b96eb742b9dd87ac5d3e0e9af -SIZE (knot-2.0.0-beta.tar.xz) = 939468 +SHA256 (knot-2.0.0-rc1.tar.xz) = 885e1de703bf4afb50c96c2fc246732714d042d7e6b4b5cfa46f42a9d923a1bc +SIZE (knot-2.0.0-rc1.tar.xz) = 946644 Index: head/dns/knot2/pkg-plist =================================================================== --- head/dns/knot2/pkg-plist (revision 390422) +++ head/dns/knot2/pkg-plist (revision 390423) @@ -1,118 +1,105 @@ %%ETCDIR%%/example.com.zone @sample %%ETCDIR%%/knot.conf.sample bin/kdig bin/khost -bin/knot1to2 bin/knsec3hash bin/knsupdate include/dnssec/binary.h include/dnssec/crypto.h include/dnssec/error.h include/dnssec/event.h include/dnssec/kasp.h include/dnssec/key.h include/dnssec/keyid.h include/dnssec/keystore.h include/dnssec/keytag.h include/dnssec/list.h include/dnssec/nsec.h include/dnssec/random.h include/dnssec/sign.h include/dnssec/tsig.h include/libknot/binary.h include/libknot/consts.h include/libknot/descriptor.h include/libknot/dname.h -include/libknot/dnssec/key.h include/libknot/errcode.h include/libknot/internal/array-sort.h include/libknot/internal/base32hex.h include/libknot/internal/base64.h include/libknot/internal/binsearch.h include/libknot/internal/consts.h include/libknot/internal/endian.h include/libknot/internal/errcode.h include/libknot/internal/getline.h include/libknot/internal/heap.h include/libknot/internal/hhash.h include/libknot/internal/lists.h include/libknot/internal/macros.h include/libknot/internal/mem.h include/libknot/internal/mempattern.h include/libknot/internal/mempool.h include/libknot/internal/namedb/namedb.h include/libknot/internal/namedb/namedb_lmdb.h include/libknot/internal/namedb/namedb_trie.h include/libknot/internal/net.h include/libknot/internal/print.h include/libknot/internal/sockaddr.h include/libknot/internal/strlcat.h include/libknot/internal/strlcpy.h include/libknot/internal/tolower.h include/libknot/internal/trie/hat-trie.h include/libknot/internal/trie/murmurhash3.h include/libknot/internal/utils.h include/libknot/libknot.h include/libknot/packet/compr.h include/libknot/packet/pkt.h include/libknot/packet/rrset-wire.h include/libknot/packet/wire.h include/libknot/processing/layer.h include/libknot/processing/overlay.h include/libknot/processing/requestor.h include/libknot/rdata.h include/libknot/rdataset.h include/libknot/rrset-dump.h include/libknot/rrset.h include/libknot/rrtype/aaaa.h include/libknot/rrtype/dnskey.h include/libknot/rrtype/naptr.h include/libknot/rrtype/nsec.h include/libknot/rrtype/nsec3.h include/libknot/rrtype/nsec3param.h include/libknot/rrtype/opt.h include/libknot/rrtype/rdname.h include/libknot/rrtype/rrsig.h include/libknot/rrtype/soa.h include/libknot/rrtype/tsig.h include/libknot/tsig-op.h -include/libknot/yparser/yparser.h -include/libknot/yparser/ypformat.h -include/libknot/yparser/ypscheme.h -include/libknot/yparser/yptrafo.h +include/libknot/tsig.h lib/libdnssec.a lib/libdnssec.so lib/libdnssec.so.0 lib/libdnssec.so.0.0.0 -lib/libknot-2.so.0 -lib/libknot-2.so.0.0.0 -lib/libknot-int-2.so.0 -lib/libknot-int-2.so.0.0.0 -lib/libknot-int.a -lib/libknot-int.so -lib/libknot-yparser-2.so.0 -lib/libknot-yparser-2.so.0.0.0 -lib/libknot-yparser.a -lib/libknot-yparser.so lib/libknot.a lib/libknot.so +lib/libknot.so.1 +lib/libknot.so.1.0.0 lib/libzscanner.a lib/libzscanner.so lib/libzscanner.so.0 -lib/libzscanner.so.0.0.0 +lib/libzscanner.so.0.0.1 libdata/pkgconfig/libdnssec.pc -libdata/pkgconfig/libknot-int.pc -libdata/pkgconfig/libknot-yparser.pc libdata/pkgconfig/libknot.pc +libdata/pkgconfig/libzscanner.pc +libexec/knot1to2 man/man1/kdig.1.gz man/man1/khost.1.gz man/man1/knot1to2.1.gz man/man1/knsec3hash.1.gz man/man1/knsupdate.1.gz man/man5/knot.conf.5.gz man/man8/keymgr.8.gz man/man8/knotc.8.gz man/man8/knotd.8.gz sbin/keymgr sbin/knotc sbin/knotd