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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a9e89f6e3ff706676fcffab721c605d902d2de9f">https://github.com/macports/macports-ports/commit/a9e89f6e3ff706676fcffab721c605d902d2de9f</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 a9e89f6  magicspp: fix fetch error
</span>a9e89f6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a9e89f6e3ff706676fcffab721c605d902d2de9f
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Thu Jan 11 15:07:23 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    magicspp: fix fetch error
</span>---
 science/magicspp/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/magicspp/Portfile b/science/magicspp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index acd0853..e6920cc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/magicspp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/magicspp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,8 +71,9 @@ universal_variant   no
</span> 
 default_variants-append +python27
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# patch-cmake-FindPangoCairo.cmake.diff excludes -Wl,-framework
</span> patchfiles          patch-CMakeLists.txt.diff \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    patch-cmake-FindPangoCairo.cmake.diff # exclude -Wl,-framework
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    patch-cmake-FindPangoCairo.cmake.diff
</span> 
 configure.args-append   -DBOOST_ROOT=${prefix} \
                         -DCMAKE_Fortran_COMPILER=${configure.fc} \
</pre><pre style='margin:0'>

</pre>