[MacPorts] Migration modified

MacPorts Wiki noreply at macports.org
Tue Jan 5 02:11:10 UTC 2021


Page "Migration" was changed by srogers
Diff URL: <https://trac.macports.org/wiki/Migration?action=diff&version=117>
Revision 117
Comment: without "uniq", ports with multiple installed versions are repeated in the list
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Migration
=========================================================================
--- Migration (version: 116)
+++ Migration (version: 117)
@@ -41,7 +41,7 @@
       }}}
    a. (optional) Save the list of requested ports:
       {{{
-      port echo requested | cut -d ' ' -f 1 > requested.txt
+      port echo requested | cut -d ' ' -f 1 | uniq > requested.txt
       }}}
    a. Uninstall all installed ports:
       {{{
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/Migration>
MacPorts <https://www.macports.org/>
Ports system for macOS

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


More information about the macports-changes mailing list