Portupgrade without questions

I want to upgrade, but only the packages with a newer version in the ports, than the binary installed binary OR from source,
without asking questions. But portmaster --update-if-newer seems to recompile always
 
I want to upgrade, but only the packages with a newer version in the ports, than the binary installed binary OR from source,
without asking questions. But portmaster --update-if-newer seems to recompile always

Try:
Code:
portmaster -aBdy --update-if-newer

or

portupgrade -aif
 
Back
Top