[56458] trunk/www

jmr at macports.org jmr at macports.org
Thu Aug 27 22:43:12 PDT 2009


Revision: 56458
          http://trac.macports.org/changeset/56458
Author:   jmr at macports.org
Date:     2009-08-27 22:43:12 -0700 (Thu, 27 Aug 2009)
Log Message:
-----------
update website for 1.8.0 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	2009-08-28 05:42:21 UTC (rev 56457)
+++ trunk/www/includes/common.inc	2009-08-28 05:43:12 UTC (rev 56458)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '1.7.1';
+$macports_version_latest = '1.8.0';
 
 
 ######################################################################
@@ -17,10 +17,10 @@
 # Some useful URL abstractions:
 $trac_url = 'http://trac.macports.org/';
 $svn_url = 'http://svn.macports.org/repository/macports/';
-$downloads = $svn_url . 'downloads/MacPorts-' . $macports_version_latest . '/';
+$downloads = 'http://distfiles.macports.org/MacPorts/';
+$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';
-$panther_dmg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.3-Panther.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	2009-08-28 05:42:21 UTC (rev 56457)
+++ trunk/www/index.php	2009-08-28 05:43:12 UTC (rev 56458)
@@ -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, targetting mainly the current Mac OS
-    X release (10.5, A.K.A Leopard) and the immediately previous one (10.4, A.K.A. Tiger). There are currently <a href="ports.php">
+    X release (10.6, A.K.A Snow Leopard) and the immediately previous one (10.5, A.K.A. Leopard). 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	2009-08-28 05:42:21 UTC (rev 56457)
+++ trunk/www/install.php	2009-08-28 05:43:12 UTC (rev 56458)
@@ -16,8 +16,8 @@
     </p>
 
     <ul>
-        <li>&#8220;dmg&#8221; disk images for <a href="<?php print $leopard_dmg; ?>">Leopard (Universal)</a>, <a
-        href="<?php print $tiger_dmg; ?>">Tiger (Universal)</a> and <a href="<?php print $panther_dmg; ?>">Panther (PowerPC)
+        <li>&#8220;dmg&#8221; disk images for <a href="<?php print $snowleopard_dmg; ?>">Snow Leopard</a>, <a
+        href="<?php print $leopard_dmg; ?>">Leopard</a> and <a href="<?php print $tiger_dmg; ?>">Tiger
         </a> as a legacy platform, containing pkg installers for use with the Mac OS X Installer. By far the simplest installation
         procedure that most users should <a href="#pkg">follow</a> after meeting the requirements listed <a href="#requirements">
         below</a>.</li>
@@ -39,7 +39,8 @@
         components:</p>
 
         <ol>
-            <li>Apple's <a href="http://developer.apple.com/tools/xcode/">Xcode</a> Developer Tools (version 3.1 or later for
+            <li>Apple's <a href="http://developer.apple.com/tools/xcode/">Xcode</a> Developer Tools (version 3.2 for Snow Leopard,
+            3.1 or later for
             Leopard, or 2.4.1 or later for Tiger), found at the <a href="http://connect.apple.com/">Apple Developer Connection</a>
             site or on your Mac OS X installation CDs/DVD.</li>
             <li>The X11 windowing environment (A.K.A. &#8220;X11 User&#8221;) and its related SDK package (&#8220;X11SDK&#8221;)
@@ -59,9 +60,9 @@
 
     <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 $leopard_dmg;
-    ?>">Leopard (Universal)</a>, <a href="<?php print $tiger_dmg; ?>">Tiger (Universal)</a> or <a href="<?php print $panther_dmg;
-    ?>">Panther (PowerPC)</a>, respectively, and running the system's Installer by double-clicking on the pkg contained therein,
+    <p>The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for <a href="<?php print $snowleopard_dmg;
+    ?>">Snow Leopard</a>, <a href="<?php print $leopard_dmg; ?>">Leopard</a> or <a href="<?php print $tiger_dmg;
+    ?>">Tiger</a>, respectively, 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/20090827/e5d11366/attachment.html>


More information about the macports-changes mailing list