<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/05648ac6f69ae1acf4bc1f52fa3740437c5c1d2b">https://github.com/macports/macports-www/commit/05648ac6f69ae1acf4bc1f52fa3740437c5c1d2b</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 05648ac  Update www for Catalina
</span>05648ac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 05648ac6f69ae1acf4bc1f52fa3740437c5c1d2b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Oct 11 01:54:32 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Update www for Catalina
</span>---
 includes/common.inc |  1 +
 index.php           |  4 ++--
 install.php         | 21 +++++++++++++--------
 3 files changed, 16 insertions(+), 10 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 0c8c14a..8d0dd4c 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 = $mp_downloads;
 $downloads_overview = 'https://github.com/macports/macports-base/releases/tag/v' . $macports_version_latest;
<span style='display:block; white-space:pre;background:#e0ffe0;'>+$catalina_pkg = $gh_downloads . 'MacPorts-' . $macports_version_latest . '-10.15-Catalina.pkg';
</span> $mojave_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.14-Mojave.pkg';
 $highsierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.13-HighSierra.pkg';
 $sierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.12-Sierra.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 5613c37..a3a6acb 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,8 +19,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 OS X El Capitan v10.11 and later
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    (including macOS Mojave v10.14).
</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 Sierra v10.12 and later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    (including macOS Catalina v10.15).
</span>     There are currently <a href="ports.php">
     <b><?php print $portsdb_info['num_ports']; ?></b> ports</a> in our tree, distributed among <?php print $portsdb_info['num_categories']; ?>
     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 0b43b4e..1d8d9f1 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,10 +16,10 @@
</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 $catalina_pkg; ?>">macOS Catalina v10.15</a></li>
</span>                 <li><a href="<?php echo $mojave_pkg; ?>">macOS Mojave v10.14</a></li>
                 <li><a href="<?php echo $highsierra_pkg; ?>">macOS High Sierra v10.13</a></li>
                 <li><a href="<?php echo $sierra_pkg; ?>">macOS Sierra v10.12</a></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                <li><a href="<?php echo $elcapitan_pkg; ?>">OS X El Capitan v10.11</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,14 +32,15 @@
</span> 
     <ul>
         <li>&#8220;pkg&#8221; installers for
<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>,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $highsierra_pkg; ?>">High Sierra</a>,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $sierra_pkg; ?>">Sierra</a> and
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        <a href="<?php print $elcapitan_pkg; ?>">El Capitan</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $highsierra_pkg; ?>">High Sierra</a> and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $sierra_pkg; ?>">Sierra</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">
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        below</a>. Installers for legacy platforms <a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        below</a>. Installers for legacy platforms <a href="<?php print $elcapitan_pkg; ?>">El Capitan</a>,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
</span>         <a href="<?php print $mavericks_pkg; ?>">Mavericks</a>,
         <a href="<?php print $mountainlion_pkg; ?>">Mountain Lion</a>,
         <a href="<?php print $lion_pkg; ?>">Lion</a>, <a
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +65,8 @@
</span>         components:</p>
 
         <ol>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <li>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 10.0 or later for Mojave,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <li>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version 11.0 or later for Catalina,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            10.0 or later for Mojave,
</span>             9.0 or later for High Sierra,
             8.0 or later for Sierra, 7.0 or later for El Capitan,
             6.1 or later for Yosemite, 5.0.1 or later for Mavericks, 4.4 or later for Mountain Lion,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,8 +86,10 @@
</span>             <li>(Optional) The X11 windowing environment for ports that depend on the functionality it provides to run.  You have
             multiple choices for an X11 server:
                 <ul>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    <li>Install the xorg-server port from MacPorts.</li>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    <li>The <a href="https://www.xquartz.org">XQuartz Project</a> provides a complete X11 release for macOS including server and client libraries and applications.</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    <li>Install the xorg-server port from MacPorts (recommended).</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    <li>The <a href="https://www.xquartz.org">XQuartz Project</a> provides a complete X11 release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    for macOS including server and client libraries and applications. It has however not been updated since
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2016.</li>
</span>                     <li>Apple's X11.app is provided by the &#8220;X11 User&#8221; package on older OS versions. It is always installed on Lion, and
                     is an optional installation on your system CDs/DVD with previous OS versions.</li>
                 </ul>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -98,6 +102,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 $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>,
</pre><pre style='margin:0'>

</pre>