Fix minor grammar nits, add additional information for port maintainers

PR:		41263
Submitted by:	Eric Anderson <anderson@centtech.com>,
		Simon L. Nielsen <simon@nitro.dk>
This commit is contained in:
Christian Brueffer 2003-05-18 01:11:51 +00:00
parent 0c36e0e09e
commit adecd911b3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16942

View file

@ -4552,7 +4552,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
sites. You may also use <application>CVSup</application> to keep your whole ports collection
up-to-date, as described in the <ulink url="../handbook/synching.html#CVSUP-CONFIG">Handbook</ulink>.</para>
<para>The next step is to send a mail to the maintainer, if one is
<para>The next step is to send an email to the maintainer, if one is
listed in the port's <filename>Makefile</filename>. That person may
already be working on an upgrade, or have a reason to not upgrade the
port right now (because of, for example, stability problems of the new
@ -4563,12 +4563,15 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
recursive diff (either unified or context diff is fine, but port
committers appear to prefer unified diff more) of the new and old
ports directories to us (e.g., if your modified port directory is
called <filename>superedit</filename> and the original as in our tree
is <filename>superedit.bak</filename>, then send us the result of
called <filename>superedit</filename> and the original is in our tree
as <filename>superedit.bak</filename>, then send us the result of
<command>diff -ruN superedit.bak superedit</command>). Please examine
the output to make sure all the changes make sense. The best way to
send us the diff is by including it via &man.send-pr.1; (category
<literal>ports</literal>). Please mention any added or deleted files
<literal>ports</literal>). If you are the maintainer for the port,
be sure to put <literal>[maintainer update]</literal> at the beginning
of your synopsis line and/or set the <quote>Class</quote> of your PR
to <literal>maintainer-update</literal>. Please mention any added or deleted files
in the message, as they have to be explicitly specified to CVS when
doing a commit. If the diff is more than about 20KB, please compress
and uuencode it; otherwise, just include it in the PR as is.</para>