From owner-svn-ports-all@FreeBSD.ORG Wed Dec 12 07:21:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3565D76; Wed, 12 Dec 2012 07:21:30 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B45518FC12; Wed, 12 Dec 2012 07:21:29 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so122285bkc.13 for ; Tue, 11 Dec 2012 23:21:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1DR0x2IGGiO/xQHC+96TpKM+plDPVf+C/l3mpNnP4jU=; b=FVHc8hgWpoV3TqXrEmXmJq4DAJPiiBsxiI4uhRdB8hGN+vKGSZoLi4QWLc90miEEI/ +r5PJ1Mo7jJp+67f53FbXAd/aLVnpmAoEN4AWj5iFcrHa4UglAtXSe91vMMzOSHHmNbr M9UyuxfHOshP/dNI1RmuFHb6S8TXtIVrmPTaf/sDg5bfCfoORRibVRE62bPnmo/iBQdy p/7DvbOlHbnk76rVcIDAJ0jFIcccG11XM9xIlMJpyH3LU822QNGZ9qy/ge0oFWcsmGNx hEYxlIWLRV+F/uXo2D2R/ESMWOvpBi3Uk+urdUd4CZAzMIo619twPw9sUUEGBgsbXSVM GtdA== MIME-Version: 1.0 Received: by 10.205.120.3 with SMTP id fw3mr20564bkc.40.1355296888570; Tue, 11 Dec 2012 23:21:28 -0800 (PST) Received: by 10.204.167.71 with HTTP; Tue, 11 Dec 2012 23:21:28 -0800 (PST) Received: by 10.204.167.71 with HTTP; Tue, 11 Dec 2012 23:21:28 -0800 (PST) In-Reply-To: <201212120202.qBC22Fp6038049@svn.freebsd.org> References: <201212120202.qBC22Fp6038049@svn.freebsd.org> Date: Wed, 12 Dec 2012 07:21:28 +0000 Message-ID: Subject: Re: svn commit: r308732 - head/Tools/scripts From: Chris Rees To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 07:21:30 -0000 On 12 Dec 2012 02:02, "Bryan Drewery" 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='' 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 > > them out of the PR> > - % prpatch > - > - % prdone PRNUMBER ci > - - 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 > Thank you, I obviously missed that. Chris