[MacPorts] howto/InstallingOlderPort modified

MacPorts noreply at macports.org
Thu Feb 19 15:10:01 PST 2009


Changed page "howto/InstallingOlderPort" by blb at macports.org from 75.163.228.161*
Page URL: <http://trac.macports.org/wiki/howto/InstallingOlderPort>
Diff URL: <http://trac.macports.org/wiki/howto/InstallingOlderPort?action=diff&version=4>
Revision 4
Comment: Add section about using svn to grab the port directory instead of everything manually with a browser

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/InstallingOlderPort
=========================================================================
--- howto/InstallingOlderPort (version: 3)
+++ howto/InstallingOlderPort (version: 4)
@@ -1,5 +1,3 @@
-
-
 [wiki:howto <- Back to the HOWTO section]
 
 = How to install an older version of a port =
@@ -22,4 +20,18 @@
 === Step 3: '''Building the dowloaded port''' ===
 Finally, use the Terminal to `cd` to the directory where you downloaded the Portfile and type "`sudo port install`".
 
+== Alternative method to getting the port ==
+
+Subversion can be used as well to fetch an older port, and is simpler for one that has a files/ subdirectory.
+
+=== Step 1: '''Finding the right revision''' ===
+Follow Step 1 earlier to find the right revision for the port you need, eg, 30810.
+
+=== Step 2: '''Checking out the port''' ===
+Check out the revision you found for the port, you'll need that revision number and the category/portname path to the port (lang/tcl for tcl).  Then you use svn to check out the port at that revision:
+{{{
+svn co -r 30810 http://svn.macports.org/repository/macports/trunk/dports/lang/tcl
+}}}
+This creates a tcl directory in your current location, and populates that with everything the port should need to build.  Replace the 30810 and lang/tcl with the correct revision and category/portname for your interested port.
+
 [wiki:howto <- Back to the HOWTO section]

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/InstallingOlderPort. If it was not you, please
report to .


More information about the macports-changes mailing list