27 Jan
2008
27 Jan
'08
2:28 p.m.
On Jan 27, 2008, at 07:27, Charlse Darwin wrote:
# How do I get MacPorts 1.7.0 ?
It's not released yet; it's a work in progress. I'm using it because I want to test the latest and greatest features. To do so, I checked out the source and built and installed it: svn checkout http://svn.macosforge.org/repository/macports/trunk/base cd base PATH=/bin:/sbin:/usr/bin:/usr/sbin ./configure --enable-readline make sudo make install make clean Periodically, I go back in and update the working copy and rebuild it to get the latest version: cd base svn update PATH=/bin:/sbin:/usr/bin:/usr/sbin ./configure --enable-readline make sudo make install make clean