<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-contrib.
</pre>
<p><a href="https://github.com/macports/macports-contrib/commit/eeab91dfbb0ee5d9b6d179819345ca1326c8625c">https://github.com/macports/macports-contrib/commit/eeab91dfbb0ee5d9b6d179819345ca1326c8625c</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 eeab91d portindex2json: Fix {} around port notes
</span>eeab91d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit eeab91dfbb0ee5d9b6d179819345ca1326c8625c
</span>Author: arjunsalyan <iarjunsalyan@gmail.com>
AuthorDate: Mon Aug 3 00:37:25 2020 +0530
<span style='display:block; white-space:pre;color:#404040;'> portindex2json: Fix {} around port notes
</span>---
portindex2json/portindex2json.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/portindex2json/portindex2json.tcl b/portindex2json/portindex2json.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index b748381..7b3c0ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/portindex2json/portindex2json.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/portindex2json/portindex2json.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -191,7 +191,7 @@ while {[gets $fd line] >= 0} {
</span> } elseif {$key eq "maintainers"} {
set json_portinfo($key) [parse_maintainers $portinfo($key)]
set json_portinfo(closedmaintainer) [is_closedmaintainer $portinfo($key)]
<span style='display:block; white-space:pre;background:#ffe0e0;'>- } elseif {$key eq "description" || $key eq "long_description"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ } elseif {$key in [list description long_description notes]} {
</span> set json_portinfo($key) [::json::write string [join $portinfo($key)]]
} elseif {$key eq "vinfo" && [info exists portinfo(variants)]} {
array unset vinfo
</pre><pre style='margin:0'>
</pre>