From owner-svn-ports-head@freebsd.org Fri Aug 7 08:09:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D34A99B64AD; Fri, 7 Aug 2015 08:09:30 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA50C1D65; Fri, 7 Aug 2015 08:09:30 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t7789UbJ006804; Fri, 7 Aug 2015 08:09:30 GMT (envelope-from erwin@FreeBSD.org) Received: (from erwin@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t7789T27006798; Fri, 7 Aug 2015 08:09:29 GMT (envelope-from erwin@FreeBSD.org) Message-Id: <201508070809.t7789T27006798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: erwin set sender to erwin@FreeBSD.org using -f From: Erwin Lansing Date: Fri, 7 Aug 2015 08:09:29 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 08:09:30 -0000 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 (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