svn commit: r45941 - head/en_US.ISO8859-1/articles/committers-guide

Warren Block wblock at FreeBSD.org
Thu Nov 6 03:12:50 UTC 2014


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</programlisting>
 	    <para>First, please read the section about repository
 	      copies.</para>
 
-	    <para>The easiest way to add a new port is to use the
-	      <command>addport</command> script from your machine
-	      (located in the <filename>ports/Tools/scripts</filename>
-	      directory).  It will add a port from the directory you
-	      specify, determining the category automatically from the
-	      port <filename>Makefile</filename>.  It will also add an
+	    <para>The easiest way to add a new port is the
+	      <command>addport</command> script
+	      located in the <filename>ports/Tools/scripts</filename>
+	      directory.  It adds a port from the directory
+	      specified, determining the category automatically from the
+	      port <filename>Makefile</filename>.  It also adds an
 	      entry to the port's category
 	      <filename>Makefile</filename>.  It was written by
 	      &a.mharo.email;, &a.will.email;, and &a.garga.email;.
@@ -4031,8 +4031,8 @@ Relnotes:           yes</programlisting>
 	    </procedure>
 
 	    <tip>
-	      <para><command>addport</command> now detects when the
-		port to add has previously existed, and should handle
+	      <para>The <command>addport</command> script mentioned in <xref linkend="ports-qa-adding"/> now detects when the
+		port to add has previously existed, and attempts to handle
 		all except the <filename>ports/LEGAL</filename> step
 		automatically.</para>
 	    </tip>


More information about the svn-doc-all mailing list