diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-10 22:09:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-10 22:09:19 +0800 |
commit | d16d2b2df16de3ccdb5f833d1729db9eb27b56d4 (patch) | |
tree | a09c3b10f30d564afb3c7a829c28dbecb5bd5c61 /dns | |
parent | 292a8fee11876161b8e96cc1cc512af6221f6c5a (diff) | |
download | freebsd-ports-gnome-d16d2b2df16de3ccdb5f833d1729db9eb27b56d4.tar.gz freebsd-ports-gnome-d16d2b2df16de3ccdb5f833d1729db9eb27b56d4.tar.zst freebsd-ports-gnome-d16d2b2df16de3ccdb5f833d1729db9eb27b56d4.zip |
- Update to 2.0.2
- Fix start script
PR: 204826
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4464
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/distinfo | 4 | ||||
-rw-r--r-- | dns/knot2/files/knot.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 2b5425586076..d28e7149fd20 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo index 849716a01d17..2c49741abc15 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (knot-2.0.1.tar.xz) = 183bac1f23cb3996731c8161889ff5c1e2f99b9a6d8690390a2a23af433d6ce6 -SIZE (knot-2.0.1.tar.xz) = 958560 +SHA256 (knot-2.0.2.tar.xz) = 0418a22f9e801503993b3c872f2403bf73eab5ef7266128789b0531b41ea0c7e +SIZE (knot-2.0.2.tar.xz) = 958800 diff --git a/dns/knot2/files/knot.in b/dns/knot2/files/knot.in index 51d0672bd66c..7ab648b3a869 100644 --- a/dns/knot2/files/knot.in +++ b/dns/knot2/files/knot.in @@ -10,7 +10,7 @@ # # knot_enable="YES": Set to NO by default. # Set it to YES to enable knot. -# knot_config="": Set to /usr/local/etc/knot/knot.conf +# knot_config="": Set to %%PREFIX%%/etc/knot/knot.conf # by default. . /etc/rc.subr |