Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 12:14:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539974 - head/dns/knot2
Message-ID:  <202006231214.05NCEp5l094553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jun 23 12:14:51 2020
New Revision: 539974
URL: https://svnweb.freebsd.org/changeset/ports/539974

Log:
  dns/knot2: update 2.9.3 -> 2.9.5
  
  - python is now only DOCS-build dependency
  
  PR:		247263
  Approved:	Leo Vandewoestijne <freebsd@dns.company> (maintainer)
  Relnotes:	https://www.knot-dns.cz/2020-05-25-version-295.html
  		https://www.knot-dns.cz/2020-05-05-version-294.html

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

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Tue Jun 23 11:58:51 2020	(r539973)
+++ head/dns/knot2/Makefile	Tue Jun 23 12:14:51 2020	(r539974)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	2.9.3
-PORTREVISION=	2
+DISTVERSION=	2.9.5
 CATEGORIES=	dns
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		https://dns.company/downloads/knot-dns/
@@ -80,7 +79,7 @@ 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
+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	Tue Jun 23 11:58:51 2020	(r539973)
+++ head/dns/knot2/distinfo	Tue Jun 23 12:14:51 2020	(r539974)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583326925
-SHA256 (knot-2.9.3.tar.xz) = f2adf137d70955a4a20df90c5409e10be8e1127204a98b27d626ac090531a07e
-SIZE (knot-2.9.3.tar.xz) = 1214512
+TIMESTAMP = 1592835061
+SHA256 (knot-2.9.5.tar.xz) = 1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76
+SIZE (knot-2.9.5.tar.xz) = 1190872



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