<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c4245ca8b9d3e84e0316007407362cb5a958ec23">https://github.com/macports/macports-ports/commit/c4245ca8b9d3e84e0316007407362cb5a958ec23</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 c4245ca  mysql57: use conflicts_build for boost build issue
</span>c4245ca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c4245ca8b9d3e84e0316007407362cb5a958ec23
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Feb 17 18:53:18 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mysql57: use conflicts_build for boost build issue
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/58081
</span>---
 databases/mysql57/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql57/Portfile b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b66c890..51d287c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           conflicts_build 1.0
</span> 
 name                mysql57
 set name_mysql      ${name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,8 @@ if {$subport eq $name} {
</span>     set boost_distver   [join [split ${boost_version} .] _]
     set boost_distname  boost_${boost_distver}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    conflicts_build     boost
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     distfiles           ${distname}${extract.suffix}:mysql \
                         ${boost_distname}${extract.suffix}:boost
 
</pre><pre style='margin:0'>

</pre>