<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/f64bd4a8dea344e3b70c3746843645bb3cb55d88">https://github.com/macports/macports-ports/commit/f64bd4a8dea344e3b70c3746843645bb3cb55d88</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 f64bd4a8dea yadm: fix install paths and install completions
</span>f64bd4a8dea is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f64bd4a8dea344e3b70c3746843645bb3cb55d88
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu Jan 9 10:24:17 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> yadm: fix install paths and install completions
</span>---
sysutils/yadm/Portfile | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/yadm/Portfile b/sysutils/yadm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 01023dd92c7..cd7cafd7113 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/yadm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/yadm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup makefile 1.0
</span>
github.setup yadm-dev yadm 3.3.0
github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories sysutils
platforms any
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,4 +29,19 @@ checksums sha256 a977836ee874fece3d69b5a8f7436e6ce4e6bf8d2520f8517c12
</span> installs_libs no
supported_archs noarch
makefile.has_destdir \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Install shell completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall ${worksrcpath}/completion/bash/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/share/bash-completion/completions/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/fish/vendor_completions.d/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall ${worksrcpath}/completion/fish/${name}.fish \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/share/fish/vendor_completions.d/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall ${worksrcpath}/completion/zsh/_${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${destroot}${prefix}/share/zsh/site-functions/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>