[102557] trunk/www

jmr at macports.org jmr at macports.org
Mon Feb 4 13:14:33 PST 2013


Revision: 102557
          https://trac.macports.org/changeset/102557
Author:   jmr at macports.org
Date:     2013-02-04 13:14:32 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
www: update for 2.1.3 release

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2013-02-04 21:08:22 UTC (rev 102556)
+++ trunk/www/includes/common.inc	2013-02-04 21:14:32 UTC (rev 102557)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '2.1.2';
+$macports_version_latest = '2.1.3';
 
 
 ######################################################################
@@ -22,7 +22,7 @@
 $lion_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.7-Lion.pkg';
 $snowleopard_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.6-SnowLeopard.pkg';
 $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';

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2013-02-04 21:08:22 UTC (rev 102556)
+++ trunk/www/install.php	2013-02-04 21:14:32 UTC (rev 102557)
@@ -21,8 +21,8 @@
         href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, for use with the Mac OS X Installer.
         This is the simplest installation
         procedure that most users should <a href="#pkg">follow</a> after meeting the requirements listed <a href="#requirements">
-        below</a>. Installer for legacy platform <a href="<?php print $leopard_dmg; ?>">Leopard</a>
-        <!--and <a href="<?php print $tiger_dmg; ?>">Tiger</a> are-->
+        below</a>. Installers for legacy platforms <a href="<?php print $leopard_dmg; ?>">Leopard</a>
+        and <a href="<?php print $tiger_dmg; ?>">Tiger</a> are
         also available.</li>
         <li>In <a href="#source">source form</a> as either a <a href="<?php print $bz2_tarball ?>">tar.bz2</a> package or a
         <a href="<?php print $gz_tarball; ?>">tar.gz</a> one for manual compilation, if you intend to customize your installation
@@ -43,7 +43,7 @@
 
         <ol>
             <li>Apple's <a href="http://developer.apple.com/tools/xcode/">Xcode</a> Developer Tools (version 4.4 or later for Mountain Lion,
-            4.3 or later for Lion, 3.2 or later for
+            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.</li>
@@ -73,8 +73,9 @@
     <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for 
     <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
     <a href="<?php print $lion_pkg; ?>">Lion</a>,
-    <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a> or <a href="<?php print $leopard_dmg;
-    ?>">Leopard</a> and running the system's Installer by double-clicking on the pkg contained therein,
+    <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg;
+    ?>">Leopard</a> or <a href="<?php print $tiger_dmg;
+    ?>">Tiger</a> and running the system's Installer by double-clicking on the pkg contained therein,
     following the on-screen instructions until completion.</p>
 
     <p>This procedure will place a fully-functional and default MacPorts installation on your host system, ready for usage.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/6dbe6237/attachment.html>


More information about the macports-changes mailing list