stopping and restarting portupgrade

I started
Code:
portupgrade -PR kdebase4
but had to [CMD=]Ctrl-C[/CMD] and stop it now that I want to continue, what should I do, what command to execute?
 
add the -w option to resume the process without cleaning the previous work.
and read the manual (man portupgrade), that's where i looked for you.
http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=portupgrade said:
-w
--noclean
Do not "make clean" before each build.
 
I did # pkgdb -F
and got
Code:
Stale dependency: kde4-4.3.1 -> libzip-0.8 (archivers/libzip):
libxslt-1.1.26 (score:21%) ? [no]
Install stale dependency? [yes]
 
Back
Top