svn commit: r487015 - head/dns/knot-resolver

Steve Wills swills at FreeBSD.org
Sun Dec 9 03:11:22 UTC 2018


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 at 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


More information about the svn-ports-all mailing list