<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1db5b9a969b3e501e515863618328153a3419019">https://github.com/macports/macports-ports/commit/1db5b9a969b3e501e515863618328153a3419019</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 1db5b9a969b lf: add few example files
</span>1db5b9a969b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1db5b9a969b3e501e515863618328153a3419019
</span>Author: Vadym-Valdis Yudaiev <judaew@macports.org>
AuthorDate: Fri Jun 3 02:45:35 2022 +0300
<span style='display:block; white-space:pre;color:#404040;'> lf: add few example files
</span>---
sysutils/lf/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/lf/Portfile b/sysutils/lf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 341e98ed2ae..adbe233a6fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/lf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/lf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> PortGroup golang 1.0
go.setup github.com/gokcehan/lf 27 r
<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
maintainers {judaew @judaew} openmaintainer
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,7 +114,8 @@ destroot {
</span> ${destroot}${prefix}/share/${name}
xinstall -d ${destroot}${prefix}/etc/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0644 ${worksrcpath}/etc/lfrc.example \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0644 -W ${worksrcpath}/etc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ colors.example icons.example lfrc.example \
</span> ${destroot}${prefix}/etc/${name}
}
</pre><pre style='margin:0'>
</pre>