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

Collapse All | Expand All

(-)knot2/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/dns/knot2/Makefile 412346 2016-04-01 14:00:51Z mat $
2
# $FreeBSD: head/dns/knot2/Makefile 412346 2016-04-01 14:00:51Z mat $
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
DISTVERSION=	2.1.1
5
DISTVERSION=	2.2.1
6
PORTREVISION=	1
7
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
8
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
9
		http://dns-lab.com/downloads/knot-dns/
8
		http://dns-lab.com/downloads/knot-dns/
Lines 23-29 Link Here
23
22
24
CONFLICTS=	knot-1.* knot1-[0-6].*
23
CONFLICTS=	knot-1.* knot1-[0-6].*
25
24
26
USES=		alias libtool pkgconfig tar:xz
25
USES=		alias libedit libtool pkgconfig tar:xz
27
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
28
27
29
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
(-)knot2/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (knot-2.1.1.tar.xz) = e110d11d4a4c4b5abb091b32fcb073934fb840046e975234323e0fc15f2f8f5b
1
TIMESTAMP = 1465218305
2
SIZE (knot-2.1.1.tar.xz) = 998820
2
SHA256 (knot-2.2.1.tar.xz) = 4b587bd8299445a29990ba89087b156ab9b6bf85cbd68846766c078e5b3481d3
3
SIZE (knot-2.2.1.tar.xz) = 1017504
(-)knot2/pkg-plist (-1 / +1 lines)
Lines 24-35 Link Here
24
include/libknot/binary.h
24
include/libknot/binary.h
25
include/libknot/codes.h
25
include/libknot/codes.h
26
include/libknot/consts.h
26
include/libknot/consts.h
27
include/libknot/control/control.h
27
include/libknot/db/db.h
28
include/libknot/db/db.h
28
include/libknot/db/db_lmdb.h
29
include/libknot/db/db_lmdb.h
29
include/libknot/db/db_trie.h
30
include/libknot/db/db_trie.h
30
include/libknot/descriptor.h
31
include/libknot/descriptor.h
31
include/libknot/dname.h
32
include/libknot/dname.h
32
include/libknot/dnssec/rrset-sign.h
33
include/libknot/errcode.h
33
include/libknot/errcode.h
34
include/libknot/error.h
34
include/libknot/error.h
35
include/libknot/libknot.h
35
include/libknot/libknot.h

Return to bug 209964