Installing older apps

Hi,

I have a question - how to install older versions of the program?

For example, I just upgraded bash from 3.x to 4.x through ports. If I had any problems with the newer version of the package, how can I downgrade back to old one?

thanks,
brm
 
Look into the -o option in portupgrade as well as portmaster. Mind you: there's a difference between downgrading a port (only the newest version exists in the ports tree, because it has replaced the older version), and reverting to a previous version which is also still in the ports tree. Bash still has v3 (shells/bash3) and v4 (shells/bash) existing together, so a 'make deinstall' in one ports dir (or a pkg_delete -f of the installed port) and a 'make install' in the other ports dir should still work. And, as stated, portupgrade/portmaster -o should be able to do this in one go.
 
Back
Top