[112554] trunk/www

jmr at macports.org jmr at macports.org
Fri Oct 25 17:19:16 PDT 2013


Revision: 112554
          https://trac.macports.org/changeset/112554
Author:   jmr at macports.org
Date:     2013-10-25 17:19:16 -0700 (Fri, 25 Oct 2013)
Log Message:
-----------
www: update for 2.2.1 release and Mavericks

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	2013-10-26 00:14:03 UTC (rev 112553)
+++ trunk/www/includes/common.inc	2013-10-26 00:19:16 UTC (rev 112554)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '2.2.0';
+$macports_version_latest = '2.2.1';
 
 
 ######################################################################
@@ -18,12 +18,14 @@
 $trac_url = 'https://trac.macports.org/';
 $svn_url = 'http://svn.macports.org/repository/macports/';
 $downloads = 'https://distfiles.macports.org/MacPorts/';
-$mountainlion_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.8-MountainLion.pkg';
+$mavericks_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.9-Mavericks.pkg';
+#$mountainlion_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.8-MountainLion.pkg';
+$mountainlion_pkg = $downloads . 'MacPorts-' . '2.2.0' . '-10.8-MountainLion.pkg';
 $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.1.3' . '-10.4-Tiger.dmg';
+$tiger_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.4-Tiger.dmg';
+#$tiger_dmg = $downloads . 'MacPorts-' . '2.2.1' . '-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/index.php
===================================================================
--- trunk/www/index.php	2013-10-26 00:14:03 UTC (rev 112553)
+++ trunk/www/index.php	2013-10-26 00:19:16 UTC (rev 112554)
@@ -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.8 Mountain Lion) and the immediately previous two (OS X 10.7 Lion and Mac OS X 10.6 Snow Leopard).
+    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).
     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	2013-10-26 00:14:03 UTC (rev 112553)
+++ trunk/www/install.php	2013-10-26 00:19:16 UTC (rev 112554)
@@ -16,12 +16,13 @@
     </p>
 
     <ul>
-        <li>&#8220;pkg&#8221; installers for <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
-        <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.
+        <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.
         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>
+        below</a>. Installers for legacy platforms <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>
         <li>In <a href="#source">source form</a> as either a <a href="<?php print $bz2_tarball ?>">tar.bz2</a> package or a
@@ -42,7 +43,8 @@
         components:</p>
 
         <ol>
-            <li>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 4.4 or later for Mountain Lion,
+            <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,
             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
@@ -70,7 +72,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 
+    <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for
+    <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>,
     <a href="<?php print $snowleopard_pkg; ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131025/b8afeb2d/attachment.html>


More information about the macports-changes mailing list