From owner-svn-ports-all@FreeBSD.ORG Wed Dec 12 02:02:16 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 203F63CF; Wed, 12 Dec 2012 02:02:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E00208FC08; Wed, 12 Dec 2012 02:02:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBC22Fju038051; Wed, 12 Dec 2012 02:02:15 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBC22Fp6038049; Wed, 12 Dec 2012 02:02:15 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212120202.qBC22Fp6038049@svn.freebsd.org> From: Bryan Drewery Date: Wed, 12 Dec 2012 02:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308732 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 02:02:16 -0000 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 - % prpatch - - % prdone PRNUMBER ci - ---------------------------------------------------------------------- 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