<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/1cb8d27ba39870738c5580844b4848b810b6ca56">https://github.com/macports/macports-www/commit/1cb8d27ba39870738c5580844b4848b810b6ca56</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1cb8d27ba39870738c5580844b4848b810b6ca56
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed May 19 19:46:32 2021 +1000
<span style='display:block; white-space:pre;color:#404040;'> Update OS versions, tweak layout and wording
</span>---
index.php | 4 ++--
install.php | 21 ++++++++++-----------
2 files changed, 12 insertions(+), 13 deletions(-)
<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 6e686c9..8b2638e 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 “stable” Vs. “unstable” branches, targeting mainly macOS High Sierra v10.13 and later
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- (including macOS Big Sur v11).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ without splitting them into “stable” Vs. “unstable” branches, targeting mainly macOS Mojave v10.14 and later
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ (including macOS Big Sur v11 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 968b4d5..ee7f4e5 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;'>@@ -19,7 +19,6 @@
</span> <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>
<li><a href="<?php echo $mojave_pkg; ?>">macOS Mojave v10.14</a></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li><a href="<?php echo $highsierra_pkg; ?>">macOS High Sierra v10.13</a></li>
</span> <li><a href="#installing">Older OS? See here.</a></li>
</ul>
</li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,13 +32,13 @@
</span> <ul>
<li>“pkg” installers for
<a href="<?php print $bigsur_pkg; ?>">Big Sur</a>,
<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:#ffe0e0;'>- <a href="<?php print $mojave_pkg; ?>">Mojave</a>, and
</span><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:#e0ffe0;'>+ <a href="<?php print $catalina_pkg; ?>">Catalina</a>, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <a href="<?php print $mojave_pkg; ?>">Mojave</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 $highsierra_pkg; ?>">High Sierra</a>,
</span> <a href="<?php print $sierra_pkg; ?>">Sierra</a>,
<a href="<?php print $elcapitan_pkg; ?>">El Capitan</a>,
<a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,7 +68,7 @@
</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 12.2 or later for Big Sur,
</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 12.2 or later for Big Sur,
</span> 11.3 or later for Catalina,
10.0 or later for Mojave,
9.0 or later for High Sierra,
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,17 +77,17 @@
</span> 4.1 or later for Lion, 3.2 or later for
Snow Leopard, or 3.1 or later for Leopard), found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a>
site, on your Mac operating system installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your
<span style='display:block; white-space:pre;background:#ffe0e0;'>- OS is highly recommended, except for Snow Leopard where the last free version, 3.2.6, is recommended.</li>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <li><p>Apple's Command Line Developer Tools can be installed on recent OS versions by running this command in the Terminal:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ OS is highly recommended, except for Snow Leopard where the last free version, 3.2.6, is recommended.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>With Xcode 4 and later, users need to accept the Xcode EULA by either launching Xcode or running:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <pre>xcodebuild -license</pre>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li><p>Apple's Command Line Developer Tools, which can be installed on recent OS versions by running this command in the Terminal:</p>
</span> <pre>xcode-select --install</pre>
<p>Older versions are found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a> site,
or they can be installed from within Xcode back to version 4. Users of Xcode 3 or earlier can install them by ensuring that the appropriate
option(s) are selected at the time of Xcode's install ("UNIX Development", "System Tools", "Command Line Tools", or
"Command Line Support").</p></li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>Xcode 4 and later users need to first accept the Xcode EULA by either launching Xcode or running:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <pre>xcodebuild -license</pre>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- </li>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>(Optional) The X11 windowing environment for ports that depend on the functionality it provides to run. You have
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>(Optional) The X11 windowing environment, for ports that depend on the functionality it provides to run. You have
</span> multiple choices for an X11 server:
<ul>
<li>Install the xorg-server port from MacPorts (recommended).</li>
</pre><pre style='margin:0'>
</pre>