mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Move dns/knot to knot1 now knot2 no longer is in beta.
PR: 201257 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Sponsored by: DK Hostmaster A/S
This commit is contained in:
parent
6f1c056b33
commit
29cfe8ab21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393687
1
MOVED
1
MOVED
@ -7817,3 +7817,4 @@ german/trytond_account_de_skr03||2015-08-05|No more supported upstream, use tryt
|
||||
www/trytond_google_maps||2015-08-05|No more supported upstream, use tryton 2.8 instead
|
||||
devel/appdata-tools|devel/appstream-glib|2015-08-05|Replaced by appstream-glib
|
||||
textproc/pystemmer|textproc/py-pystemmer|2015-08-06|Rename to match upstream (PyPi) name
|
||||
dns/knot|dns/knot1|2015-08-07|Rename to knot1 now knot 2.0 is out
|
||||
|
@ -72,7 +72,7 @@
|
||||
SUBDIR += inadyn-mt
|
||||
SUBDIR += ipcheck
|
||||
SUBDIR += ironsides
|
||||
SUBDIR += knot
|
||||
SUBDIR += knot1
|
||||
SUBDIR += knot2
|
||||
SUBDIR += ldapdns
|
||||
SUBDIR += ldns
|
||||
|
@ -3,10 +3,11 @@
|
||||
|
||||
PORTNAME= knot
|
||||
PORTVERSION= 1.6.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
MAINTAINER= freebsd@dns-lab.com
|
||||
COMMENT= High performance authoritative-only DNS server
|
||||
@ -16,7 +17,7 @@ LICENSE= GPLv3
|
||||
BUILD_DEPENDS= flex>=2.5.35_1:${PORTSDIR}/textproc/flex
|
||||
LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
|
||||
|
||||
CONFLICTS= knot-2.*
|
||||
CONFLICTS= knot-2.* knot2-.*
|
||||
|
||||
USES= alias bison libtool pkgconfig tar:xz
|
||||
GNU_CONFIGURE= yes
|
Loading…
Reference in New Issue
Block a user