diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-12-29 20:22:02 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-12-29 20:22:02 +0800 |
commit | b6e0698282d9f27e6c5ec7c14b215d5a5b94f46a (patch) | |
tree | 531566e6931507f716bc8ddce7f8549d9cd8bd4e /dns/knot3 | |
parent | 91408dc2935d9f09ae0b4d44bd99b401d75de23f (diff) | |
download | freebsd-ports-gnome-b6e0698282d9f27e6c5ec7c14b215d5a5b94f46a.tar.gz freebsd-ports-gnome-b6e0698282d9f27e6c5ec7c14b215d5a5b94f46a.tar.zst freebsd-ports-gnome-b6e0698282d9f27e6c5ec7c14b215d5a5b94f46a.zip |
dns/knot3: update 3.0.0 -> 3.0.3
PR: 250485
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes: https://www.knot-dns.cz/2020-12-15-version-303.html
https://www.knot-dns.cz/2020-11-11-version-302.html
https://www.knot-dns.cz/2020-10-10-version-301.html
Diffstat (limited to 'dns/knot3')
-rw-r--r-- | dns/knot3/Makefile | 11 | ||||
-rw-r--r-- | dns/knot3/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dns/knot3/Makefile b/dns/knot3/Makefile index a4a7b0711e41..881983fe9e7c 100644 --- a/dns/knot3/Makefile +++ b/dns/knot3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 3.0.0 +DISTVERSION= 3.0.3 CATEGORIES= dns MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ @@ -14,15 +14,16 @@ COMMENT= High performance authoritative-only DNS server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= autoconf>=2.65:devel/autoconf \ - gsed:textproc/gsed +#BUILD_DEPENDS= autoconf>=2.65:devel/autoconf \ +# gsed:textproc/gsed +BUILD_DEPENDS= gsed:textproc/gsed LIB_DEPENDS= libgnutls.so:security/gnutls \ liblmdb.so:databases/lmdb \ libnghttp2.so:www/libnghttp2 -CONFLICTS= knot-1.* knot1-[0-6].* knot2-[0-9].* +USES= alias autoreconf libtool localbase pkgconfig tar:xz -USES= alias libtool localbase pkgconfig tar:xz +CONFLICTS= knot-1.* knot1-[0-6].* knot2-[0-9].* HAS_CONFIGURE= yes BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed diff --git a/dns/knot3/distinfo b/dns/knot3/distinfo index 60e57b5e9864..fd24b4a9d048 100644 --- a/dns/knot3/distinfo +++ b/dns/knot3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600167854 -SHA256 (knot-3.0.0.tar.xz) = f1c96aff6e873a2f9b1b8c2441d5a7801dd48d3abdb738a4d24b26c2a8fbe6c4 -SIZE (knot-3.0.0.tar.xz) = 1329064 +TIMESTAMP = 1608115516 +SHA256 (knot-3.0.3.tar.xz) = fbc51897ef0ed0639ebad59b988a91382b9544288a2db8254f0b1de433140e38 +SIZE (knot-3.0.3.tar.xz) = 1322748 |