<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/7a7640cc141303d8c605a1864b8198b7c28234f8">https://github.com/macports/macports-www/commit/7a7640cc141303d8c605a1864b8198b7c28234f8</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 7a7640c  www: add Sonoma
</span>7a7640c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7a7640cc141303d8c605a1864b8198b7c28234f8
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Sep 27 14:58:01 2023 +1000

<span style='display:block; white-space:pre;color:#404040;'>    www: add Sonoma
</span>---
 includes/common.inc |  1 +
 index.php           |  4 ++--
 install.php         | 11 +++++++----
 3 files changed, 10 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 f14f6f5..7679b96 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;'>@@ -25,6 +25,7 @@ $mp_downloads = 'https://distfiles.macports.org/MacPorts/';
</span> $gh_downloads = 'https://github.com/macports/macports-base/releases/download/v' . $macports_version_latest . '/';
 $downloads = $gh_downloads;
 $downloads_overview = 'https://github.com/macports/macports-base/releases/tag/v' . $macports_version_latest;
<span style='display:block; white-space:pre;background:#e0ffe0;'>+$sonoma_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-14-Sonoma.pkg';
</span> $ventura_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-13-Ventura.pkg';
 $monterey_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-12-Monterey.pkg';
 $bigsur_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-11-BigSur.pkg';
<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 20dd62f..84c9cd8 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,8 +18,8 @@
</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 Catalina v10.15 and later
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    (including macOS Ventura v13 on both Intel and Apple Silicon).
</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 Big Sur v11 and later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    (including macOS Sonoma v14 on both Intel and Apple Silicon).
</span>     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 35ebb7d..3b59a1e 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;'>@@ -15,10 +15,10 @@
</span>         <li>Install Apple's Command Line Developer Tools: <code>xcode-select --install</code></li>
         <li>Install MacPorts for your version of the Mac operating system:
             <ul>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                <li><a href="<?php echo $sonoma_pkg; ?>">macOS Sonoma v14</a></li>
</span>                 <li><a href="<?php echo $ventura_pkg; ?>">macOS Ventura v13</a></li>
                 <li><a href="<?php echo $monterey_pkg; ?>">macOS Monterey v12</a></li>
                 <li><a href="<?php echo $bigsur_pkg; ?>">macOS Big Sur v11</a></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                <li><a href="<?php echo $catalina_pkg; ?>">macOS Catalina v10.15</a></li>
</span>                 <li><a href="#installing">Older OS? See here.</a></li>
             </ul>
         </li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,14 +31,15 @@
</span> 
     <ul>
         <li>&#8220;pkg&#8221; installers for
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $sonoma_pkg; ?>">Sonoma</a>,
</span>         <a href="<?php print $ventura_pkg; ?>">Ventura</a>,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>, and
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $catalina_pkg; ?>">Catalina</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $monterey_pkg; ?>">Monterey</a>, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $bigsur_pkg; ?>">Big Sur</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 $catalina_pkg; ?>">Catalina</a>,
</span>         <a href="<?php print $mojave_pkg; ?>">Mojave</a>,
         <a href="<?php print $highsierra_pkg; ?>">High Sierra</a>,
         <a href="<?php print $sierra_pkg; ?>">Sierra</a>,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,6 +83,7 @@
</span>             <p>Using the latest available version that will run on your OS is highly recommended, except for Snow Leopard where the last free version,
             3.2.6, is recommended:</p>
             <ul>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                <li>15.0 or later for Sonoma</li>
</span>                 <li>14.1 or later for Ventura</li>
                 <li>13.1 or later for Monterey</li>
                 <li>12.2 or later for Big Sur</li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -120,6 +122,7 @@
</span>     <h3 class="subhdr" id="pkg">macOS Package (.pkg) Installer</h3>
 
     <p>The easiest way to install MacPorts on a Mac is by downloading the pkg or dmg for
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    <a href="<?php print $sonoma_pkg; ?>">Sonoma</a>,
</span>     <a href="<?php print $ventura_pkg; ?>">Ventura</a>,
     <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
     <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>,
</pre><pre style='margin:0'>

</pre>