<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea0caadac25cf385b7230cf87b2f48565ccadc95">https://github.com/macports/macports-ports/commit/ea0caadac25cf385b7230cf87b2f48565ccadc95</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 ea0caad  Platypus: fix deployment target for macOS 10.14 with Xcode 11
</span>ea0caad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ea0caadac25cf385b7230cf87b2f48565ccadc95
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Tue Nov 12 09:40:56 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    Platypus: fix deployment target for macOS 10.14 with Xcode 11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/59651
</span>---
 aqua/Platypus/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/Platypus/Portfile b/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 048a95b..6ed06a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/Platypus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,9 +41,10 @@ supported_archs     i386 x86_64
</span> # Xcode 11 on macOS 10.14 fails to target 10.8. See:
 # https://trac.macports.org/ticket/59651
 if {${os.major} < 19 && [vercmp ${xcodeversion} 11] >= 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    macosx_deployment_target 10.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    macosx_deployment_target 10.11
</span>     notes "When ${name} is built on macOS 10.14 with Xcode 11+, the apps\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-it produces are limited to running on OS X 10.10 and later (other environments can target 10.8 and later)."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+it produces are limited to running on OS X ${macosx_deployment_target} and later\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+(other environments can target 10.8 and later)."
</span> } else {
     macosx_deployment_target 10.8
 }
</pre><pre style='margin:0'>

</pre>