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

Collapse All | Expand All

(-)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.3
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
(-)knot3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600167854
1
TIMESTAMP = 1608115516
2
SHA256 (knot-3.0.0.tar.xz) = f1c96aff6e873a2f9b1b8c2441d5a7801dd48d3abdb738a4d24b26c2a8fbe6c4
2
SHA256 (knot-3.0.3.tar.xz) = fbc51897ef0ed0639ebad59b988a91382b9544288a2db8254f0b1de433140e38
3
SIZE (knot-3.0.0.tar.xz) = 1329064
3
SIZE (knot-3.0.3.tar.xz) = 1322748

Return to bug 250485