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

(-)b/dns/powerdns-recursor/Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# Created by: sten@blinkenlights.nl
1
# Created by: sten@blinkenlights.nl
2
2
3
PORTNAME=	recursor
3
PORTNAME=	recursor
4
DISTVERSION=	4.4.2
4
DISTVERSION=	4.4.3
5
PORTREVISION=	1
6
CATEGORIES=	dns
5
CATEGORIES=	dns
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
6
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
PKGNAMEPREFIX=	powerdns-
7
PKGNAMEPREFIX=	powerdns-
Lines 32-38 USE_RC_SUBR= pdns-recursor Link Here
32
GNU_CONFIGURE=	YES
31
GNU_CONFIGURE=	YES
33
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/pdns \
32
CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/pdns \
34
		--with-protobuf \
33
		--with-protobuf \
35
		--without-net-snmp
34
		--without-net-snmp \
35
		--without-systemd
36
36
37
SUB_FILES=	pkg-message
37
SUB_FILES=	pkg-message
38
38
(-)b/dns/powerdns-recursor/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1608248216
1
TIMESTAMP = 1617201578
2
SHA256 (pdns-recursor-4.4.2.tar.bz2) = b0b97f49848a1758b64bc0b99a596c1583ea525477193f3c01905f5163a4f5cf
2
SHA256 (pdns-recursor-4.4.3.tar.bz2) = f8411258100cc310c75710d7f4d59b5eb4797f437f71dc466ed97a83f1babe05
3
SIZE (pdns-recursor-4.4.2.tar.bz2) = 1396763
3
SIZE (pdns-recursor-4.4.3.tar.bz2) = 1398743
(-)b/dns/powerdns-recursor/files/pdns-recursor.in (-4 / +4 lines)
Lines 25-33 pdns_recursor_enable=${pdns_recursor_enable:-"NO"} Link Here
25
pdns_recursor_conf=${pdns_recursor_conf:-"%%PREFIX%%/etc/pdns/recursor.conf"}
25
pdns_recursor_conf=${pdns_recursor_conf:-"%%PREFIX%%/etc/pdns/recursor.conf"}
26
required_files=${pdns_recursor_conf}
26
required_files=${pdns_recursor_conf}
27
27
28
pidfile=/var/run/pdns-recursor/${name}.pid
28
pidfile="/var/run/${name}.pid"
29
29
actual_command="%%PREFIX%%/sbin/${name}"
30
command=%%PREFIX%%/sbin/${name}
30
command="/usr/sbin/daemon"
31
command_args="--daemon"
31
command_args="-c -f -r -P ${pidfile} ${actual_command} --daemon=no --write-pid=no"
32
32
33
run_rc_command "$1"
33
run_rc_command "$1"

Return to bug 254865