<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d03e5ee82aa875bfc4fa2a70db9c7584067970bf">https://github.com/macports/macports-ports/commit/d03e5ee82aa875bfc4fa2a70db9c7584067970bf</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 d03e5ee  netgen: allow *all* python components to be found
</span>d03e5ee is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d03e5ee82aa875bfc4fa2a70db9c7584067970bf
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 18 13:03:57 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    netgen: allow *all* python components to be found
</span>---
 math/netgen/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/netgen/Portfile b/math/netgen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5793ad1..48d2619 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/netgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/netgen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup               cmake     1.1
</span> PortGroup               active_variants 1.1
 
 github.setup            NGSolve netgen 6.2.2004 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> platforms               darwin
 categories              math
 license                 LGPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,6 +97,8 @@ foreach pdv ${pythonversions} {
</span>                         ${destroot}${frameworks_dir}/Python.framework/Versions/${pdv}/lib/python${pdv}/site-packages
             ln -s       ${prefix}/lib/python${pdv}/site-packages/netgen \
                         ${destroot}${frameworks_dir}/Python.framework/Versions/${pdv}/lib/python${pdv}/site-packages/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            ln -s       ${prefix}/lib/python${pdv}/site-packages/pyngcore.cpython-38-darwin.so \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ${destroot}${frameworks_dir}/Python.framework/Versions/${pdv}/lib/python${pdv}/site-packages/
</span>         }
     }
 }
</pre><pre style='margin:0'>

</pre>