diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-23 20:14:51 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-23 20:14:51 +0800 |
commit | e5f23401c653bd2b22e33c744afac0dcbb8d82c5 (patch) | |
tree | 0f64aefac52bbc82063becc5a7ba180734724711 /dns | |
parent | e171782177848ee4abde2ca33dff2ffde08cfac8 (diff) | |
download | freebsd-ports-gnome-e5f23401c653bd2b22e33c744afac0dcbb8d82c5.tar.gz freebsd-ports-gnome-e5f23401c653bd2b22e33c744afac0dcbb8d82c5.tar.zst freebsd-ports-gnome-e5f23401c653bd2b22e33c744afac0dcbb8d82c5.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot2/Makefile | 5 | ||||
-rw-r--r-- | dns/knot2/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 57ffe284df0a..c364b55f7154 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -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) diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo index c587a628d8ed..d8e00d5a74f0 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -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 |