diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/knot1/Makefile b/dns/knot1/Makefile index ec5f9c5a4f74..9c39988cc67f 100644 --- a/dns/knot1/Makefile +++ b/dns/knot1/Makefile @@ -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/ @@ -14,6 +14,9 @@ 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 |