[MacPorts] Migration modified

MacPorts noreply at macports.org
Fri Jan 29 04:28:08 PST 2010


Changed page "Migration" by stig at stigbakken.com from 193.91.206.170*
Page URL: <http://trac.macports.org/wiki/Migration>
Diff URL: <http://trac.macports.org/wiki/Migration?action=diff&version=20>
Revision 20

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Migration
=========================================================================
--- Migration (version: 19)
+++ Migration (version: 20)
@@ -35,14 +35,14 @@
 port installed |grep -v '^The following' | awk '{print $1}' > myports.txt
 }}}
 {{{
-echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.portsupgrade
+echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.ports
 }}}
 {{{
 for port in $(cat myports.txt); do
   echo "$port: $(port deps $port|grep Dependencies:|sed -e 's/.*Dependencies: *//;s/,//g'|tr '\n' ' ')"
   printf "\tport -f uninstall $port\n\tport install $port\n"
-done | tee -a Makefile.portsupgrade
+done | tee -a Makefile.ports
 }}}
 {{{
-make -f Makefile.portsupgrade
+make -f Makefile.ports
 }}}

-------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