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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b7c745c3462520482f5ae11e645fa5414e40e29f">https://github.com/macports/macports-ports/commit/b7c745c3462520482f5ae11e645fa5414e40e29f</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 b7c745c  py-graph-tool: fix typo
</span>b7c745c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b7c745c3462520482f5ae11e645fa5414e40e29f
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Wed Jan 11 08:58:54 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-graph-tool: fix typo
</span>---
 python/py-graph-tool/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-graph-tool/Portfile b/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e45c12..bc53d10 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,7 +101,7 @@ if {${name} ne ${subport}} {
</span>         configure.env-append PYTHON_EXTRA_LIBS="-u _PyMac_Error"
     }
     # Something similar is happening with python3.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${python.version} eq "27"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${python.version} eq "36"} {
</span>         configure.env-append PYTHON_EXTRA_LIBS="-Wl,-stack_size,1000000 -framework CoreFoundation ${python.lib}"
     }
     configure.cppflags-append -I${prefix}/include -I${python.include}/..
</pre><pre style='margin:0'>

</pre>