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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/53af46938b35268e1517c6ba79b6f0eddaf8b18e">https://github.com/macports/macports-ports/commit/53af46938b35268e1517c6ba79b6f0eddaf8b18e</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 53af46938b3 py-graph-tool: Add CGAL, bugfix boost dependency
</span>53af46938b3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 53af46938b35268e1517c6ba79b6f0eddaf8b18e
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Sat Jun 19 21:41:19 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-graph-tool: Add CGAL, bugfix boost dependency
</span>---
 python/py-graph-tool/Portfile | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

<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 f4684528c0f..351d107cec4 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;'>@@ -7,13 +7,13 @@ PortGroup           python 1.0
</span> 
 name                py-graph-tool
 version             2.37
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> epoch               20190711
 
 categories          python science
 platforms           darwin
 license             LGPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         nomaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {ieee.org:s.t.smith @essandess} openmaintainer
</span> 
 description         ${python.rootname} is an efficient Python module for \
                     manipulation and statistical analysis of graphs
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,18 +66,18 @@ if {${name} ne ${subport}} {
</span>                     port:cgal5 \
                     port:expat \
                     path:bin/dot:graphviz \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-scipy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-cairo \
</span>                     port:py${python.version}-gobject3 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-cairo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-scipy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # graph-tool relies on Boost.Python, so make sure it is installed.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants boost${boost.version} python${python.version}
</span> 
     use_configure   yes
     # parallel build starts swapping with 8GB of RAM.
     #use_parallel_build no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # graph-tool relies on Boost.Python, so make sure it is installed.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    require_active_variants boost python${python.version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     # PYTHON_EXTRA_LDFLAGS is set to work around incorrect detection of
     # link flags by configure
     configure.env-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,8 +104,9 @@ if {${name} ne ${subport}} {
</span>     configure.cppflags-append -I${prefix}/include -I${python.include}/..
     configure.ldflags-append -L${prefix}/lib
     configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-boost=[boost::install_area] \
</span>                     --exec-prefix=${python.prefix} \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-boost=[boost::install_area] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-cgal=${prefix} \
</span>                     --with-expat=yes \
                     --with-expat-inc=${prefix}/include \
                     --with-expat-lib="-L${prefix}/lib -lexpat"
</pre><pre style='margin:0'>

</pre>