From owner-svn-ports-head@freebsd.org Sat Dec 2 12:51:14 2017 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 77A43DFE637; Sat, 2 Dec 2017 12:51:14 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 5775A6E93D; Sat, 2 Dec 2017 12:51:14 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 907D13F6BF; Sat, 2 Dec 2017 07:43:41 -0500 (EST) Received: from [172.20.10.60] (unknown [12.235.85.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 18BE93F699; Sat, 2 Dec 2017 07:43:40 -0500 (EST) Date: Sat, 2 Dec 2017 05:43:39 -0700 (MST) From: Gerald Pfeifer To: Bryan Drewery cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r455217 - head In-Reply-To: <201711301803.vAUI3Z9W059638@repo.freebsd.org> Message-ID: References: <201711301803.vAUI3Z9W059638@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 02 Dec 2017 12:51:14 -0000 On Thu, 30 Nov 2017, Bryan Drewery wrote: > Add link for guides on FLAVORS > + A tools guide is available at: > + https://wiki.freebsd.org/Ports/FlavorsTools > + A port migration guide is available at: > + https://wiki.freebsd.org/Ports/FlavorsMigration Somehow the latter Wiki ends in the middle of a statement? "Converting an existing" (In general this all looks pretty straightforward and consistent with existing practices; kudos for that!) Gerald