[83592] trunk/www

ryandesign at macports.org ryandesign at macports.org
Tue Sep 6 16:10:19 PDT 2011


Revision: 83592
          http://trac.macports.org/changeset/83592
Author:   ryandesign at macports.org
Date:     2011-09-06 16:10:19 -0700 (Tue, 06 Sep 2011)
Log Message:
-----------
Reinstate link to Tiger dmg since we have one again.

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2011-09-06 22:59:50 UTC (rev 83591)
+++ trunk/www/includes/common.inc	2011-09-06 23:10:19 UTC (rev 83592)
@@ -21,6 +21,7 @@
 $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';
 $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	2011-09-06 22:59:50 UTC (rev 83591)
+++ trunk/www/install.php	2011-09-06 23:10:19 UTC (rev 83592)
@@ -20,7 +20,7 @@
         href="<?php print $snowleopard_dmg; ?>">Snow Leopard</a>. These contain pkg installers 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>. An installer for <a href="<?php print $leopard_dmg; ?>">Leopard</a>, as a legacy platform, is also available.</li>
+        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
         in any way.</li>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110906/3a591020/attachment.html>


More information about the macports-changes mailing list