View | Details | Raw Unified | Return to bug 183682
Collapse All | Expand All

(-)knot/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: dns/knot/Makefile 328959 2013-10-01 16:02:12Z wg $
2
# $FreeBSD: dns/knot/Makefile 328959 2013-10-01 16:02:12Z wg $
3
3
4
PORTNAME=	knot
4
PORTNAME=	knot
5
DISTVERSION=	1.3.2
5
DISTVERSION=	1.3.3
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
7
MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
8
		http://dns-lab.com/downloads/knot-dns/
8
		http://dns-lab.com/downloads/knot-dns/
(-)knot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351
1
SHA256 (knot-1.3.3.tar.gz) = 70f5237871a92cd8a777c73b80b6ac339212ea084d4adfaf314388be704027b4
2
SIZE (knot-1.3.2.tar.gz) = 1148305
2
SIZE (knot-1.3.3.tar.gz) = 1148233
(-)knot/pkg-plist (+2 lines)
Lines 11-18 man/man8/knotc.8.gz Link Here
11
man/man8/knotd.8.gz
11
man/man8/knotd.8.gz
12
@dirrmtry %%ETCDIR%%
12
@dirrmtry %%ETCDIR%%
13
@dirrmtry var/run/knot
13
@dirrmtry var/run/knot
14
@dirrmtry var/run
14
@dirrmtry var/lib/knot
15
@dirrmtry var/lib/knot
15
@dirrmtry var/lib
16
@dirrmtry var/lib
17
@dirrmtry var
16
bin/kdig
18
bin/kdig
17
bin/khost
19
bin/khost
18
bin/knsupdate
20
bin/knsupdate

Return to bug 183682