[126916] trunk/www

jmr at macports.org jmr at macports.org
Fri Oct 17 09:26:14 PDT 2014


Revision: 126916
          https://trac.macports.org/changeset/126916
Author:   jmr at macports.org
Date:     2014-10-17 09:26:14 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
www: update for 2.3.2 release

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2014-10-17 16:25:34 UTC (rev 126915)
+++ trunk/www/includes/common.inc	2014-10-17 16:26:14 UTC (rev 126916)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '2.3.1';
+$macports_version_latest = '2.3.2';
 
 
 ######################################################################
@@ -18,6 +18,7 @@
 $trac_url = 'https://trac.macports.org/';
 $svn_url = 'https://svn.macports.org/repository/macports/';
 $downloads = 'https://distfiles.macports.org/MacPorts/';
+$yosemite_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.10-Yosemite.pkg';
 $mavericks_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.9-Mavericks.pkg';
 $mountainlion_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.8-MountainLion.pkg';
 $lion_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.7-Lion.pkg';

Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php	2014-10-17 16:25:34 UTC (rev 126915)
+++ trunk/www/index.php	2014-10-17 16:26:14 UTC (rev 126916)
@@ -21,7 +21,7 @@
     
     <p>We provide a single software tree that attempts to track the latest release of every software title (port) we distribute,
     without splitting them into &#8220;stable&#8221; Vs. &#8220;unstable&#8221; branches, targeting mainly the current OS
-    X release (OS X 10.9 Mavericks) and the immediately previous two (OS X 10.8 Mountain Lion and Mac OS X 10.7 Lion).
+    X release (OS X 10.10 Yosemite) and the immediately previous two (OS X 10.9 Mavericks and OS X 10.8 Mountain Lion).
     There are currently <a href="ports.php">
     <b><?php print $portsdb_info['num_ports']; ?></b> ports</a> in our tree, distributed among <?php print $portsdb_info['num_categories']; ?>
     different categories, and more are being added on a regular basis.</p>

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2014-10-17 16:25:34 UTC (rev 126915)
+++ trunk/www/install.php	2014-10-17 16:26:14 UTC (rev 126916)
@@ -17,9 +17,9 @@
         <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild -license</code></li>
         <li>Install MacPorts for your version of OS X:
             <ul>
+                <li><a href="<?php echo $yosemite_pkg; ?>"    >OS X 10.10 Yosemite</a></li>
                 <li><a href="<?php echo $mavericks_pkg; ?>"    >OS X 10.9 Mavericks</a></li>
                 <li><a href="<?php echo $mountainlion_pkg; ?>" >OS X 10.8 Mountain Lion</a></li>
-                <li><a href="<?php echo $lion_pkg; ?>"         >OS X 10.7 Lion</a></li>
                 <li><a href="#installing">Older OS? See here.</a></li>
             </ul>
         </li>
@@ -31,12 +31,14 @@
     </p>
 
     <ul>
-        <li>&#8220;pkg&#8221; installers for <a href="<?php print $mavericks_pkg; ?>">Mavericks</a>,
-        <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a> and
-        <a href="<?php print $lion_pkg; ?>">Lion</a>, for use with the Mac OS X Installer.
+        <li>&#8220;pkg&#8221; installers for
+        <a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
+        <a href="<?php print $mavericks_pkg; ?>">Mavericks</a> and
+        <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</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
+        below</a>. Installers for legacy platforms <a href="<?php print $lion_pkg; ?>">Lion</a>, <a
         href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg; ?>">Leopard</a>
         and <a href="<?php print $tiger_dmg; ?>">Tiger</a> are
         also available.</li>
@@ -58,8 +60,8 @@
         components:</p>
 
         <ol>
-            <li>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 5.0.1 or later
-            for Mavericks, 4.4 or later for Mountain Lion,
+            <li>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 6.1 or later for Yosemite,
+            5.0.1 or later for Mavericks, 4.4 or later for Mountain Lion,
             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="https://developer.apple.com/downloads/">Apple Developer</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
@@ -88,6 +90,7 @@
     <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 $yosemite_pkg; ?>">Yosemite</a>,
     <a href="<?php print $mavericks_pkg; ?>">Mavericks</a>,
     <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
     <a href="<?php print $lion_pkg; ?>">Lion</a>,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/0d3b6869/attachment.html>


More information about the macports-changes mailing list