<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/d50f30dbaa18ec0e7f39bff21db3abae91a39049">https://github.com/macports/macports-ports/commit/d50f30dbaa18ec0e7f39bff21db3abae91a39049</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 d50f30d  Gyoto: Add build conflict with self
</span>d50f30d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d50f30dbaa18ec0e7f39bff21db3abae91a39049
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Feb 25 21:25:12 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Gyoto: Add build conflict with self
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    -L flags are in the wrong order
</span>---
 science/Gyoto/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10bae2b..4ce4019 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/Gyoto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,6 +92,8 @@ foreach nodot [list 27 33 34 35 36] wdot [list 2.7 3.3 3.4 3.5 3.6] {
</span> }
 
 subport Gyoto {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup conflicts_build 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    conflicts_build ${name}
</span>     post-destroot {
         xinstall -W ${worksrcpath}/python \
             gyoto.i gyoto_std.i gyoto_lorene.i numpy.i \
</pre><pre style='margin:0'>

</pre>