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

(-)/space/portstrees/AFreeBSD/ports/dns/nsd/Makefile (-3 / +2 lines)
Lines 2-13 Link Here
2
# Date created:				08 August 2002
2
# Date created:				08 August 2002
3
# Whom:					alexis
3
# Whom:					alexis
4
#
4
#
5
# $FreeBSD: ports/dns/nsd/Makefile,v 1.50 2010/11/24 15:44:15 bapt Exp $
5
# $FreeBSD: ports/dns/nsd/Makefile,v 1.51 2010/11/25 16:04:00 bapt Exp $
6
#
6
#
7
7
8
PORTNAME=	nsd
8
PORTNAME=	nsd
9
PORTVERSION=	3.2.6
9
PORTVERSION=	3.2.7
10
PORTREVISION=	1
11
CATEGORIES=	dns ipv6
10
CATEGORIES=	dns ipv6
12
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
11
MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
13
		ftp://ftp.rhnet.is/pub/nsd/
12
		ftp://ftp.rhnet.is/pub/nsd/
(-)/space/portstrees/AFreeBSD/ports/dns/nsd/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (nsd-3.2.6.tar.gz) = f29abd647c70a35e0f52607440c66b1a
1
SHA256 (nsd-3.2.7.tar.gz) = 8d19914eb4ad625a4f49364f17c7e0b9de21612971294b7ce7790d3f75499d6e
2
SHA256 (nsd-3.2.6.tar.gz) = 858bc6cd2cb81c2e364b9a8a324c97f38a8c676b9f5ae8e07a100d8f528d8d6e
2
SIZE (nsd-3.2.7.tar.gz) = 866753
3
SIZE (nsd-3.2.6.tar.gz) = 865021
(-)/space/portstrees/AFreeBSD/ports/dns/nsd/files/nsd.in (-1 / +2 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# $FreeBSD: ports/dns/nsd/files/nsd.in,v 1.7 2010/11/24 15:44:15 bapt Exp $
3
# $FreeBSD: ports/dns/nsd/files/nsd.in,v 1.8 2010/11/25 16:04:00 bapt Exp $
4
#
4
#
5
# PROVIDE: nsd
5
# PROVIDE: nsd
6
# REQUIRE: DAEMON
6
# REQUIRE: DAEMON
Lines 20-25 Link Here
20
command=%%PREFIX%%/sbin/nsdc
20
command=%%PREFIX%%/sbin/nsdc
21
command_args="start"
21
command_args="start"
22
pidfile=`%%PREFIX%%/sbin/nsd-checkconf -o pidfile %%PREFIX%%/etc/nsd/nsd.conf`
22
pidfile=`%%PREFIX%%/sbin/nsd-checkconf -o pidfile %%PREFIX%%/etc/nsd/nsd.conf`
23
procname=%%PREFIX%%/sbin/${name}
23
24
24
load_rc_config ${name}
25
load_rc_config ${name}

Return to bug 154264