<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/35e1788ba94778e0e024b566c9858100a2e214c3">https://github.com/macports/macports-ports/commit/35e1788ba94778e0e024b566c9858100a2e214c3</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 35e1788  wine*: Handle macosx_version more correctly
</span>35e1788 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 35e1788ba94778e0e024b566c9858100a2e214c3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Apr 8 08:38:47 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wine*: Handle macosx_version more correctly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Base currently sets macosx_version to the major macOS version. This
</span><span style='display:block; white-space:pre;color:#404040;'>    change will ensure the port continues to work correctly if base sets
</span><span style='display:block; white-space:pre;color:#404040;'>    macosx_version to the full macOS version.
</span>---
 x11/wine-crossover/Portfile | 2 +-
 x11/wine-devel/Portfile     | 2 +-
 x11/wine/Portfile           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wine-crossover/Portfile b/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a33e39..97f9ed0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -258,7 +258,7 @@ if {[variant_isset universal]} {
</span>     compiler.fallback-append    macports-clang-5.0 \
                                 macports-clang-3.8
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && [vercmp $macosx_version 10.6] <= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && [vercmp ${macosx_version} 10.7] < 0} {
</span>         # clang-5.0 on Mac OS X 10.6 emits objects that cannot be read by cctools from Xcode.
         # /usr/bin/ranlib: object: libwine_port.a(mbtowc.o) malformed object (unknown load command 2)
         compiler.blacklist-append   macports-clang-5.0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wine-devel/Portfile b/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 65f6ed8..da75734 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -256,7 +256,7 @@ if {[variant_isset universal]} {
</span>     compiler.fallback-append    macports-clang-5.0 \
                                 macports-clang-3.8
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && [vercmp $macosx_version 10.6] <= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && [vercmp ${macosx_version} 10.7] < 0} {
</span>         # clang-5.0 on Mac OS X 10.6 emits objects that cannot be read by cctools from Xcode.
         # /usr/bin/ranlib: object: libwine_port.a(mbtowc.o) malformed object (unknown load command 2)
         compiler.blacklist-append   macports-clang-5.0
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wine/Portfile b/x11/wine/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b7e64e4..9dd3427 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wine/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wine/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -256,7 +256,7 @@ if {[variant_isset universal]} {
</span>     compiler.fallback-append    macports-clang-5.0 \
                                 macports-clang-3.8
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && [vercmp $macosx_version 10.6] <= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && [vercmp ${macosx_version} 10.7] < 0} {
</span>         # clang-5.0 on Mac OS X 10.6 emits objects that cannot be read by cctools from Xcode.
         # /usr/bin/ranlib: object: libwine_port.a(mbtowc.o) malformed object (unknown load command 2)
         compiler.blacklist-append   macports-clang-5.0
</pre><pre style='margin:0'>

</pre>