svn commit: r39707 - head/en_US.ISO8859-1/articles/committers-guide
Eitan Adler
eadler at FreeBSD.org
Sun Oct 7 21:38:07 UTC 2012
Author: eadler (src,ports committer)
Date: Sun Oct 7 21:38:07 2012
New Revision: 39707
URL: http://svn.freebsd.org/changeset/doc/39707
Log:
Remove reference to non-existent repocopy operation.
Approved by: gabor
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 Sun Oct 7 20:33:33 2012 (r39706)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun Oct 7 21:38:07 2012 (r39707)
@@ -3939,7 +3939,7 @@ U stable/9/share/man/man4/netmap.4
<procedure>
<step>
- <para>Perform any needed repocopies. (This only applies
+ <para>Perform any needed moves. (This only applies
to physical categories.)</para>
</step>
@@ -3963,12 +3963,9 @@ U stable/9/share/man/man4/netmap.4
</question>
<answer>
- <para>The procedure is a strict superset of the one to
- repocopy individual ports (see above).</para>
-
<procedure>
<step>
- <para>Upgrade each copied port's
+ <para>Upgrade each moved port's
<filename>Makefile</filename>. Do not connect the
new category to the build yet.</para>
@@ -4015,10 +4012,11 @@ U stable/9/share/man/man4/netmap.4
sh -e <replaceable>/path/to/ports</replaceable>/Tools/scripts/chkorigin.sh
</command>. This will check <emphasis>every</emphasis>
port in the ports tree, even those not connected to the
- build, so you can run it directly after the repocopy.
+ build, so you can run it directly after the move
+ operation.
Hint: do not forget to look at the
<makevar>PKGORIGIN</makevar>s of any slave ports of the
- ports you just repocopied!</para>
+ ports you just moved!</para>
</step>
<step>
More information about the svn-doc-head
mailing list