<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/f807e8c9544b43e0d1981e6a752821e7183c60af">https://github.com/macports/macports-base/commit/f807e8c9544b43e0d1981e6a752821e7183c60af</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f807e8c9544b43e0d1981e6a752821e7183c60af
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Aug 24 12:58:49 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Advise on the cxx_stdlib change when upgrading.
</span>---
 Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

<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 eb8d84a..d971ecc 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,6 +104,10 @@ 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:#e0ffe0;'>+        @if [ "@OS_PLATFORM@" = "darwin" -a "@OS_MAJOR@" -ge 10 -a "@OS_MAJOR@" -le 12 ] ; then \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+       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:#e0ffe0;'>+       echo ""; \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   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>