upgrade all gstream packages with portmaster

today after cvsup and portmaster -L , I see I should upgrade many packages of gstreamer like gstreamer plugin good and bad ...

how I can upgrade all of them by one command and use portmaster ?
 
If you've already done a complete upgrade, repeat these three (in this order): [cmd=]portmaster gstreamer-plugins-bad gstreamer-plugins-good gstreamer-plugins-ugly[/cmd].
 
DutchDaemon said:
If you've already done a complete upgrade, repeat these three (in this order): [cmd=]portmaster gstreamer-plugins-bad gstreamer-plugins-good gstreamer-plugins-ugly[/cmd].

I upgrade all gstreamer with this command

Code:
portmaster gstreamer\*

do I need run this command ?

Code:
portmaster gstreamer-plugins-bad gstreamer-plugins-good gstreamer-plugins-ugly
 
The order is important, as /usr/ports/UPDATING told you:

Due to the move of several plugins from gstreamer-plugins-bad to gstreamer-plugins-good and gstreamer-plugins-ugly. Its nessesary to update gstreamer-plugins-bad first. [sp!]

My portmaster command assures that order.
 
Back
Top