<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7dc5e05a23a28486aded5df404ad89324937ac84">https://github.com/macports/macports-ports/commit/7dc5e05a23a28486aded5df404ad89324937ac84</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 7dc5e05  tovid: correct python tk interface dependency
</span>7dc5e05 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7dc5e05a23a28486aded5df404ad89324937ac84
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Aug 8 17:39:28 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    tovid: correct python tk interface dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Python tk interfaces are provided by py-tkintr, not py-tk.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Imported into the tovid scripts using:
</span><span style='display:block; white-space:pre;color:#404040;'>        import Tkinter as tk
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This fixes build errors using the +gui variant due to missing
</span><span style='display:block; white-space:pre;color:#404040;'>    port py27-tk.
</span>---
 multimedia/tovid/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/tovid/Portfile b/multimedia/tovid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dcdf038..20dd108 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/tovid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/tovid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        tovid-suite tovid 0.35.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          multimedia
 maintainers         nomaintainer
 installs_libs       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +52,7 @@ post-destroot {
</span> # make this a variant since tix conflicts with tk +quartz
 variant gui description {install runtime dependencies for GUI} {
     depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py${python.version}-tk \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py${python.version}-tkinter \
</span>         port:tix
 }
 default_variants +gui
</pre><pre style='margin:0'>

</pre>