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>
|
||||
<para>Make whatever changes needed to make the port
|
||||
work again. (If it was deleted due to no more distfiles
|
||||
being available, you will need to volunteer to become the
|
||||
"upstream" maintainer yourself and host the distfiles, or
|
||||
find someone else to do so.)</para>
|
||||
<para>Perform whatever changes are necessary to make the port
|
||||
work again. If it was deleted because the distfiles are
|
||||
no longer available you will need to volunteer to host them
|
||||
yourself, or find someone else to do so.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Re-add the port via <command>cvs commit</command>.</para>
|
||||
<para><command>cvs add</command> the updated files.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Re-add the <makevar>SUBDIR</makevar> listing of the port
|
||||
in the parent directory <filename>Makefile</filename>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Delete the entry from
|
||||
<filename>ports/MOVED</filename>.</para>
|
||||
<para>Restore the <makevar>SUBDIR</makevar> listing of the port
|
||||
in the parent directory <filename>Makefile</filename>, and
|
||||
delete the entry from <filename>ports/MOVED</filename>.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<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>
|
||||
<command>cvs commit</command> these changes, preferably in
|
||||
one step.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
Loading…
Reference in a new issue