diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 3 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/files/unbound.in | 2 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 3 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 26bc8e237f6d..ff99707ffa08 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.6.8 -PORTREVISION= 2 +PORTVERSION= 1.7.0 CATEGORIES= dns MASTER_SITES= https://unbound.net/downloads/ \ https://distfiles.crux.guru/ diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index df52b57656a9..a1ba0664bc30 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516376435 -SHA256 (unbound-1.6.8.tar.gz) = e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49 -SIZE (unbound-1.6.8.tar.gz) = 5467536 +TIMESTAMP = 1521117536 +SHA256 (unbound-1.7.0.tar.gz) = 94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2 +SIZE (unbound-1.7.0.tar.gz) = 5538228 diff --git a/dns/unbound/files/unbound.in b/dns/unbound/files/unbound.in index 5063dbfcd314..896f0ea772db 100644 --- a/dns/unbound/files/unbound.in +++ b/dns/unbound/files/unbound.in @@ -27,7 +27,7 @@ reload_precmd="%%PREFIX%%/sbin/unbound-checkconf ${unbound_conf} >/dev/null" load_rc_config $name -pidfile=${unbound_pidfile:-"%%PREFIX%%/etc/unbound/unbound.pid"} +pidfile=`%%PREFIX%%/sbin/unbound-checkconf -o pidfile ${unbound_conf}` unbound_enable=${unbound_enable:-"NO"} unbound_anchorflags=${unbound_anchorflags:-""} unbound_conf=${unbound_conf:-"%%ETCDIR%%/unbound.conf"} diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 0089fc9e6246..93923eb7e668 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -1,10 +1,11 @@ @sample %%ETCDIR%%/unbound.conf.sample include/unbound.h %%EVAPI%%include/unbound-event.h +libdata/pkgconfig/libunbound.pc lib/libunbound.a lib/libunbound.so lib/libunbound.so.2 -lib/libunbound.so.2.5.7 +lib/libunbound.so.2.5.8 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py |