Listing updated ports when using poudriere

Anton Yuzhaninov citrin+bsd at citrin.ru
Wed Sep 19 23:06:42 UTC 2018


On 9/19/18 5:42 PM, Carmel NY wrote:
> I use to download my ports tree using "portsnap". I would then run
> "pkg version -vL=" to get a list of any updated ports.
> 
> Now, if I use poudriere, how do I accomplish that same feat. Obviously, I use
> "poudriere ports -u -p default" to populate the tree, but how do I determine
> if there are updated ports?

You can use

pkg upgrade --dry-run

to see which port will be upgraded if you will run without --dry-run.


More information about the freebsd-questions mailing list