[MacPorts] Migration modified

MacPorts noreply at macports.org
Thu Mar 17 21:05:03 PDT 2011


Changed page "Migration" by snc at macports.org from 74.219.234.106*
Page URL: <https://trac.macports.org/wiki/Migration>
Diff URL: <https://trac.macports.org/wiki/Migration?action=diff&version=36>
Revision 36
Comment: make use of `requested` status to simplify list

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Migration
=========================================================================
--- Migration (version: 35)
+++ Migration (version: 36)
@@ -15,7 +15,7 @@
 
  1. Save the list of installed ports:
 {{{
-port installed > myports.txt
+port echo requested > myports.txt
 }}}
  2. Uninstall all installed ports:
 {{{
@@ -25,9 +25,9 @@
 {{{
 sudo port clean --work --archive all
 }}}
- 4. Browse `myports.txt` and install the ports that you actually want to use (as opposed to those that are only needed as dependencies) one by one, remembering to specify the appropriate variants:
+ 4. Browse `myports.txt` and install the ports that you actually want to use, remembering to specify the appropriate variants:
 {{{
-sudo port install portname +variant1 +variant2 ...
+sudo port install portname +variant1 +variant2…
 }}}
 Note that if you have specified variants which are not the default, you may need to install ports in an order other than the alphabetical order recorded in `myports.txt`.
 

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on Migration. If it was not you, please
report to .


More information about the macports-changes mailing list