<pre style='margin:0'>
Ahmad Satryaji Aulia (satraul) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/8b9883313d3cbd3413f5cb1796a9f301ff4f6016">https://github.com/macports/macports-base/commit/8b9883313d3cbd3413f5cb1796a9f301ff4f6016</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 8b98833  Remove xcodebuild warning
</span>8b98833 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8b9883313d3cbd3413f5cb1796a9f301ff4f6016
</span>Author: Satryaji Aulia <satraul@macports.org>
AuthorDate: Fri Jul 26 00:45:39 2019 +0700

<span style='display:block; white-space:pre;color:#404040;'>    Remove xcodebuild warning
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    References https://trac.macports.org/ticket/35045
</span><span style='display:block; white-space:pre;color:#404040;'>    References https://trac.macports.org/ticket/58016
</span>---
 src/macports1.0/macports.tcl | 1 -
 src/port1.0/portutil.tcl     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/macports.tcl b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c26f066..c416a92 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/macports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -462,7 +462,6 @@ proc macports::setxcodeinfo {name1 name2 op} {
</span>                     }
                 }
             } catch {*} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_warn "xcodebuild exists but failed to execute"
</span>                 set macports::xcodeversion none
             }
         }
<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 7a65ad9..fbfac03 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;'>@@ -3309,7 +3309,7 @@ proc _check_xcode_version {} {
</span>                 ui_warn "You downloaded Xcode from the Mac App Store but didn't install it. Run \"Install Xcode\" in the /Applications folder."
             }
             if {[tbool use_xcode]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                return -code error "This port requires Xcode, which was not found on your system."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                return -code error "This port requires the full Xcode installation, which was not found on your system. You can install Xcode from the Mac App Store or https://developer.apple.com/xcode/"
</span>             }
         } elseif {[vercmp $xcodeversion $min] < 0} {
             ui_error "The installed version of Xcode (${xcodeversion}) is too old to use on the installed OS version. Version $rec or later is recommended on macOS ${macosx_version}."
</pre><pre style='margin:0'>

</pre>