Changes between Version 19 and Version 20 of Migration
- Timestamp:
- Jan 29, 2010, 12:28:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v19 v20 36 36 }}} 37 37 {{{ 38 echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.ports upgrade38 echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.ports 39 39 }}} 40 40 {{{ … … 42 42 echo "$port: $(port deps $port|grep Dependencies:|sed -e 's/.*Dependencies: *//;s/,//g'|tr '\n' ' ')" 43 43 printf "\tport -f uninstall $port\n\tport install $port\n" 44 done | tee -a Makefile.ports upgrade44 done | tee -a Makefile.ports 45 45 }}} 46 46 {{{ 47 make -f Makefile.ports upgrade47 make -f Makefile.ports 48 48 }}}