<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f8591c7ea2853bd520fed482510931d71874d3f6">https://github.com/macports/macports-ports/commit/f8591c7ea2853bd520fed482510931d71874d3f6</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 f8591c7ea28 util-linux: add bash-completion
</span>f8591c7ea28 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f8591c7ea2853bd520fed482510931d71874d3f6
</span>Author: Eric F <eric@iefdev.se>
AuthorDate: Thu Oct 8 13:18:47 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    util-linux: add bash-completion
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The install should include the bash-completion files. I used the
</span><span style='display:block; white-space:pre;color:#404040;'>    build.target, but removed the hardlink - since there was no
</span><span style='display:block; white-space:pre;color:#404040;'>    bash-completion for that one.
</span>---
 devel/util-linux/Portfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 113316e004a..44ce66726fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           legacysupport 1.0
 
 github.setup        karelzak util-linux 2.36 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,6 +94,15 @@ destroot {
</span>         xinstall -m 644 ${worksrcpath}/${path}.1 ${destroot}${prefix}/share/man/man1
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bash.d ${prefix}/etc/bash_completion.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 -d ${destroot}${bash.d}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.target-delete hardlink
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach _target "${build.target}" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 644 ${worksrcpath}/bash-completion/${_target} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ${destroot}${bash.d}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     set docdir ${prefix}/share/doc/${name}
     xinstall -m 755 -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} README NEWS ChangeLog COPYING AUTHORS ABOUT-NLS \
</pre><pre style='margin:0'>

</pre>