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

Collapse All | Expand All

(-)knot2.old/Makefile 2016-06-02 08:45:09.362296829 +0000 (-2 / +3 lines)
Lines 2-8 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.2.1
5
DISTVERSION=   2.1.1
6
PORTREVISION=  1
6
CATEGORIES=    dns ipv6
7
CATEGORIES=    dns ipv6
7
MASTER_SITES=  https://secure.nic.cz/files/knot-dns/ \
8
MASTER_SITES=  https://secure.nic.cz/files/knot-dns/ \
8
               http://dns-lab.com/downloads/knot-dns/
9
               http://dns-lab.com/downloads/knot-dns/
Lines 22-28 Link Here
22
23
23
CONFLICTS=     knot-1.* knot1-[0-6].*
24
CONFLICTS=     knot-1.* knot1-[0-6].*
24
25
25
USES=          alias libedit libtool pkgconfig tar:xz
26
USES=          alias libtool pkgconfig tar:xz
26
USE_LDCONFIG=  yes
27
USE_LDCONFIG=  yes
27
28
28
GNU_CONFIGURE= yes
29
GNU_CONFIGURE= yes
(-)knot2.old/distinfo 2016-06-02 08:45:09.363307013 +0000 (-3 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464858781
1
SHA256 (knot-2.1.1.tar.xz) = e110d11d4a4c4b5abb091b32fcb073934fb840046e975234323e0fc15f2f8f5b
2
SHA256 (knot-2.2.1.tar.xz) = 4b587bd8299445a29990ba89087b156ab9b6bf85cbd68846766c078e5b3481d3
2
SIZE (knot-2.1.1.tar.xz) = 998820
3
SIZE (knot-2.2.1.tar.xz) = 1017504
(-)knot2.old/pkg-plist 2016-06-02 08:45:09.363307013 +0000 (-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
28
include/libknot/db/db.h
27
include/libknot/db/db.h
29
include/libknot/db/db_lmdb.h
28
include/libknot/db/db_lmdb.h
30
include/libknot/db/db_trie.h
29
include/libknot/db/db_trie.h
31
include/libknot/descriptor.h
30
include/libknot/descriptor.h
32
include/libknot/dname.h
31
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