<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/b5651b3a78d8e8e50c0b90ac45c12ca75b5db686">https://github.com/macports/macports-ports/commit/b5651b3a78d8e8e50c0b90ac45c12ca75b5db686</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 b5651b3  php: Fix reversed compiler blacklist condition
</span>b5651b3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b5651b3a78d8e8e50c0b90ac45c12ca75b5db686
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 30 21:51:49 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    php: Fix reversed compiler blacklist condition
</span>---
 lang/php/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/php/Portfile b/lang/php/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 078843b..fbd733e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/php/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -216,7 +216,7 @@ if {[is_sapi_subport]} {
</span>     # Xcode 4.3 may work, but leaving it blacklisted due to lack of testing
     compiler.blacklist  {clang < 400}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[vercmp ${branch} 7.3] < 0 && ${os.arch} eq "i386"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[vercmp ${branch} 7.3] >= 0 && ${os.arch} eq "i386"} {
</span>         # https://bugs.php.net/bug.php?id=76825
         compiler.blacklist-append   *gcc-3.* *gcc-4.* {clang < 500}
     }
</pre><pre style='margin:0'>

</pre>