<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/fba000baaec8923de10daf98741c8ac4e37da553">https://github.com/macports/macports-www/commit/fba000baaec8923de10daf98741c8ac4e37da553</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 fba000b www: update Big Sur version and pkg link
</span>fba000b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fba000baaec8923de10daf98741c8ac4e37da553
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Nov 21 17:30:45 2020 +1100
<span style='display:block; white-space:pre;color:#404040;'> www: update Big Sur version and pkg link
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/61572
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/61465
</span>---
includes/common.inc | 3 ++-
index.php | 2 +-
install.php | 2 +-
3 files changed, 4 insertions(+), 3 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 eaf6d55..dc71160 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,7 +25,8 @@ $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:#ffe0e0;'>-$bigsur_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-11.0-BigSur.pkg';
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# remove _1 from Big Sur version with next release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$bigsur_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '_1-11-BigSur.pkg';
</span> $catalina_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.15-Catalina.pkg';
$mojave_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.14-Mojave.pkg';
$highsierra_pkg = $downloads . 'MacPorts-' . $macports_version_latest . '-10.13-HighSierra.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 5bfcc27..b2639cf 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 “stable” Vs. “unstable” branches, targeting mainly macOS High Sierra v10.13 and later
<span style='display:block; white-space:pre;background:#ffe0e0;'>- (including macOS Big Sur v11.0).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ (including macOS Big Sur v11).
</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 79708c5..f1864f2 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,7 +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:#ffe0e0;'>- <li><a href="<?php echo $bigsur_pkg; ?>">macOS Big Sur v11.0</a></li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li><a href="<?php echo $bigsur_pkg; ?>">macOS Big Sur v11</a></li>
</span> <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>
<li><a href="<?php echo $highsierra_pkg; ?>">macOS High Sierra v10.13</a></li>
</pre><pre style='margin:0'>
</pre>