[93115] trunk/www

jmr at macports.org jmr at macports.org
Tue May 15 08:29:43 PDT 2012


Revision: 93115
          https://trac.macports.org/changeset/93115
Author:   jmr at macports.org
Date:     2012-05-15 08:29:43 -0700 (Tue, 15 May 2012)
Log Message:
-----------
www: update for 2.1.0

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2012-05-15 15:28:36 UTC (rev 93114)
+++ trunk/www/includes/common.inc	2012-05-15 15:29:43 UTC (rev 93115)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '2.0.4';
+$macports_version_latest = '2.1.0';
 
 
 ######################################################################
@@ -18,11 +18,11 @@
 $trac_url = 'https://trac.macports.org/';
 $svn_url = 'http://svn.macports.org/repository/macports/';
 $downloads = 'https://distfiles.macports.org/MacPorts/';
-$lion_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.7-Lion.dmg';
-$snowleopard_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.6-SnowLeopard.dmg';
+$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-' . '2.0.3' . '-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-05-15 15:28:36 UTC (rev 93114)
+++ trunk/www/install.php	2012-05-15 15:29:43 UTC (rev 93115)
@@ -16,11 +16,11 @@
     </p>
 
     <ul>
-        <li>“dmg” disk images for <a href="<?php print $lion_dmg; ?>">Lion</a> and <a
-        href="<?php print $snowleopard_dmg; ?>">Snow Leopard</a>. These contain pkg installers for use with the Mac OS X Installer.
+        <li>“pkg” installers for <a href="<?php print $lion_pkg; ?>">Lion</a> and <a
+        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>. 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>
+        below</a>. Installer for legacy platform <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>
@@ -45,7 +45,7 @@
             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.
             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>
+            ("UNIX Development", plus "System Tools", or "Command Line Tools" in newer versions, or "Command Line Support" in older ones).</li>
             <li>The X11 windowing environment (A.K.A. “X11 User”)
             for ports that depend on the functionality it provides to run.
                 <ul>
@@ -62,8 +62,8 @@
 
     <h3 class="subhdr" id="pkg">Mac OS X Package (.pkg) Installer</h3>
 
-    <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for <a href="<?php print $lion_dmg;
-    ?>">Lion</a>, <a href="<?php print $snowleopard_dmg; ?>">Snow Leopard</a> or <a href="<?php print $leopard_dmg;
+    <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for <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,
     following the on-screen instructions until completion.</p>
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/9c89b52a/attachment-0001.html>


More information about the macports-changes mailing list