From 75be273706a31cf6cd287e3b1a15a1122c10231b Mon Sep 17 00:00:00 2001
From: knu <knu@FreeBSD.org>
Date: Fri, 23 Mar 2001 20:47:52 +0000
Subject: Reword pkg-comment and pkg-descr to make it clearer. (README will be
 fixed in the next release)

Submitted by:	obrien
---
 ports-mgmt/portupgrade-devel/pkg-comment | 2 +-
 ports-mgmt/portupgrade-devel/pkg-descr   | 8 ++++----
 ports-mgmt/portupgrade/pkg-comment       | 2 +-
 ports-mgmt/portupgrade/pkg-descr         | 8 ++++----
 4 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'ports-mgmt')

diff --git a/ports-mgmt/portupgrade-devel/pkg-comment b/ports-mgmt/portupgrade-devel/pkg-comment
index 9b81313..1b8e6ad 100644
--- a/ports-mgmt/portupgrade-devel/pkg-comment
+++ b/ports-mgmt/portupgrade-devel/pkg-comment
@@ -1 +1 @@
-A tool to upgrade installed packages with ports
+A tool to upgrade installed packages via the port
diff --git a/ports-mgmt/portupgrade-devel/pkg-descr b/ports-mgmt/portupgrade-devel/pkg-descr
index cefdcf4..4d32204 100644
--- a/ports-mgmt/portupgrade-devel/pkg-descr
+++ b/ports-mgmt/portupgrade-devel/pkg-descr
@@ -1,17 +1,17 @@
-Portupgrade is a tool to upgrade installed packages with ports.
+Portupgrade is a tool to upgrade installed packages via the port.
 
 It upgrades ports without reinstalling dependent packages by directly
 modifying the package info recorded in the files under /var/db/pkg.
 
 The procedures it takes is shown as follows:
 
-    1.  Build the corresponding port of the given package
+    1.  Build the corresponding port of the given installed package
     2.  Fix the dependency info of the ones which depends on the given
         package
     3.  Save the +REQUIRED_BY list of the given package
     4.  Uninstall the given package forcibly if -u is specified
-    5.  Install the port
-    6.  Restore the +REQUIRED_BY list
+    5.  Install the new version via the port (built in <1>)
+    6.  Restore the +REQUIRED_BY list (saved in <3>)
 
 The usage can be shown by running it without arguments or with a -h.
 
diff --git a/ports-mgmt/portupgrade/pkg-comment b/ports-mgmt/portupgrade/pkg-comment
index 9b81313..1b8e6ad 100644
--- a/ports-mgmt/portupgrade/pkg-comment
+++ b/ports-mgmt/portupgrade/pkg-comment
@@ -1 +1 @@
-A tool to upgrade installed packages with ports
+A tool to upgrade installed packages via the port
diff --git a/ports-mgmt/portupgrade/pkg-descr b/ports-mgmt/portupgrade/pkg-descr
index cefdcf4..4d32204 100644
--- a/ports-mgmt/portupgrade/pkg-descr
+++ b/ports-mgmt/portupgrade/pkg-descr
@@ -1,17 +1,17 @@
-Portupgrade is a tool to upgrade installed packages with ports.
+Portupgrade is a tool to upgrade installed packages via the port.
 
 It upgrades ports without reinstalling dependent packages by directly
 modifying the package info recorded in the files under /var/db/pkg.
 
 The procedures it takes is shown as follows:
 
-    1.  Build the corresponding port of the given package
+    1.  Build the corresponding port of the given installed package
     2.  Fix the dependency info of the ones which depends on the given
         package
     3.  Save the +REQUIRED_BY list of the given package
     4.  Uninstall the given package forcibly if -u is specified
-    5.  Install the port
-    6.  Restore the +REQUIRED_BY list
+    5.  Install the new version via the port (built in <1>)
+    6.  Restore the +REQUIRED_BY list (saved in <3>)
 
 The usage can be shown by running it without arguments or with a -h.
 
-- 
cgit v1.1