git: 04151eb383f7 - main - dns/knot-resolver: Depend on knot3

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 09 Aug 2024 07:27:12 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04151eb383f77b748e9d6fc08a89fd669938b1fa

commit 04151eb383f77b748e9d6fc08a89fd669938b1fa
Author:     Michael Grimm <trashcan@ellael.org>
AuthorDate: 2024-08-09 06:35:04 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-08-09 07:26:52 +0000

    dns/knot-resolver: Depend on knot3
    
    In preparation for the removal of dns/knot3-lib
---
 dns/knot-resolver/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile
index 9de847ea9946..7ead6c735ab8 100644
--- a/dns/knot-resolver/Makefile
+++ b/dns/knot-resolver/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	knot-resolver
 DISTVERSION=	5.7.3
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
 		https://dns.company/downloads/knot-resolver/
@@ -16,13 +17,13 @@ BUILD_DEPENDS=	bash:shells/bash \
 		flake8:devel/py-flake8@${PY_FLAVOR} \
 		lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 \
 		luacheck:devel/lua-luacheck
-LIB_DEPENDS=	libdnssec.so:dns/knot3-lib \
+LIB_DEPENDS=	libdnssec.so:dns/knot3 \
 		libgnutls.so:security/gnutls \
-		libknot.so:dns/knot3-lib \
+		libknot.so:dns/knot3 \
 		liblmdb.so:databases/lmdb \
 		libnghttp2.so:www/libnghttp2 \
 		libuv.so:devel/libuv \
-		libzscanner.so:dns/knot3-lib
+		libzscanner.so:dns/knot3
 RUN_DEPENDS=	lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51
 
 USES=		compiler:c11 libedit libtool luajit meson ncurses ninja \