<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a9fbef2fb43e820f0da72274918c6e5ebe4a642">https://github.com/macports/macports-ports/commit/5a9fbef2fb43e820f0da72274918c6e5ebe4a642</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 5a9fbef2fb4 zed: fix destroot
</span>5a9fbef2fb4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a9fbef2fb43e820f0da72274918c6e5ebe4a642
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Nov 26 09:18:42 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    zed: fix destroot
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66350
</span>---
 textproc/zed/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/zed/Portfile b/textproc/zed/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 04039642c2a..ca95b8988db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/zed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/zed/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ description         \
</span>     Tooling for super-structured data: a new and easier way to manipulate data
 
 long_description    \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    {*}${description}. Zed & ${name} offers a new approach to data that makes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    {*}${description}. Zed offers a new approach to data that makes \
</span>     it easier to manipulate and manage your data. With Zed's new \
     super-structured data model, messy JSON data can easily be given the \
     fully-typed precision of relational tables without giving up JSON's \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ patch {
</span> 
 if {${subport} eq ${name}} {
     destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        foreach zbin {zed zc zst} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        foreach zbin {zed zc} {
</span>             xinstall -m 0755 \
                 ${worksrcpath}/dist/${zbin} ${destroot}${prefix}/bin/
         }
</pre><pre style='margin:0'>

</pre>