Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 01:55:26 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548443 - head/dns/knot2
Message-ID:  <202009130155.08D1tQJw024509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun Sep 13 01:55:26 2020
New Revision: 548443
URL: https://svnweb.freebsd.org/changeset/ports/548443

Log:
  dns/knot2: Update to 2.9.6
  
  Changelog:	https://www.knot-dns.cz/2020-08-31-version-296.html
  
  Remove Python from DOCS option, it is not necessary at this moment. [1]
  
  PR:		249169
  PR:		243374 [1]
  Submitted by:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
  Reported by:	alex_y_xu@yahoo.ca [1]

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Sun Sep 13 01:14:09 2020	(r548442)
+++ head/dns/knot2/Makefile	Sun Sep 13 01:55:26 2020	(r548443)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	2.9.5
+DISTVERSION=	2.9.6
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		https://dns.company/downloads/knot-dns/
@@ -79,7 +79,6 @@ DNSTAP_LIB_DEPENDS=		libprotobuf-c.so:devel/protobuf-c
 # in higher line count.  Ideally this bug should be fixed upstream.
 DNSTAP_CPPFLAGS=		-I${LOCALBASE}/include
 
-DOCS_USES=			python:build
 DOCS_CONFIGURE_OFF=		--disable-documentation
 
 FASTPARSER_DESC=		Fast zone parser (demanding compilation)

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Sun Sep 13 01:14:09 2020	(r548442)
+++ head/dns/knot2/distinfo	Sun Sep 13 01:55:26 2020	(r548443)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592835061
-SHA256 (knot-2.9.5.tar.xz) = 1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76
-SIZE (knot-2.9.5.tar.xz) = 1190872
+TIMESTAMP = 1599955330
+SHA256 (knot-2.9.6.tar.xz) = bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7
+SIZE (knot-2.9.6.tar.xz) = 1188412



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009130155.08D1tQJw024509>