<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/8f7b6455f36fb1429cccd81f6e49782a039d0c3a">https://github.com/macports/macports-www/commit/8f7b6455f36fb1429cccd81f6e49782a039d0c3a</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 8f7b645  www: add Sequoia
</span>8f7b645 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f7b6455f36fb1429cccd81f6e49782a039d0c3a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Sep 17 08:00:19 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    www: add Sequoia
</span>---
 includes/common.inc | 1 +
 index.php           | 2 +-
 install.php         | 4 ++++
 3 files changed, 6 insertions(+), 1 deletion(-)

<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 dea1600..1542fea 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;'>+$sequoia_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-15-Sequoia.pkg';
</span> $sonoma_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-14-Sonoma.pkg';
 $ventura_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-13-Ventura.pkg';
 $monterey_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-12-Monterey.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 1340ec1..32d7d3b 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;'>@@ -19,7 +19,7 @@
</span> 
     <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 macOS Monterey v12 and later
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    (including macOS Sonoma v14 on both Intel and Apple Silicon).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    (including macOS Sequoia v15 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 a757b13..616d55c 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,6 +15,7 @@
</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 $sequoia_pkg; ?>">macOS Sequoia v15</a></li>
</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:#e0e0e0;'>@@ -30,6 +31,7 @@
</span> 
     <ul>
         <li>&#8220;pkg&#8221; installers for
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $sequoia_pkg; ?>">Sequoia</a>,
</span>         <a href="<?php print $sonoma_pkg; ?>">Sonoma</a>,
         <a href="<?php print $ventura_pkg; ?>">Ventura</a>, and
         <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,6 +84,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>16.0 or later for Sequoia</li>
</span>                 <li>15.0 or later for Sonoma</li>
                 <li>14.1 or later for Ventura</li>
                 <li>13.1 or later for Monterey</li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,6 +124,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 $sequoia_pkg; ?>">Sequoia</a>,
</span>     <a href="<?php print $sonoma_pkg; ?>">Sonoma</a>,
     <a href="<?php print $ventura_pkg; ?>">Ventura</a>,
     <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
</pre><pre style='margin:0'>

</pre>