From owner-svn-doc-all@FreeBSD.ORG Thu Nov 6 03:12:50 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B94C41000; Thu, 6 Nov 2014 03:12:50 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8B2D667E; Thu, 6 Nov 2014 03:12:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA63ComC068476; Thu, 6 Nov 2014 03:12:50 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA63CoCC068475; Thu, 6 Nov 2014 03:12:50 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201411060312.sA63CoCC068475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Thu, 6 Nov 2014 03:12:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45941 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 03:12:50 -0000 Author: wblock Date: Thu Nov 6 03:12:49 2014 New Revision: 45941 URL: https://svnweb.freebsd.org/changeset/doc/45941 Log: In the section on re-adding a deleted port, clarify what addport is and link back to the section where it is described. Also clean up some of the language in that first section. Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Nov 6 03:01:11 2014 (r45940) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Nov 6 03:12:49 2014 (r45941) @@ -3841,12 +3841,12 @@ Relnotes: yes First, please read the section about repository copies. - The easiest way to add a new port is to use the - addport script from your machine - (located in the ports/Tools/scripts - directory). It will add a port from the directory you - specify, determining the category automatically from the - port Makefile. It will also add an + The easiest way to add a new port is the + addport script + located in the ports/Tools/scripts + directory. It adds a port from the directory + specified, determining the category automatically from the + port Makefile. It also adds an entry to the port's category Makefile. It was written by &a.mharo.email;, &a.will.email;, and &a.garga.email;. @@ -4031,8 +4031,8 @@ Relnotes: yes - addport now detects when the - port to add has previously existed, and should handle + The addport script mentioned in now detects when the + port to add has previously existed, and attempts to handle all except the ports/LEGAL step automatically.