Date: Wed, 12 Dec 2012 07:21:28 +0000 From: Chris Rees <utisoft@gmail.com> To: Bryan Drewery <bdrewery@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r308732 - head/Tools/scripts Message-ID: <CADLo83_XQ4es6s5WrrNuDcC1t6EbYL-AOFPo=cNEuo6O4f979w@mail.gmail.com> In-Reply-To: <201212120202.qBC22Fp6038049@svn.freebsd.org> References: <201212120202.qBC22Fp6038049@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12 Dec 2012 02:02, "Bryan Drewery" <bdrewery@freebsd.org> wrote: > > Author: bdrewery > Date: Wed Dec 12 02:02:15 2012 > New Revision: 308732 > URL: http://svnweb.freebsd.org/changeset/ports/308732 > > Log: > prdone and prpatch were removed in r297358 > > Modified: > head/Tools/scripts/README > head/Tools/scripts/README.getpatch > > Modified: head/Tools/scripts/README > ============================================================================== > --- head/Tools/scripts/README Wed Dec 12 01:48:47 2012 (r308731) > +++ head/Tools/scripts/README Wed Dec 12 02:02:15 2012 (r308732) > @@ -37,10 +37,6 @@ mark_safe.pl - utility to set subsets of > neededlibs.sh - Extract direct library dependencies from binaries. > p5-deps.pl - Check unneeded p5-* dependencies which is in perl5.8 port. > plist - automate (mostly, at least) pkg-plist generation > -prpatch - just does `patch $1 < pr-patch' (pr-patch is created by getpr) > -prdone - checks in the port, attempting to fill out the commit message using > - information from the problem report and then takes you into edit-pr > - so you don't forget to close the PR. > portsearch - A utility for searching the ports tree. It allows more detailed > search criteria than ``make search key=<string>'' and accepts > all perl(1) regular expressions. > @@ -75,17 +71,12 @@ Please beware that full check takes quit > > ---------------------------------------------------------------------- > > -getpr, prpatch and prdone are used as so: > +getpr is used as so: > % cd /usr/ports/CATEGORY/PORT > % getpr PRNUMBER > <read diff presented to you> > <check that there are no followups to the PR as getpr wont' split > them out of the PR> > - % prpatch > - <test port> > - % prdone PRNUMBER ci > - <this will attempt to fill out the cvs log message, check in the > - port and edit-pr the problem report so you can close it> > > ---------------------------------------------------------------------- > > > Modified: head/Tools/scripts/README.getpatch > ============================================================================== > --- head/Tools/scripts/README.getpatch Wed Dec 12 01:48:47 2012 (r308731) > +++ head/Tools/scripts/README.getpatch Wed Dec 12 02:02:15 2012 (r308732) > @@ -73,7 +73,7 @@ DIAGNOSTICS > getpatch exits 0 on success or 1 if a help message was displayed. > > SEE ALSO > - getpr, prpatch > + getpr > > AUTHORS > Sofian Brabez <sbz@FreeBSD.org> > Thank you, I obviously missed that. Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83_XQ4es6s5WrrNuDcC1t6EbYL-AOFPo=cNEuo6O4f979w>