multiple port versions

Hi,

I have a question regarding version of packages in ports... If for some reason I upgrade some package and have some problems with it, how can I downgrade the package to older version? Or how can I install specific version of some package?
 
If using portmaster or portupgrade to install/upgrade ports, be sure to include the -b switch, as this will create a backup package (.tbz) of the currently installed version, before installing the upgraded version.

That way, if you want to downgrade, you just pkg_delete the installed version, and pkg_add the old version.
 
Hi,
thanks for info, I am using portupgrade so I will try the -b option, although the portdowngrade seems to be a better option... Will try both to see what can be achieved.

thanks for answers,
brm
 
Back
Top