<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ecab0987f717ae5513dc2d419bf1ccdb7f6656a9">https://github.com/macports/macports-ports/commit/ecab0987f717ae5513dc2d419bf1ccdb7f6656a9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ecab0987f717ae5513dc2d419bf1ccdb7f6656a9
</span>Author: Chih-Hsuan Yen <yan12125@gmail.com>
AuthorDate: Thu Oct 3 23:36:27 2019 +0800

<span style='display:block; white-space:pre;color:#404040;'>    texstudio: add dvipng to the dependency list
</span>---
 editors/texstudio/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/texstudio/Portfile b/editors/texstudio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f785267..f1a6a02 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/texstudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/texstudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               qmake5 1.0
</span> PortGroup               github 1.0
 
 github.setup            texstudio-org texstudio 2.12.16
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              editors
 platforms               darwin
 license                 GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +25,10 @@ checksums               rmd160  733310adc8cb0051cee45a79984264db8c75d772 \
</span> depends_lib-append      port:poppler-qt5 \
                         port:hunspell \
                         port:quazip
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# dvipng is used to preview math equations, etc.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run-append      port:dvipng
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> qt5.depends_component   qtsvg qtscript
 
 pre-patch {
</pre><pre style='margin:0'>

</pre>