<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/4ce30d31881b93841d8f391fd3ddb9affdc64778">https://github.com/macports/macports-www/commit/4ce30d31881b93841d8f391fd3ddb9affdc64778</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 4ce30d3  www: add Ventura
</span>4ce30d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4ce30d31881b93841d8f391fd3ddb9affdc64778
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Oct 26 06:27:40 2022 +1100

<span style='display:block; white-space:pre;color:#404040;'>    www: add Ventura
</span>---
 includes/common.inc | 1 +
 index.php           | 2 +-
 install.php         | 7 ++++++-
 3 files changed, 8 insertions(+), 2 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 263d92d..622841d 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;'>+$ventura_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-13-Ventura.pkg';
</span> $monterey_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-12-Monterey.pkg';
 $bigsur_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-11-BigSur.pkg';
 $catalina_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.15-Catalina.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 2e93e37..20dd62f 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 Catalina v10.15 and later
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    (including macOS Monterey v12 on both Intel and Apple Silicon).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    (including macOS Ventura v13 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 8caefea..9bdc860 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;'>@@ -16,6 +16,7 @@
</span>         <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild -license</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 $ventura_pkg; ?>">macOS Ventura v13</a></li>
</span>                 <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>
                 <li><a href="<?php echo $catalina_pkg; ?>">macOS Catalina v10.15</a></li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +32,7 @@
</span> 
     <ul>
         <li>&#8220;pkg&#8221; installers for
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $ventura_pkg; ?>">Ventura</a>,
</span>         <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
         <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>, and
         <a href="<?php print $catalina_pkg; ?>">Catalina</a>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +71,9 @@
</span>         components:</p>
 
         <ol>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <li><p>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 13.1 or later for Monterey,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <li><p>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            14.1 or later for Ventura,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            13.1 or later for Monterey,
</span>             12.2 or later for Big Sur,
             11.3 or later for Catalina,
             10.0 or later for Mojave,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,6 +111,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 $ventura_pkg; ?>">Ventura</a>,
</span>     <a href="<?php print $monterey_pkg; ?>">Monterey</a>,
     <a href="<?php print $bigsur_pkg; ?>">Big Sur</a>,
     <a href="<?php print $catalina_pkg; ?>">Catalina</a>,
</pre><pre style='margin:0'>

</pre>