Changes between Version 19 and Version 20 of Migration


Ignore:
Timestamp:
Jan 29, 2010, 12:28:08 PM (14 years ago)
Author:
stig@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v19 v20  
    3636}}}
    3737{{{
    38 echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.portsupgrade
     38echo "all: $(cat myports.txt|tr '\n' ' ')" > Makefile.ports
    3939}}}
    4040{{{
     
    4242  echo "$port: $(port deps $port|grep Dependencies:|sed -e 's/.*Dependencies: *//;s/,//g'|tr '\n' ' ')"
    4343  printf "\tport -f uninstall $port\n\tport install $port\n"
    44 done | tee -a Makefile.portsupgrade
     44done | tee -a Makefile.ports
    4545}}}
    4646{{{
    47 make -f Makefile.portsupgrade
     47make -f Makefile.ports
    4848}}}