I’m not happy upgrading my installed ports on a regular frequency (i.e. monthly, weekly, every second day) anymore. Using port-mgmt/portmaster for doing the main work, one could use a script for looking into /usr/ports/UPDATING and maintain a file for excluding ports that are broken. Even such a script running every two hours would not make much sense as one might find oneself in the position to identify every buggy update of an installed port. Well, as long as you have fun fixing such things manually before the maintainer does, it’s ok, but it can also be considered as wasted time, if no more fun can be generated doing so.
I’d like to ask you for your ports upgrade strategy, if you have one.
The strategy should use operational events for triggering a scripted port upgrade of single ports like the output of
Why no just doing a
Your thoughts?
I’d like to ask you for your ports upgrade strategy, if you have one.
The strategy should use operational events for triggering a scripted port upgrade of single ports like the output of
pkg audit or if the installed ports are affected by /usr/ports/UPDATING making manual work necessary. Do you know other events that would make sense updating single ports? Primary goal of the strategy should be reacting to security threats, secondary upgrade only what has to be upgraded (i.e. end of supported life of a port, etc.). Why no just doing a
# portmaster –a? Because you never know how many hours you have to spend for fixing problems that are just generated by this. I just want to minimize unnecessary maintenance work. The saved time can be used on more urgent tasks.Your thoughts?