<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/965ae3d7e066eb6ad7bb20bdfadacead8d9669e2">https://github.com/macports/macports-ports/commit/965ae3d7e066eb6ad7bb20bdfadacead8d9669e2</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 965ae3d  dia: fix python variant
</span>965ae3d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 965ae3d7e066eb6ad7bb20bdfadacead8d9669e2
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Dec 24 06:18:35 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    dia: fix python variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all.
</span>---
 gnome/dia/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/dia/Portfile b/gnome/dia/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 942996e..313bceb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/dia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/dia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,8 +104,8 @@ variant python27 description {Add python 2.7 bindings} {
</span>     configure.args-append   --with-swig \
                             --with-python
     configure.python        ${python_prefix}/bin/python2.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append    am_cv_python_pyexecdir=${python_prefix} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            am_cv_python_pythondir=${python_prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # find correct python-config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append    PATH=${python_prefix}/bin:$env(PATH)
</span> }
 
 livecheck.type      gnome-with-unstable
</pre><pre style='margin:0'>

</pre>