<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/3f3808a09ba7e5fd374537158f2562b0d78c1023">https://github.com/macports/macports-base/commit/3f3808a09ba7e5fd374537158f2562b0d78c1023</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3f3808a09ba7e5fd374537158f2562b0d78c1023
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Sep 26 11:36:45 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Remove message about 2019 cxx_stdlib transition
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    3 years is probably long enough.
</span>---
 Makefile.in | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile.in b/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 96119fa8e..6544d923f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,10 +104,6 @@ ifndef SELFUPDATING
</span>   @echo "Please read \"man port\", the MacPorts guide at https://guide.macports.org/ and Wiki at https://trac.macports.org/ for full documentation."; echo ""
 else
        @echo ""; echo "Congratulations, you have successfully upgraded the MacPorts system."; echo ""
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        @if [ "@OS_PLATFORM@" = "darwin" -a "@OS_MAJOR@" -ge 10 -a "@OS_MAJOR@" -le 12 ] ; then \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-       echo "The default C++ standard library for your platform changed in MacPorts 2.6.0. It is recommended to run 'sudo port rev-upgrade' to reinstall any C++-based ports that are currently using the old version."; \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-       echo ""; \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   fi
</span> endif
        @echo "Installing the \"mpstats\" port will enable submission of anonymous information about your system and installed ports to our database for statistical purposes: <https://ports.macports.org/>"; echo ""
 
</pre><pre style='margin:0'>

</pre>