Date: Sun, 9 Dec 2018 03:11:21 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487015 - head/dns/knot-resolver Message-ID: <201812090311.wB93BLT6054115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 9 03:11:21 2018 New Revision: 487015 URL: https://svnweb.freebsd.org/changeset/ports/487015 Log: dns/knot-resolver: use knot2-lib instead of full knot2 PR: 233167 Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) Modified: head/dns/knot-resolver/Makefile (contents, props changed) Modified: head/dns/knot-resolver/Makefile ============================================================================== --- head/dns/knot-resolver/Makefile Sun Dec 9 02:59:55 2018 (r487014) +++ head/dns/knot-resolver/Makefile Sun Dec 9 03:11:21 2018 (r487015) @@ -3,7 +3,7 @@ PORTNAME= knot-resolver DISTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:shells/bash \ git:devel/git LIB_DEPENDS= libgnutls.so:security/gnutls \ - libknot.so:dns/knot2 \ + libknot.so:dns/knot2-lib \ liblmdb.so:databases/lmdb \ libluajit-5.1.so:lang/luajit \ libuv.so:devel/libuv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090311.wB93BLT6054115>