MacPorts tips
Saturday, July 25th, 2009I use MacPorts as a package manager for Mac OS X and used it mindlessly for a long time before learning some basic commands that helped out.
First, to update your MacPorts version to the newest release you can do:
% sudo port selfupdate
That’s really basic and well-documented. To upgrade all your installed packages do:
% sudo [...]