freebsd / portmaster

FreeBSD port management script without external databases or languages
77 stars 40 forks source link

Add -U alias for --update-if-newer #59

Closed farrokhi closed 2 years ago

farrokhi commented 6 years ago

The --update-if-newer flag is used frequently but there were no short version of the flag. -U switch is the short form of the same flag.

For example to update all outdated perl modules without unnecessarily re-installing up-to-date modules one can use:

portmaster -dHU p5-\*