aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-03-24 04:47:52 +0800
committerknu <knu@FreeBSD.org>2001-03-24 04:47:52 +0800
commit75be273706a31cf6cd287e3b1a15a1122c10231b (patch)
treebb243026bd5731419cd7de18b6575808810db297 /ports-mgmt
parentdea2035671a0117c2cdf01667394316b2556afc4 (diff)
downloadfreebsd-ports-gnome-75be273706a31cf6cd287e3b1a15a1122c10231b.tar.gz
freebsd-ports-gnome-75be273706a31cf6cd287e3b1a15a1122c10231b.tar.zst
freebsd-ports-gnome-75be273706a31cf6cd287e3b1a15a1122c10231b.zip
Reword pkg-comment and pkg-descr to make it clearer. (README will be
fixed in the next release) Submitted by: obrien
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade-devel/pkg-comment2
-rw-r--r--ports-mgmt/portupgrade-devel/pkg-descr8
-rw-r--r--ports-mgmt/portupgrade/pkg-comment2
-rw-r--r--ports-mgmt/portupgrade/pkg-descr8
4 files changed, 10 insertions, 10 deletions
diff --git a/ports-mgmt/portupgrade-devel/pkg-comment b/ports-mgmt/portupgrade-devel/pkg-comment
index 9b81313fd42f..1b8e6ad82bc0 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 cefdcf4b544a..4d322044b675 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 9b81313fd42f..1b8e6ad82bc0 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 cefdcf4b544a..4d322044b675 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.