aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-12-12 02:02:15 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-12-12 02:02:15 +0000
commit5fc8f5e96e5c66ad2a1bec1c5c97f38aa6c17f4f (patch)
tree1a7aa4987c9a4a8cce2e07bab680722d605b4f22 /Tools
parenta5ccbe8ca39ea9aa1b625db277d6e122c1bb5547 (diff)
downloadports-5fc8f5e96e5c66ad2a1bec1c5c97f38aa6c17f4f.tar.gz
ports-5fc8f5e96e5c66ad2a1bec1c5c97f38aa6c17f4f.zip
Notes
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README11
-rw-r--r--Tools/scripts/README.getpatch2
2 files changed, 2 insertions, 11 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 09ee8ce51055..aa3bdc881b50 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -37,10 +37,6 @@ mark_safe.pl - utility to set subsets of ports to MAKE_JOBS_(UN)SAFE=yes
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 quite some time.
----------------------------------------------------------------------
-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>
----------------------------------------------------------------------
diff --git a/Tools/scripts/README.getpatch b/Tools/scripts/README.getpatch
index e601e1bfb4f9..8c0bb97d632d 100644
--- a/Tools/scripts/README.getpatch
+++ b/Tools/scripts/README.getpatch
@@ -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>