svn commit: r403455 - in head/dns/knot2: . files

Martin Wilke miwi at FreeBSD.org
Thu Dec 10 14:09:21 UTC 2015


Author: miwi
Date: Thu Dec 10 14:09:19 2015
New Revision: 403455
URL: https://svnweb.freebsd.org/changeset/ports/403455

Log:
  - Update to 2.0.2
  - Fix start script
  
  PR:		204826
  Submitted by:	maintainer
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D4464

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo
  head/dns/knot2/files/knot.in

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Thu Dec 10 14:06:09 2015	(r403454)
+++ head/dns/knot2/Makefile	Thu Dec 10 14:09:19 2015	(r403455)
@@ -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/

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Thu Dec 10 14:06:09 2015	(r403454)
+++ head/dns/knot2/distinfo	Thu Dec 10 14:09:19 2015	(r403455)
@@ -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

Modified: head/dns/knot2/files/knot.in
==============================================================================
--- head/dns/knot2/files/knot.in	Thu Dec 10 14:06:09 2015	(r403454)
+++ head/dns/knot2/files/knot.in	Thu Dec 10 14:09:19 2015	(r403455)
@@ -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


More information about the svn-ports-head mailing list