diff options
author | asami <asami@FreeBSD.org> | 1997-03-10 09:55:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-10 09:55:20 +0000 |
commit | 303b6255634d301dee97b7ddc969948aadf36c18 (patch) | |
tree | 946c0f8c324bce10917a3d51d57ec899897b77ce | |
parent | 78da0d5742784dd9287ef11059170ae612c80713 (diff) | |
download | FreeBSD-src-303b6255634d301dee97b7ddc969948aadf36c18.zip FreeBSD-src-303b6255634d301dee97b7ddc969948aadf36c18.tar.gz |
Remove part about sending in complete ports for an upgrade, we prefer
recursive diffs in any case.
-rw-r--r-- | share/doc/handbook/porting.sgml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 6d60f1b..953feeb 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ -<!-- $Id: porting.sgml,v 1.66 1997/02/22 18:35:18 obrien Exp $ --> +<!-- $Id: porting.sgml,v 1.67 1997/02/25 07:51:19 asami Exp $ --> <!-- The FreeBSD Documentation Project --> <sect1><heading>Porting an existing piece of free software<label id="porting"></heading> @@ -922,10 +922,7 @@ FETCH_DEPENDS= ncftp2:${PORTSDIR}/net/ncftp2 to us (i.e., if your modified ports directory is called `<tt>superedit</tt>' and the original as in our tree is `<tt>superedit.bak</tt>', then send us the result of `<tt>diff - -ru superedit.bak superedit</tt>'.) If the port has changed - so much that the diff is larger than the new port itself, you - can <ref id="porting:submitting" name="upload"> the port - following the procedure described above. Either way, don't + -ru superedit.bak superedit</tt>'.) Please don't forget to send us a message using <tt>send-pr(1)</tt>! <sect2> |