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

Collapse All | Expand All

(-)dns/knot3/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/dns/knot3/Makefile 554710 2020-11-09 11:42:33Z mat $
2
# $FreeBSD: head/dns/knot3/Makefile 554710 2020-11-09 11:42:33Z mat $
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
DISTVERSION=	3.0.0
5
DISTVERSION=	3.0.2
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
8
		https://dns.company/downloads/knot-dns/
8
		https://dns.company/downloads/knot-dns/
Lines 20-28 Link Here
20
		liblmdb.so:databases/lmdb \
20
		liblmdb.so:databases/lmdb \
21
		libnghttp2.so:www/libnghttp2
21
		libnghttp2.so:www/libnghttp2
22
22
23
CONFLICTS=	knot-1.* knot1-[0-6].* knot2-[0-9].*
24
25
USES=		alias libtool localbase pkgconfig tar:xz
23
USES=		alias libtool localbase pkgconfig tar:xz
24
25
CONFLICTS=	knot-1.* knot1-[0-6].* knot2-[0-9].*
26
26
27
HAS_CONFIGURE=	yes
27
HAS_CONFIGURE=	yes
28
BINARY_ALIAS=	sed=${LOCALBASE}/bin/gsed
28
BINARY_ALIAS=	sed=${LOCALBASE}/bin/gsed
(-)dns/knot3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600167854
1
TIMESTAMP = 1607961876
2
SHA256 (knot-3.0.0.tar.xz) = f1c96aff6e873a2f9b1b8c2441d5a7801dd48d3abdb738a4d24b26c2a8fbe6c4
2
SHA256 (knot-3.0.2.tar.xz) = f813a5e53263ef51d0415508e1f7d33cfbb75a139ccb10a344ae5a91689933fb
3
SIZE (knot-3.0.0.tar.xz) = 1329064
3
SIZE (knot-3.0.2.tar.xz) = 1313864

Return to bug 250485