View | Details | Raw Unified | Return to bug 280626 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/knot-resolver/Makefile (-3 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	knot-resolver
1
PORTNAME=	knot-resolver
2
DISTVERSION=	5.7.3
2
DISTVERSION=	5.7.3
3
CATEGORIES=	dns
3
CATEGORIES=	dns
4
PORTREVISION=	1
4
MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
5
MASTER_SITES=	https://secure.nic.cz/files/knot-resolver/ \
5
		https://dns.company/downloads/knot-resolver/
6
		https://dns.company/downloads/knot-resolver/
6
7
Lines 16-28 BUILD_DEPENDS= bash:shells/bash \ Link Here
16
		flake8:devel/py-flake8@${PY_FLAVOR} \
17
		flake8:devel/py-flake8@${PY_FLAVOR} \
17
		lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 \
18
		lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 \
18
		luacheck:devel/lua-luacheck
19
		luacheck:devel/lua-luacheck
19
LIB_DEPENDS=	libdnssec.so:dns/knot3-lib \
20
LIB_DEPENDS=	libdnssec.so:dns/knot3 \
20
		libgnutls.so:security/gnutls \
21
		libgnutls.so:security/gnutls \
21
		libknot.so:dns/knot3-lib \
22
		libknot.so:dns/knot3 \
22
		liblmdb.so:databases/lmdb \
23
		liblmdb.so:databases/lmdb \
23
		libnghttp2.so:www/libnghttp2 \
24
		libnghttp2.so:www/libnghttp2 \
24
		libuv.so:devel/libuv \
25
		libuv.so:devel/libuv \
25
		libzscanner.so:dns/knot3-lib
26
		libzscanner.so:dns/knot3
26
RUN_DEPENDS=	lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51
27
RUN_DEPENDS=	lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51
27
28
28
USES=		compiler:c11 libedit libtool luajit meson ncurses ninja \
29
USES=		compiler:c11 libedit libtool luajit meson ncurses ninja \

Return to bug 280626