svn commit: r485217 - head/dns/knot1

Thomas Zander riggs at FreeBSD.org
Sun Nov 18 08:01:38 UTC 2018


Author: riggs
Date: Sun Nov 18 08:01:37 2018
New Revision: 485217
URL: https://svnweb.freebsd.org/changeset/ports/485217

Log:
  Mark DEPRECATED. EOL upstream, and successor already in place
  
  PR:		233163
  Reported by:	freebsd at dns.company (maintainer)

Modified:
  head/dns/knot1/Makefile

Modified: head/dns/knot1/Makefile
==============================================================================
--- head/dns/knot1/Makefile	Sun Nov 18 06:11:57 2018	(r485216)
+++ head/dns/knot1/Makefile	Sun Nov 18 08:01:37 2018	(r485217)
@@ -3,7 +3,7 @@
 
 PORTNAME=	knot
 PORTVERSION=	1.6.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/
@@ -13,6 +13,9 @@ MAINTAINER=	freebsd at dns.company
 COMMENT=	High performance authoritative-only DNS server
 
 LICENSE=	GPLv3
+
+DEPRECATED=	EOL upstream; successor dns/knot2 is in place
+EXPIRATION_DATE=	2018-12-15
 
 BUILD_DEPENDS=	flex>=2.5.35_1:textproc/flex
 LIB_DEPENDS=	liburcu.so:sysutils/liburcu


More information about the svn-ports-all mailing list