<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/677dda56cbf3fc310b96a2fc1b54ee7c85ce5375">https://github.com/macports/macports-base/commit/677dda56cbf3fc310b96a2fc1b54ee7c85ce5375</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 677dda5  portutil: Fix a typo in a warning message
</span>677dda5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 677dda56cbf3fc310b96a2fc1b54ee7c85ce5375
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Tue Jul 4 01:45:55 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    portutil: Fix a typo in a warning message
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
 src/port1.0/portutil.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portutil.tcl b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 85c52d3..f4b53ba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portutil.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3221,7 +3221,7 @@ proc _check_xcode_version {} {
</span>             # Check whether /usr/include and /usr/bin/make exist and tell users to install the command line tools, if they don't
             if {   ![file isdirectory [file join $cltpath usr include]]
                 || ![file executable  [file join $cltpath usr bin make]]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_warn "System headers do not appear to be installed. Most ports should build corectly, but if you experience problems due to a port depending on system headers, please file a ticket at https://trac.macports.org."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_warn "System headers do not appear to be installed. Most ports should build correctly, but if you experience problems due to a port depending on system headers, please file a ticket at https://trac.macports.org."
</span>                 if {[vercmp $macosx_version 10.9] >= 0} {
                     ui_warn "You can install them as part of the Xcode Command Line Tools package by running `xcode-select --install'."
                 } else {
</pre><pre style='margin:0'>

</pre>