Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2015 08:09:29 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393687 - in head: . dns dns/knot dns/knot1
Message-ID:  <201508070809.t7789T27006798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Fri Aug  7 08:09:28 2015
New Revision: 393687
URL: https://svnweb.freebsd.org/changeset/ports/393687

Log:
  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

Added:
  head/dns/knot1/
     - copied from r393684, head/dns/knot/
Deleted:
  head/dns/knot/
Modified:
  head/MOVED
  head/dns/Makefile
  head/dns/knot1/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Aug  7 07:56:02 2015	(r393686)
+++ head/MOVED	Fri Aug  7 08:09:28 2015	(r393687)
@@ -7817,3 +7817,4 @@ german/trytond_account_de_skr03||2015-08
 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

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Fri Aug  7 07:56:02 2015	(r393686)
+++ head/dns/Makefile	Fri Aug  7 08:09:28 2015	(r393687)
@@ -72,7 +72,7 @@
     SUBDIR += inadyn-mt
     SUBDIR += ipcheck
     SUBDIR += ironsides
-    SUBDIR += knot
+    SUBDIR += knot1
     SUBDIR += knot2
     SUBDIR += ldapdns
     SUBDIR += ldns

Modified: head/dns/knot1/Makefile
==============================================================================
--- head/dns/knot/Makefile	Fri Aug  7 06:53:06 2015	(r393684)
+++ head/dns/knot1/Makefile	Fri Aug  7 08:09:28 2015	(r393687)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508070809.t7789T27006798>