Date: Thu, 25 Jun 2015 09:46:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390545 - in head/dns/knot: . files Message-ID: <201506250946.t5P9k0si066601@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 25 09:46:00 2015 New Revision: 390545 URL: https://svnweb.freebsd.org/changeset/ports/390545 Log: - Update to 1.6.4 PR: 200960 Submitted by: freebsd@dns-lab.com (maintainer) Deleted: head/dns/knot/files/patch-src_libknot_dnssec_crypto.c Modified: head/dns/knot/Makefile head/dns/knot/distinfo Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Thu Jun 25 09:43:17 2015 (r390544) +++ head/dns/knot/Makefile Thu Jun 25 09:46:00 2015 (r390545) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -42,27 +41,21 @@ SUB_LIST+= USERS="${USERS}" GROUPS="${GR PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS -OPTIONS_DEFINE= DNSTAP FASTPARSER IDN LMDB +OPTIONS_DEFINE= DNSTAP IDN LMDB DNSTAP_DESC= dnstap support (see dnstap.info) -FASTPARSER_DESC= Fast zone parser (demanding compilation) -GOST_DESC= Enable GOST ciphers (requires OpenSSL >= 1.0.0) LMDB_DESC= Enable LMDB backend DNSTAP_CONFIGURE_ENABLE= dnstap DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \ libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c -FASTPARSER_CONFIGURE_ENABLE= fastparser - IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn LMDB_CONFIGURE_ENABLE= lmdb LMDB_LIB_DEPENDS= liblmdb.so:${PORTSDIR}/databases/lmdb -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@run_dir\@|' \ ${WRKSRC}/src/Makefile.in Modified: head/dns/knot/distinfo ============================================================================== --- head/dns/knot/distinfo Thu Jun 25 09:43:17 2015 (r390544) +++ head/dns/knot/distinfo Thu Jun 25 09:46:00 2015 (r390545) @@ -1,2 +1,2 @@ -SHA256 (knot-1.6.3.tar.xz) = 48da608e29c2c1ef5937eb692f8ef0462ebb50fa7d128478a23e0a9788533e86 -SIZE (knot-1.6.3.tar.xz) = 785052 +SHA256 (knot-1.6.4.tar.xz) = 7d0809ad489bbbc3f7904687559ee750f3c1f3a7180fab238ba06fcedd00d8af +SIZE (knot-1.6.4.tar.xz) = 786904
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506250946.t5P9k0si066601>