View | Details | Raw Unified | Return to bug 41263
Collapse All | Expand All

(-)book.sgml-patch Fri Aug 2 08:24:15 2002 (-9 / +12 lines)
Lines 3817-3825 Link Here
3817
        sites.  You may also use CVSup to keep your whole ports collection
3817
        sites.  You may also use CVSup to keep your whole ports collection
3818
        up-to-date, as described in <ulink url="../handbook/synching.html#CVSUP-CONFIG">the Handbook</ulink>.</para>
3818
        up-to-date, as described in <ulink url="../handbook/synching.html#CVSUP-CONFIG">the Handbook</ulink>.</para>
3819
3819
3820
      <para>The next step is to send a mail to the maintainer, if one is
3820
      <para>The next step is to send an e-mail to the maintainer, if one is
3821
        listed in the port's <filename>Makefile</filename>.  That person may
3821
        listed in the port's <filename>Makefile</filename>.  That person may
3822
        already be working on an upgrade, or have a reason to not upgrade the
3822
        already be working on an upgrade, or have a reason not to upgrade the
3823
        port right now (because of, for example, stability problems of the new
3823
        port right now (because of, for example, stability problems of the new
3824
        version).</para>
3824
        version).</para>
3825
3825
Lines 3828-3842 Link Here
3828
        recursive diff (either unified or context diff is fine, but port
3828
        recursive diff (either unified or context diff is fine, but port
3829
        committers appear to prefer unified diff more) of the new and old
3829
        committers appear to prefer unified diff more) of the new and old
3830
        ports directories to us (e.g., if your modified port directory is
3830
        ports directories to us (e.g., if your modified port directory is
3831
        called <filename>superedit</filename> and the original as in our tree
3831
        called <filename>superedit</filename> and the original is in our tree
3832
        is <filename>superedit.bak</filename>, then send us the result of
3832
        as <filename>superedit.bak</filename>, then send us the result of
3833
        <command>diff -ruN superedit.bak superedit</command>).  Please examine
3833
        <command>diff -ruN superedit.bak superedit</command>).  Please examine
3834
        the output to make sure all the changes make sense.  The best way to
3834
        the output to make sure all the changes make sense.  The best way to
3835
        send us the diff is by including it via &man.send-pr.1; (category
3835
        send us the diff is by including it via &man.send-pr.1; or 
3836
        <literal>ports</literal>).  Please mention any added or deleted files
3836
        <ulink url="../../../../send-pr.html">send-pr web interface</ulink> (category
3837
        in the message, as they have to be explicitly specified to CVS when
3837
        <literal>ports</literal>).  If you are the maintainer for the port, 
3838
        doing a commit.  If the diff is more than about 20KB, please compress
3838
        be sure to put <literal>MAINTAINER UPDATE</literal> in the one line summary.
3839
        and uuencode it; otherwise, just include it in the PR as is.</para>
3839
        Please mention any added or deleted files in the message, as they 
3840
        have to be explicitly specified to CVS when doing a commit.  
3841
        If the diff is more than about 20KB, please compress and uuencode 
3842
        it; otherwise, just include it in the PR as is.</para>
3840
3843
3841
      <note>
3844
      <note>
3842
        <para>Once again, please use &man.diff.1; and not &man.shar.1; to send
3845
        <para>Once again, please use &man.diff.1; and not &man.shar.1; to send

Return to bug 41263