[95887] trunk/www

jmr at macports.org jmr at macports.org
Wed Jul 25 13:36:06 PDT 2012


Revision: 95887
          https://trac.macports.org/changeset/95887
Author:   jmr at macports.org
Date:     2012-07-25 13:36:05 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
www: update for 2.1.2 (no 10.8 pkg link for now)

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

Modified: trunk/www/includes/common.inc
===================================================================
--- trunk/www/includes/common.inc	2012-07-25 20:33:25 UTC (rev 95886)
+++ trunk/www/includes/common.inc	2012-07-25 20:36:05 UTC (rev 95887)
@@ -9,7 +9,7 @@
 ######################################################################
 
 # MacPorts version variables:
-$macports_version_latest = '2.1.1';
+$macports_version_latest = '2.1.2';
 
 
 ######################################################################
@@ -18,6 +18,7 @@
 $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';
 $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';

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2012-07-25 20:33:25 UTC (rev 95886)
+++ trunk/www/install.php	2012-07-25 20:36:05 UTC (rev 95887)
@@ -2,7 +2,7 @@
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set fenc=utf-8 filetype=php et sw=4 ts=4 sts=4: */
     /* $Id$ */
     /* Copyright (c) 2004, OpenDarwin. */
-    /* Copyright (c) 2004-2011, The MacPorts Project. */
+    /* Copyright (c) 2004-2012, The MacPorts Project. */
     include_once("includes/common.inc");
     print_header('The MacPorts Project -- Download & Installation', 'utf-8');
 ?>
@@ -16,7 +16,8 @@
     </p>
 
     <ul>
-        <li>&#8220;pkg&#8221; installers for <a href="<?php print $lion_pkg; ?>">Lion</a> and <a
+        <li>&#8220;pkg&#8221; installers for <!--<a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>--> Mountain Lion (coming soon),
+        <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">
@@ -64,8 +65,10 @@
 
     <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_pkg;
-    ?>">Lion</a>, <a href="<?php print $snowleopard_pkg; ?>">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 $mountainlion_pkg; ?>">Mountain Lion</a>--> Mountain Lion (coming soon),
+    <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/20120725/0251c170/attachment.html>


More information about the macports-changes mailing list