<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/9fb54f7380d44f84454ea776ae3ae50931e1eb44">https://github.com/macports/macports-www/commit/9fb54f7380d44f84454ea776ae3ae50931e1eb44</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 9fb54f7  Update www for 2.9.0 release
</span>9fb54f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9fb54f7380d44f84454ea776ae3ae50931e1eb44
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 24 22:56:18 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Update www for 2.9.0 release
</span>---
 includes/common.inc | 2 +-
 index.php           | 2 +-
 install.php         | 7 +++----
 3 files changed, 5 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/common.inc b/includes/common.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index 7679b96..7278ec8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@
</span> ######################################################################
 
 # MacPorts version variables:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$macports_version_latest = '2.8.1';
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$macports_version_latest = '2.9.0';
</span> 
 
 ######################################################################
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/index.php b/index.php
</span><span style='display:block; white-space:pre;color:#808080;'>index 84c9cd8..1340ec1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/index.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/index.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@
</span>     . '#using'; ?>">compiling and installing</a> open-source software on your Mac.</p>
 
     <p>We provide a single software tree that attempts to track the latest release of every software title (port) we distribute,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    without splitting them into &#8220;stable&#8221; Vs. &#8220;unstable&#8221; branches, targeting mainly macOS Big Sur v11 and later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    without splitting them into &#8220;stable&#8221; Vs. &#8220;unstable&#8221; branches, targeting mainly macOS Monterey v12 and later
</span>     (including macOS Sonoma v14 on both Intel and Apple Silicon).
     There are <a href="<?php print $portdb_url; ?>">
     <b>thousands</b> of ports</a> in our tree, distributed among different categories, and more are being added on a regular basis.</p>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/install.php b/install.php
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b59a1e..5ba9c6c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/install.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/install.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,6 @@
</span>                 <li><a href="<?php echo $sonoma_pkg; ?>">macOS Sonoma v14</a></li>
                 <li><a href="<?php echo $ventura_pkg; ?>">macOS Ventura v13</a></li>
                 <li><a href="<?php echo $monterey_pkg; ?>">macOS Monterey v12</a></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                <li><a href="<?php echo $bigsur_pkg; ?>">macOS Big Sur v11</a></li>
</span>                 <li><a href="#installing">Older OS? See here.</a></li>
             </ul>
         </li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,13 +31,13 @@
</span>     <ul>
         <li>&#8220;pkg&#8221; installers for
         <a href="<?php print $sonoma_pkg; ?>">Sonoma</a>,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $ventura_pkg; ?>">Ventura</a>,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $monterey_pkg; ?>">Monterey</a>, and
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $ventura_pkg; ?>">Ventura</a>, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
</span>         for use with the macOS 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
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>,
</span>         <a href="<?php print $catalina_pkg; ?>">Catalina</a>,
         <a href="<?php print $mojave_pkg; ?>">Mojave</a>,
         <a href="<?php print $highsierra_pkg; ?>">High Sierra</a>,
</pre><pre style='margin:0'>

</pre>