svn commit: r559569 - head/dns/knot3

Kurt Jaeger pi at FreeBSD.org
Tue Dec 29 12:22:02 UTC 2020


Author: pi
Date: Tue Dec 29 12:22:02 2020
New Revision: 559569
URL: https://svnweb.freebsd.org/changeset/ports/559569

Log:
  dns/knot3: update 3.0.0 -> 3.0.3
  
  PR:		250485
  Submitted by:	Leo Vandewoestijne <freebsd at 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

Modified:
  head/dns/knot3/Makefile
  head/dns/knot3/distinfo

Modified: head/dns/knot3/Makefile
==============================================================================
--- head/dns/knot3/Makefile	Tue Dec 29 11:53:43 2020	(r559568)
+++ head/dns/knot3/Makefile	Tue Dec 29 12:22:02 2020	(r559569)
@@ -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 serve
 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

Modified: head/dns/knot3/distinfo
==============================================================================
--- head/dns/knot3/distinfo	Tue Dec 29 11:53:43 2020	(r559568)
+++ head/dns/knot3/distinfo	Tue Dec 29 12:22:02 2020	(r559569)
@@ -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


More information about the svn-ports-all mailing list