> Thanks Jeremy, I really appreciate it. Unfortunately, it doesn't look like 
> any of the portfiles are for v.0.4.0. 
> 
> If I download the previous version, is there a way to use macports to ensure 
> a smooth installation?

Ah.

In that case I'd recommend you create a local repo with just thrift in it. This 
means it'll take precedence over the current version in MacPorts.

There is documentation available inside the sources.conf:
/opt/local/etc/macports/sources.conf

The highlight for setting up your local repo:
mkdir -p ~/ports/devel/thrift
cp `port file thrift` ~/ports/devel/thrift/
cd ~/ports && portindex

Then you add it to your sources.conf, so you have something like this:
file:///Users/me/ports [default,nosync]
rsync://rsync.macports.org/release/ports/ 

You can then edit ~/ports/devel/thrift/Portfile to be the version you're after 
(change version, update checksums, anything else you see fit).

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to