[MacPorts] Migration modified

MacPorts noreply at macports.org
Thu Mar 17 23:31:05 PDT 2011


Changed page "Migration" by jmr at macports.org from 14.200.200.212*
Page URL: <https://trac.macports.org/wiki/Migration>
Diff URL: <https://trac.macports.org/wiki/Migration?action=diff&version=38>
Revision 38
Comment: revert changes that do more than just migrate, and save negated variant info too

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Migration
=========================================================================
--- Migration (version: 37)
+++ Migration (version: 38)
@@ -15,7 +15,7 @@
 
  1. Save the list of installed ports:
 {{{
-port installed requested > myports.txt
+port -qv installed > 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, remembering to specify the appropriate variants:
+ 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:
 {{{
-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