<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04b0708e669439006c175700f7ea273122cd1b53">https://github.com/macports/macports-ports/commit/04b0708e669439006c175700f7ea273122cd1b53</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 04b0708e669 dot2tex: switch order of PGs
</span>04b0708e669 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 04b0708e669439006c175700f7ea273122cd1b53
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Mar 19 21:11:35 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    dot2tex: switch order of PGs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/64855
</span>---
 python/dot2tex/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/dot2tex/Portfile b/python/dot2tex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3a8580aa39b..89d3ecfb297 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/dot2tex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/dot2tex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,8 +1,8 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           github 1.0
</span> PortGroup           python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           github 1.0
</span> 
 github.setup        kjellmf dot2tex 2.11.3
 revision            3
</pre><pre style='margin:0'>

</pre>