| Summary: | [patch] cleanup after recent changes to Porter's Handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Mark Linimon <linimon> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mark Linimon
2004-01-20 22:50:16 UTC
On Tue, Jan 20, 2004 at 04:47:28PM -0600, Mark Linimon wrote: Mark, Please commit this (with my approval), proviso the inline comments below. Thanks for following up on this. > @@ -348,8 +348,19 @@ > Also add a short description of the program you ported > to the <quote>Description</quote> field of the PR and > the shar or uuencoded tarfile to the > - <quote>Fix</quote> field. The latter one helps the committers > - a lot, who use scripts for the ports-work.</para> > + <quote>Fix</quote> field.</para> > + > + <note> > + <para>You can make our work a lot easier, if you use a good > + description in the synopsis of the problem report. > + We prefer something like > + <quote>New port: <category>/<portname> > + <short description of the port></quote> for new ports and > + <quote>Update port: <category>/<portname> > + <short description of the update></quote> for port updates. > + If you stick to this scheme, the chance that someone takes a > + look at your PR soon is much bigger.</para> s/someone takes/someone will take/, s/bigger/better/ (I can be swayed on the second - your call). > @@ -2793,7 +2793,9 @@ > <para>Set your mail-address here. Please. <!-- smiley > --><emphasis>:-)</emphasis></para> > > - <para>The format used should be <literal>user@hostname.domain</literal>. > + <para>Note that only a single address without comment part is > + allowed as a <makevar>MAINTAINER</makevar> value. > + The format used should be <literal>user@hostname.domain</literal>. s/without comment/the comment/ ? > @@ -4634,23 +4636,23 @@ > > <para>If the maintainer asks you to do the upgrade or the maintainer > is <literal>ports@FreeBSD.org</literal>, > - please make the upgrade and send the > + please make the upgrade and save the result of the > recursive <command>diff</command> output > of the new and old > - ports directories to us (e.g., if your modified port directory is > + ports directories. (e.g., if your modified port directory is There shouldn't be a period there. > called <filename>superedit</filename> and the original is in our tree > - as <filename>superedit.bak</filename>, then send us the result of > + as <filename>superedit.bak</filename>, then save the result of > <command>diff -ruN superedit.bak superedit</command>). Either > unified or context diff is fine, but port committers generally > prefer unified diffs. Note the use of the <literal>-N</literal> > option—this is the accepted way to force diff to properly > deal with the case of new files being added or old files being > - deleted.</para> > + deleted. Before sendingus the diff, please examine the > + output to make sure all the changes make sense.</para> s/sendingus/sending us/ Cheers, Ceri -- On Tue, Jan 20, 2004 at 03:10:16PM -0800, Ceri Davies wrote:
> > @@ -2793,7 +2793,9 @@
> > <para>Set your mail-address here. Please. <!-- smiley
> > --><emphasis>:-)</emphasis></para>
> > =20
> > - <para>The format used should be <literal>user@hostname.domain</literal>.
> > + <para>Note that only a single address without comment part is
> > + allowed as a <makevar>MAINTAINER</makevar> value.
> > + The format used should be <literal>user@hostname.domain</literal>.
>
> s/without comment/the comment/ ?
Grr. s/without comment/without the comment/
Ceri
--
State Changed From-To: open->closed Committed after review by ceri. |