Update the section on restoring a previously deleted port
- Specifically add a step for 'cvs add' of the new files - Group related steps (category/Makefile, MOVED, LEGAL), and suggest committing it all in one go. While here peform some other minor tweaks to wording
This commit is contained in:
parent
ca6d2c9402
commit
e5f1e369b1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38134
1 changed files with 14 additions and 14 deletions
|
@ -2638,31 +2638,31 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Make whatever changes needed to make the port
|
<para>Perform whatever changes are necessary to make the port
|
||||||
work again. (If it was deleted due to no more distfiles
|
work again. If it was deleted because the distfiles are
|
||||||
being available, you will need to volunteer to become the
|
no longer available you will need to volunteer to host them
|
||||||
"upstream" maintainer yourself and host the distfiles, or
|
yourself, or find someone else to do so.</para>
|
||||||
find someone else to do so.)</para>
|
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Re-add the port via <command>cvs commit</command>.</para>
|
<para><command>cvs add</command> the updated files.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>Re-add the <makevar>SUBDIR</makevar> listing of the port
|
<para>Restore the <makevar>SUBDIR</makevar> listing of the port
|
||||||
in the parent directory <filename>Makefile</filename>.</para>
|
in the parent directory <filename>Makefile</filename>, and
|
||||||
</step>
|
delete the entry from <filename>ports/MOVED</filename>.</para>
|
||||||
|
|
||||||
<step>
|
|
||||||
<para>Delete the entry from
|
|
||||||
<filename>ports/MOVED</filename>.</para>
|
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>If the port had an entry in
|
<para>If the port had an entry in
|
||||||
<filename>ports/LEGAL</filename>, re-add that.</para>
|
<filename>ports/LEGAL</filename>, restore it.</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
<step>
|
||||||
|
<command>cvs commit</command> these changes, preferably in
|
||||||
|
one step.</para>
|
||||||
|
</step>
|
||||||
</procedure>
|
</procedure>
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
Loading…
Reference in a new issue