aboutsummaryrefslogtreecommitdiff
path: root/dns/knot-resolver/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-10-04 11:06:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-10-04 11:06:10 +0000
commit13e7ac77684fe7740b165a87ee41513566fc956c (patch)
tree5fab2f3781636834271b2b065c62961153da0869 /dns/knot-resolver/Makefile
parent8b2c04d3fc8b2ad86e47c18d1f4f36922b2d44bb (diff)
downloadports-13e7ac77684fe7740b165a87ee41513566fc956c.tar.gz
ports-13e7ac77684fe7740b165a87ee41513566fc956c.zip
Notes
Diffstat (limited to 'dns/knot-resolver/Makefile')
-rw-r--r--dns/knot-resolver/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile
index 4aef08a0ea3f..c359a636f0a9 100644
--- a/dns/knot-resolver/Makefile
+++ b/dns/knot-resolver/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= knot-resolver
-DISTVERSION= 5.1.2
-PORTREVISION= 1
+DISTVERSION= 5.1.3
CATEGORIES= dns
MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \
https://dns.company/downloads/knot-resolver/
@@ -19,9 +18,9 @@ BUILD_DEPENDS= bash:shells/bash \
lua51-cqueues>=20200603_1:devel/lua-cqueues@lua51 \
luacheck:devel/lua-luacheck \
cmake:devel/cmake
-LIB_DEPENDS= libknot.so:dns/knot2-lib \
- libdnssec.so:dns/knot2-lib \
- libzscanner.so:dns/knot2-lib \
+LIB_DEPENDS= libknot.so:dns/knot3-lib \
+ libdnssec.so:dns/knot3-lib \
+ libzscanner.so:dns/knot3-lib \
libgnutls.so:security/gnutls \
liblmdb.so:databases/lmdb \
libluajit-5.1.so:lang/luajit-openresty \