<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/713fadae43a2348d4c32e5a0bfc50d7d4ca7db52">https://github.com/macports/macports-ports/commit/713fadae43a2348d4c32e5a0bfc50d7d4ca7db52</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 713fadae43a graphviz-oldgui: Fix graphviz-oldgui and fs-traverse usage
</span>713fadae43a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 713fadae43a2348d4c32e5a0bfc50d7d4ca7db52
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 24 17:31:50 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> graphviz-oldgui: Fix graphviz-oldgui and fs-traverse usage
</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/70071
</span>---
graphics/graphviz-oldgui/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphviz-oldgui/Portfile b/graphics/graphviz-oldgui/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 105a79133f1..0cb9fecd7e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/graphviz-oldgui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphviz-oldgui/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,7 @@ platforms macosx
</span> use_parallel_build no
dist_subdir graphviz
distname graphviz-1.13-v${version}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+worksrcdir Graphviz 1.13 (v${version})
</span> extract.suffix .tgz
universal_variant no
installs_libs no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +51,7 @@ post-extract {
</span> # The frameworks are v1.13 frameworks that aren't applicable anymore.
delete ${worksrcpath}/Graphviz.app/Contents/Frameworks
# Remove the .DS_Store files that we don't really want to install.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- fs-traverse item ${worksrcpath} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ fs-traverse item [list ${worksrcpath}] {
</span> if {[file tail ${item}] eq ".DS_Store" && [file isfile ${item}]} {
delete ${item}
}
</pre><pre style='margin:0'>
</pre>