mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Reword pkg-comment and pkg-descr to make it clearer. (README will be
fixed in the next release) Submitted by: obrien
This commit is contained in:
parent
ab0fc00c08
commit
85441a23ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40287
8 changed files with 20 additions and 20 deletions
|
@ -1 +1 @@
|
||||||
A tool to upgrade installed packages with ports
|
A tool to upgrade installed packages via the port
|
||||||
|
|
|
@ -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
|
It upgrades ports without reinstalling dependent packages by directly
|
||||||
modifying the package info recorded in the files under /var/db/pkg.
|
modifying the package info recorded in the files under /var/db/pkg.
|
||||||
|
|
||||||
The procedures it takes is shown as follows:
|
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
|
2. Fix the dependency info of the ones which depends on the given
|
||||||
package
|
package
|
||||||
3. Save the +REQUIRED_BY list of the given package
|
3. Save the +REQUIRED_BY list of the given package
|
||||||
4. Uninstall the given package forcibly if -u is specified
|
4. Uninstall the given package forcibly if -u is specified
|
||||||
5. Install the port
|
5. Install the new version via the port (built in <1>)
|
||||||
6. Restore the +REQUIRED_BY list
|
6. Restore the +REQUIRED_BY list (saved in <3>)
|
||||||
|
|
||||||
The usage can be shown by running it without arguments or with a -h.
|
The usage can be shown by running it without arguments or with a -h.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
A tool to upgrade installed packages with ports
|
A tool to upgrade installed packages via the port
|
||||||
|
|
|
@ -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
|
It upgrades ports without reinstalling dependent packages by directly
|
||||||
modifying the package info recorded in the files under /var/db/pkg.
|
modifying the package info recorded in the files under /var/db/pkg.
|
||||||
|
|
||||||
The procedures it takes is shown as follows:
|
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
|
2. Fix the dependency info of the ones which depends on the given
|
||||||
package
|
package
|
||||||
3. Save the +REQUIRED_BY list of the given package
|
3. Save the +REQUIRED_BY list of the given package
|
||||||
4. Uninstall the given package forcibly if -u is specified
|
4. Uninstall the given package forcibly if -u is specified
|
||||||
5. Install the port
|
5. Install the new version via the port (built in <1>)
|
||||||
6. Restore the +REQUIRED_BY list
|
6. Restore the +REQUIRED_BY list (saved in <3>)
|
||||||
|
|
||||||
The usage can be shown by running it without arguments or with a -h.
|
The usage can be shown by running it without arguments or with a -h.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
A tool to upgrade installed packages with ports
|
A tool to upgrade installed packages via the port
|
||||||
|
|
|
@ -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
|
It upgrades ports without reinstalling dependent packages by directly
|
||||||
modifying the package info recorded in the files under /var/db/pkg.
|
modifying the package info recorded in the files under /var/db/pkg.
|
||||||
|
|
||||||
The procedures it takes is shown as follows:
|
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
|
2. Fix the dependency info of the ones which depends on the given
|
||||||
package
|
package
|
||||||
3. Save the +REQUIRED_BY list of the given package
|
3. Save the +REQUIRED_BY list of the given package
|
||||||
4. Uninstall the given package forcibly if -u is specified
|
4. Uninstall the given package forcibly if -u is specified
|
||||||
5. Install the port
|
5. Install the new version via the port (built in <1>)
|
||||||
6. Restore the +REQUIRED_BY list
|
6. Restore the +REQUIRED_BY list (saved in <3>)
|
||||||
|
|
||||||
The usage can be shown by running it without arguments or with a -h.
|
The usage can be shown by running it without arguments or with a -h.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
A tool to upgrade installed packages with ports
|
A tool to upgrade installed packages via the port
|
||||||
|
|
|
@ -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
|
It upgrades ports without reinstalling dependent packages by directly
|
||||||
modifying the package info recorded in the files under /var/db/pkg.
|
modifying the package info recorded in the files under /var/db/pkg.
|
||||||
|
|
||||||
The procedures it takes is shown as follows:
|
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
|
2. Fix the dependency info of the ones which depends on the given
|
||||||
package
|
package
|
||||||
3. Save the +REQUIRED_BY list of the given package
|
3. Save the +REQUIRED_BY list of the given package
|
||||||
4. Uninstall the given package forcibly if -u is specified
|
4. Uninstall the given package forcibly if -u is specified
|
||||||
5. Install the port
|
5. Install the new version via the port (built in <1>)
|
||||||
6. Restore the +REQUIRED_BY list
|
6. Restore the +REQUIRED_BY list (saved in <3>)
|
||||||
|
|
||||||
The usage can be shown by running it without arguments or with a -h.
|
The usage can be shown by running it without arguments or with a -h.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue