Old port versions?

Marc André Selig mas at macports.org
Tue Jul 17 10:33:21 PDT 2007


On 7/17/07, Denis Bueno <denbuen at sandia.gov> wrote:
> Is there a way for me to recover the ocaml 3.09 Portfile so I can install it
> alongside 3.10 (where alongside means, of course, only one is active at
> once).

First look up which macports changeset ocaml 3.09 corresponds to, for
example by going to
http://trac.macosforge.org/projects/macports/timeline/

Let's assume it's 20526.

cd $myrepository # create this as an empty directory if you don't have one yet
svn co --revision 20526
https://svn.macports.org/repository/macports/trunk/dports/lang/ocaml/
lang/ocaml/
portindex .
sudo port deactivate ocaml
sudo port install ocaml

(Untested commands, use at your own risk.)

Regards,
Marc



More information about the macports-users mailing list