<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/ccb16e540e72935727b1b482fa3ba4e9dbb49acb">https://github.com/macports/macports-ports/commit/ccb16e540e72935727b1b482fa3ba4e9dbb49acb</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 ccb16e5 php-mysql-xdevapi: fix parse error on Mac OS X Lion
</span>ccb16e5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ccb16e540e72935727b1b482fa3ba4e9dbb49acb
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 3 13:08:03 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> php-mysql-xdevapi: fix parse error on Mac OS X Lion
</span>---
php/php-mysql-xdevapi/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/php/php-mysql-xdevapi/Portfile b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d046a3f..e35ef1a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/php/php-mysql-xdevapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ if {${name} ne ${subport}} {
</span> configure.args --with-boost=${prefix}/include
platform darwin 11 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {[vercmp ${branch} 7.1] >= 0 && [vercmp ${branch} 7.4] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {[vercmp ${php.branch} 7.1] >= 0 && [vercmp ${php.branch} 7.4] < 0} {
</span> # Need to investigate how this was fixed for php 7.4 and
# possibly backport the fix.
# https://bugs.php.net/bug.php?id=76826
</pre><pre style='margin:0'>
</pre>