Modified: trunk/www/includes/common.inc (90248 => 90249)
--- trunk/www/includes/common.inc 2012-02-27 16:59:04 UTC (rev 90248)
+++ trunk/www/includes/common.inc 2012-02-27 16:59:54 UTC (rev 90249)
@@ -9,7 +9,7 @@
######################################################################
# MacPorts version variables:
-$macports_version_latest = '2.0.3';
+$macports_version_latest = '2.0.4';
######################################################################
@@ -21,7 +21,8 @@
$lion_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.7-Lion.dmg';
$snowleopard_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.6-SnowLeopard.dmg';
$leopard_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.5-Leopard.dmg';
-$tiger_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.4-Tiger.dmg';
+#$tiger_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.4-Tiger.dmg';
+$tiger_dmg = $downloads . 'MacPorts-' . '2.0.3' . '-10.4-Tiger.dmg';
$bz2_tarball = $downloads . 'MacPorts-' . $macports_version_latest . '.tar.bz2';
$gz_tarball = $downloads . 'MacPorts-' . $macports_version_latest . '.tar.gz';
$checksums = $downloads . 'MacPorts-' . $macports_version_latest . '.chk.txt';
Modified: trunk/www/install.php (90248 => 90249)
--- trunk/www/install.php 2012-02-27 16:59:04 UTC (rev 90248)
+++ trunk/www/install.php 2012-02-27 16:59:54 UTC (rev 90249)
@@ -39,11 +39,11 @@
components:</p>
<ol>
- <li>Apple's <a href="http://developer.apple.com/tools/xcode/">Xcode</a> Developer Tools (version 4.1 or 4.2 for Lion,
+ <li>Apple's <a href="http://developer.apple.com/tools/xcode/">Xcode</a> Developer Tools (version 4.1 or later for Lion,
3.2 or later for
Snow Leopard, or 3.1 or later for Leopard), found at the <a href="http://connect.apple.com/">Apple Developer Connection</a>
site, on your Mac OS X installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your
- OS is highly recommended. <b>Note however that Xcode 4.3 cannot be used by MacPorts at present.</b>
+ OS is highly recommended.
Ensure that the optional components for command line development are installed
("UNIX Development", plus "System Tools" in newer versions, or "Command Line Support" in older ones).</li>
<li>The X11 windowing environment (A.K.A. “X11 User”)