[MacPorts] howto/InstallingOlderPort modified

MacPorts noreply at macports.org
Thu Jul 16 12:09:56 PDT 2009


Changed page "howto/InstallingOlderPort" by blb at macports.org from 75.163.162.171*
Page URL: <http://trac.macports.org/wiki/howto/InstallingOlderPort>
Diff URL: <http://trac.macports.org/wiki/howto/InstallingOlderPort?action=diff&version=10>
Revision 10
Comment: Add new section with a complete example (for php5)

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/InstallingOlderPort
=========================================================================
--- howto/InstallingOlderPort (version: 9)
+++ howto/InstallingOlderPort (version: 10)
@@ -73,4 +73,18 @@
 }}}
 This creates a tcl directory in your current location, and populates that with everything the port needs to build.  Replace "30810" and "lang/tcl" with the correct revision and category/portname for the port you're interested in.
 
+== An example ==
+The following shows a complete example:
+
+{{{port info php5}}} shows it to be first in the '''lang''' category, so it would be located in lang/php5.
+
+After browsing [log:trunk/dports/lang/php5 php5's history], 5.3.0 was introduced in r53563 which means the previous revision, r53555, was the last update for 5.2.10.  With this information, we can run
+{{{
+svn co -r 53555 http://svn.macports.org/repository/macports/trunk/dports/lang/php5
+cd php5
+sudo port install +apache2+postgresql83
+}}}
+
+After this, php5 version 5.2.10 should be installed.
+
 [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