Begin forwarded message:
From: Charlse Darwin <macports.users@gmail.com> Date: January 27, 2008 9:44:49 AM EST (CA) To: Ryan Schmidt <ryandesign@macports.org> Subject: Re: sudo port install openssh
$ port -v MacPorts 1.700
Thanks a lot.
On Jan 27, 2008, at 9:28 AM, Ryan Schmidt wrote:
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