<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9c4566fda5fc06c3f209759e4f1b4d7e6254c424">https://github.com/macports/macports-ports/commit/9c4566fda5fc06c3f209759e4f1b4d7e6254c424</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 9c4566f  legacy-support: encourage installation of mpstats
</span>9c4566f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9c4566fda5fc06c3f209759e4f1b4d7e6254c424
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Sep 7 13:31:05 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    legacy-support: encourage installation of mpstats
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    add note to encourage installation of mpstats if not already installed
</span>---
 devel/legacy-support/Portfile | 11 +++++++++++
 1 file changed, 11 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/legacy-support/Portfile b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce309c1..6daf0f7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/legacy-support/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,3 +75,14 @@ post-destroot {
</span>     }
   }
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![file exists ${prefix}/libexec/mpstats]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    To help make sure your system continues to be well represented by MacPorts, especially \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if your system is not one of the latest macOS releases, please consider installing mpstats. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    It will periodically send an anonymous synopsis of your OS settings and installed ports. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    The information provided by this is useful to help determine how resources are allocated.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    You can install mpstats like this:    sudo port -v install mpstats
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>