<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/ede4db4522aebd05ff6222328fef86f1f9a51c1f">https://github.com/macports/macports-base/commit/ede4db4522aebd05ff6222328fef86f1f9a51c1f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ede4db4522aebd05ff6222328fef86f1f9a51c1f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Sep 26 11:59:55 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Don't suggest mpstats if it's installed
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/62930
</span>---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 6544d923f..64ef79ccd 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;'>@@ -105,7 +105,7 @@ ifndef SELFUPDATING
</span> else
        @echo ""; echo "Congratulations, you have successfully upgraded the MacPorts system."; echo ""
 endif
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        @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 ""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @test -e "${prefix}/libexec/mpstats" || 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/>\n"
</span> 
 group::
        @echo "creating a macports group..." && sudo dseditgroup -o create -n . macports && echo "done! use './configure --with-install-group=macports --with-shared-directory' if you haven't already"
</pre><pre style='margin:0'>

</pre>