[90249] trunk/www

jmr at macports.org jmr at macports.org
Mon Feb 27 08:59:55 PST 2012


Revision: 90249
          http://trac.macports.org/changeset/90249
Author:   jmr at macports.org
Date:     2012-02-27 08:59:54 -0800 (Mon, 27 Feb 2012)
Log Message:
-----------
www: update for 2.0.4 release

Modified Paths:
--------------
    trunk/www/includes/common.inc
    trunk/www/install.php

Modified: trunk/www/includes/common.inc
===================================================================
--- 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
===================================================================
--- 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”)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120227/905effdb/attachment.html>


More information about the macports-changes mailing list