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

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unbound
4
PORTNAME=	unbound
5
PORTVERSION=	1.6.8
5
PORTVERSION=	1.7.0
6
PORTREVISION=	2
7
CATEGORIES=	dns
6
CATEGORIES=	dns
8
MASTER_SITES=	https://unbound.net/downloads/ \
7
MASTER_SITES=	https://unbound.net/downloads/ \
9
		https://distfiles.crux.guru/
8
		https://distfiles.crux.guru/
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516376435
1
TIMESTAMP = 1521117536
2
SHA256 (unbound-1.6.8.tar.gz) = e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49
2
SHA256 (unbound-1.7.0.tar.gz) = 94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2
3
SIZE (unbound-1.6.8.tar.gz) = 5467536
3
SIZE (unbound-1.7.0.tar.gz) = 5538228
(-)files/unbound.in (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
load_rc_config $name
28
load_rc_config $name
29
29
30
pidfile=${unbound_pidfile:-"%%PREFIX%%/etc/unbound/unbound.pid"}
30
pidfile=`%%PREFIX%%/sbin/unbound-checkconf -o pidfile ${unbound_conf}`
31
unbound_enable=${unbound_enable:-"NO"}
31
unbound_enable=${unbound_enable:-"NO"}
32
unbound_anchorflags=${unbound_anchorflags:-""}
32
unbound_anchorflags=${unbound_anchorflags:-""}
33
unbound_conf=${unbound_conf:-"%%ETCDIR%%/unbound.conf"}
33
unbound_conf=${unbound_conf:-"%%ETCDIR%%/unbound.conf"}
(-)pkg-plist (-1 / +2 lines)
Lines 1-10 Link Here
1
@sample %%ETCDIR%%/unbound.conf.sample
1
@sample %%ETCDIR%%/unbound.conf.sample
2
include/unbound.h
2
include/unbound.h
3
%%EVAPI%%include/unbound-event.h
3
%%EVAPI%%include/unbound-event.h
4
libdata/pkgconfig/libunbound.pc
4
lib/libunbound.a
5
lib/libunbound.a
5
lib/libunbound.so
6
lib/libunbound.so
6
lib/libunbound.so.2
7
lib/libunbound.so.2
7
lib/libunbound.so.2.5.7
8
lib/libunbound.so.2.5.8
8
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
9
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so
9
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
10
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py
10
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py
11
%%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py

Return to bug 226822