diff options
Diffstat (limited to 'ports-mgmt/porttools/files/patch-port.1')
-rw-r--r-- | ports-mgmt/porttools/files/patch-port.1 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/ports-mgmt/porttools/files/patch-port.1 b/ports-mgmt/porttools/files/patch-port.1 deleted file mode 100644 index 35cb7658627b..000000000000 --- a/ports-mgmt/porttools/files/patch-port.1 +++ /dev/null @@ -1,55 +0,0 @@ ---- port.1.orig 2009-09-10 04:59:59.000000000 +0900 -+++ port.1 2012-12-27 19:26:53.000000000 +0900 -@@ -123,8 +123,8 @@ - .It Fl d Ar mode - select diff generation mode: - .Bl -tag -width ".Pa suffix" --.It CVS --diff against CVS repository (default). -+.It SVN -+diff against SVN repository (default). - .It Pa dir - diff against original version of the port in the Ports tree with root at - .Pa dir -@@ -141,10 +141,10 @@ - .Pp - Example: - .Pp --.Dl % port diff -d CVS -+.Dl % port diff -d SVN - .Pp - This would generate unified diff of modified checked-out working copy --of the port against local or remote CVS repo. -+of the port against SVN repo. - .It Ar fetch - Fetch one or more distfiles of new or updated port version - and updates checksums. -@@ -215,6 +215,8 @@ - .Bl -tag -width ".Fl s Ar severity" - .It Fl h - display usage summary for this command. -+.It Fl d Ar mode -+select diff generation mode - see the port diff command above for details. - .It Fl m Ar mode - Overrides automatic detection of operation mode: - .Bl -tag -width update -@@ -245,6 +247,10 @@ - Skips running - .Xr portlint 1 . - Using this option will generate a warning and it strongly discouraged. -+.It Fl P -+Don't send the PR. -+Just print to stdout (see -P in -+.Xr send-pr 1) . - .El - .It Ar test - Automates the process of testing a new port (or a port update) -@@ -347,7 +353,7 @@ - for detailed description of the format. - .El - .Sh SEE ALSO --.Xr cvs 1 , -+.Xr svn 1 , - .Xr cdiff 1 , - .Xr diff 1 , - .Xr more 1 , |