Stress the use of diff(1) as opposed to shar(1) when upgrading a port.

This commit is contained in:
Bill Fumerola 1999-02-08 21:57:59 +00:00
parent 1857988850
commit 2b3f74ab58
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4254

View file

@ -1,4 +1,4 @@
<!-- $Id: porting.sgml,v 1.128 1999-02-08 21:52:11 billf Exp $ -->
<!-- $Id: porting.sgml,v 1.129 1999-02-08 21:57:59 billf Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect><heading>Making a port yourself<label id="porting"></heading>
@ -1694,6 +1694,9 @@ PKGMESSAGE ${PKGDIR}/MESSAGE
If the diff is more than about 20KB, please compress and
uuencode it; otherwise, just include it in as is in the PR.
<p>Once again, please use <tt>diff(1)</tt> and not <tt>shar(1)
</tt> to send updates to ports.
<sect1>
<heading>Do's and Dont's
<label id="porting:dads"></heading>