<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/4c348bdfca4d702066625457cb4b75779cb47fd8">https://github.com/macports/macports-ports/commit/4c348bdfca4d702066625457cb4b75779cb47fd8</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 4c348bd  pngcrush: Check os.platform before checking os.major
</span>4c348bd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c348bdfca4d702066625457cb4b75779cb47fd8
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Mar 17 14:33:34 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pngcrush: Check os.platform before checking os.major
</span>---
 graphics/pngcrush/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pngcrush/Portfile b/graphics/pngcrush/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1acee9b..8211d6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pngcrush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pngcrush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ checksums           rmd160  ff93938e8e6ba8565386efdb51962f16b138a27d \
</span> patchfiles          patch-Makefile.diff
 
 # cannot use SSE includes on snowleopard, #52419
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.major} <= 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span>     patchfiles-append   patch-Makefile-snowleopard.diff
 }
 
</pre><pre style='margin:0'>

</pre>