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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4e891fbc70ccdde82888e0b9dff36c2f4dff5aad">https://github.com/macports/macports-ports/commit/4e891fbc70ccdde82888e0b9dff36c2f4dff5aad</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 4e891fb  xcode_workaround-1.0.tcl: Fix typos in comments
</span>4e891fb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4e891fbc70ccdde82888e0b9dff36c2f4dff5aad
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 10 18:15:12 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xcode_workaround-1.0.tcl: Fix typos in comments
</span>---
 _resources/port1.0/group/xcode_workaround-1.0.tcl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/xcode_workaround-1.0.tcl b/_resources/port1.0/group/xcode_workaround-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 474a724..b10f386 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/xcode_workaround-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/xcode_workaround-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,9 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This PortGroup attempts to work around problemtaic Xcode versions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This PortGroup attempts to work around problematic Xcode versions
</span> # See https://forums.developer.apple.com/thread/121887
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# -fno-stack-check issue only applies to macOS10.15 but in general this PG
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -fno-stack-check issue only applies to macOS 10.15 but in general this PG
</span> # could be used to address issues in other Xcode versions as well.
 #
 # Usage:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +46,7 @@ proc xcode_workaround::xcode_workaround.appy_fix {} {
</span>         compiler.blacklist \
         use_xcode
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Xcode 11 fixes (Applicable to macOS1 0.14 and macOS 10.15)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Xcode 11 fixes (applicable to macOS 10.14 and macOS 10.15)
</span>     set apply_fix [ expr ( ${os.major} == 19 || ( ${os.major} == 18 && [vercmp $xcodeversion 11] >= 0 ) ) ]
 
     if { ${apply_fix} } {
</pre><pre style='margin:0'>

</pre>