diff options
author | erwin <erwin@FreeBSD.org> | 2015-08-07 16:09:28 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-08-07 16:09:28 +0800 |
commit | 25a93d6f6166d7a99d4d47c732f92b334feffd2d (patch) | |
tree | adfeb2206fb14e310a7f243c73c9fb645d56ea04 /dns | |
parent | c6079bbc8b8ce8d079bb3df55ca7024923d2ef84 (diff) | |
download | freebsd-ports-gnome-25a93d6f6166d7a99d4d47c732f92b334feffd2d.tar.gz freebsd-ports-gnome-25a93d6f6166d7a99d4d47c732f92b334feffd2d.tar.zst freebsd-ports-gnome-25a93d6f6166d7a99d4d47c732f92b334feffd2d.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 2 | ||||
-rw-r--r-- | dns/knot1/Makefile (renamed from dns/knot/Makefile) | 5 | ||||
-rw-r--r-- | dns/knot1/distinfo (renamed from dns/knot/distinfo) | 0 | ||||
-rw-r--r-- | dns/knot1/files/knot.in (renamed from dns/knot/files/knot.in) | 0 | ||||
-rw-r--r-- | dns/knot1/files/pkg-message.in (renamed from dns/knot/files/pkg-message.in) | 0 | ||||
-rw-r--r-- | dns/knot1/pkg-descr (renamed from dns/knot/pkg-descr) | 0 | ||||
-rw-r--r-- | dns/knot1/pkg-plist (renamed from dns/knot/pkg-plist) | 0 |
7 files changed, 4 insertions, 3 deletions
diff --git a/dns/Makefile b/dns/Makefile index 6ef05d46ad10..efb624a95da4 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -72,7 +72,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides - SUBDIR += knot + SUBDIR += knot1 SUBDIR += knot2 SUBDIR += ldapdns SUBDIR += ldns diff --git a/dns/knot/Makefile b/dns/knot1/Makefile index 005294c2dce9..5d54074ce84d 100644 --- a/dns/knot/Makefile +++ b/dns/knot1/Makefile @@ -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 diff --git a/dns/knot/distinfo b/dns/knot1/distinfo index b05715036fb4..b05715036fb4 100644 --- a/dns/knot/distinfo +++ b/dns/knot1/distinfo diff --git a/dns/knot/files/knot.in b/dns/knot1/files/knot.in index 3ea4219a11af..3ea4219a11af 100644 --- a/dns/knot/files/knot.in +++ b/dns/knot1/files/knot.in diff --git a/dns/knot/files/pkg-message.in b/dns/knot1/files/pkg-message.in index 35557a5d1898..35557a5d1898 100644 --- a/dns/knot/files/pkg-message.in +++ b/dns/knot1/files/pkg-message.in diff --git a/dns/knot/pkg-descr b/dns/knot1/pkg-descr index 578048306912..578048306912 100644 --- a/dns/knot/pkg-descr +++ b/dns/knot1/pkg-descr diff --git a/dns/knot/pkg-plist b/dns/knot1/pkg-plist index bc04ffd7bb70..bc04ffd7bb70 100644 --- a/dns/knot/pkg-plist +++ b/dns/knot1/pkg-plist |