Add ports-supfile to the files that have to be changed with a new category.

Noticed by:	pav
This commit is contained in:
Mark Linimon 2005-11-09 22:17:39 +00:00
parent 1ec150b729
commit b312fd6aa1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26306

View file

@ -729,11 +729,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</itemizedlist>
<para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.230 2005-11-09 01:25:27 linimon Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.231 2005-11-09 22:17:39 linimon Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.230 2005-11-09 01:25:27 linimon Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.230 2005-11-09 01:25:27 linimon Exp $</literal> line intact).</para>
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.231 2005-11-09 22:17:39 linimon Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.231 2005-11-09 22:17:39 linimon Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -2792,12 +2792,34 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
</step>
<step>
<para>Update the instructions for &man.cvsup.1; by
modifying <filename>distrib/cvsup/sup/README</filename>
and adding the following files into
<filename>cvsup/sup/ports-categoryname</filename>:
<para>Update the instructions for &man.cvsup.1;:</para>
<itemizedlist>
<listitem>
<para>
add the category to
<filename>distrib/cvsup/sup/README</filename>
</para>
</listitem>
<listitem>
<para>
adding the following files into
<filename>cvsup/sup/ports-<replaceable>categoryname</replaceable></filename>:
<filename>list.cvs</filename> and
<filename>releases</filename>. (Note: these are
<filename>releases</filename>.</para>
</listitem>
<listitem>
<para>
add the category to
<filename>src/share/examples/cvsup/ports-supfile</filename>
</para>
</listitem>
</itemizedlist>
<para>
(Note: these are
in the src, not the ports, repository). If you
are not a src committer, you will need to submit
a PR for this.</para>