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

(-)knot/Makefile (-5 / +4 lines)
Lines 2-12 Link Here
2
# $FreeBSD: dns/knot/Makefile 327719 2013-09-20 16:31:57Z bapt $
2
# $FreeBSD: dns/knot/Makefile 327719 2013-09-20 16:31:57Z bapt $
3
3
4
PORTNAME=       knot
4
PORTNAME=       knot
5
DISTVERSION=    1.3.0r1
5
DISTVERSION=    1.3.2
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://www.dns-lab.com/downloads/knot-dns/
8
                http://dns-lab.com/downloads/knot-dns/
9
DISTNAME=       knot-1.3.0-rc1
10
9
11
MAINTAINER=     freebsd@dns-lab.com
10
MAINTAINER=     freebsd@dns-lab.com
12
COMMENT=        Knot DNS is a high performance authoritative-only DNS server
11
COMMENT=        Knot DNS is a high performance authoritative-only DNS server
Lines 22-35 USE_AUTOTOOLS= libtool Link Here
22
USE_LDCONFIG=   yes
21
USE_LDCONFIG=   yes
23
USE_OPENSSL=    yes
22
USE_OPENSSL=    yes
24
GNU_CONFIGURE=  yes
23
GNU_CONFIGURE=  yes
25
CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
26
24
27
SUB_FILES=      pkg-message
25
SUB_FILES=      pkg-message
28
26
29
USE_RC_SUBR=    ${PORTNAME}d
27
USE_RC_SUBR=    ${PORTNAME}d
30
28
31
MAN8=           knotc.8 knotd.8 kdig.8 khost.8 knsupdate.8
29
MAN8=           knotc.8 knotd.8
32
MAN5=           knot.conf.5
30
MAN5=           knot.conf.5
31
MAN1=           kdig.1 khost.1 knsupdate.1
33
32
34
INFO=           knot
33
INFO=           knot
35
34
(-)knot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (knot-1.3.0-rc1.tar.gz) = 7f79dd4e2cf5e4346f9571cdc6667744298b0a0e98d56655287074bac95b3a5b
1
SHA256 (knot-1.3.2.tar.gz) = 4cb096eae5afa6d5e533d5c8e0d13b7e241c485b24c21bead4e878bd068b3351
2
SIZE (knot-1.3.0-rc1.tar.gz) = 1157222
2
SIZE (knot-1.3.2.tar.gz) = 1148305
(-)knot/pkg-plist (-3 / +6 lines)
Lines 4-11 Link Here
4
%%ETCDIR%%/example.com.zone
4
%%ETCDIR%%/example.com.zone
5
%%ETCDIR%%/knot.sample.conf
5
%%ETCDIR%%/knot.sample.conf
6
@dirrmtry %%ETCDIR%%
6
@dirrmtry %%ETCDIR%%
7
sbin/kdig
7
@dirrmtry var/run/knot
8
sbin/khost
8
@dirrmtry var/lib/knot
9
@dirrmtry var/lib
10
bin/kdig
11
bin/khost
12
bin/knsupdate
9
sbin/knotc
13
sbin/knotc
10
sbin/knotd
14
sbin/knotd
11
sbin/knsupdate

Return to bug 182524