<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/e48579067ec73e5d96d701d701c27fd544aa0f28">https://github.com/macports/macports-ports/commit/e48579067ec73e5d96d701d701c27fd544aa0f28</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 e48579067ec lima: fix templates folder not found when creating VM
</span>e48579067ec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e48579067ec73e5d96d701d701c27fd544aa0f28
</span>Author: MidnightRocket <git@midnightrocket.dev>
AuthorDate: Sun Sep 10 14:11:44 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    lima: fix templates folder not found when creating VM
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: lima-vm/lima#1679
</span><span style='display:block; white-space:pre;color:#404040;'>    The old examples folder is replaced with a symlink, to preserve existing
</span><span style='display:block; white-space:pre;color:#404040;'>    references, similarly to how it is done in official binary archives.
</span>---
 sysutils/lima/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/lima/Portfile b/sysutils/lima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a43f204fa92..87ac98244e4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/lima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/lima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           golang 1.0
</span> 
 go.setup            github.com/lima-vm/lima 0.17.2 v
 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> 
 homepage            https://lima-vm.io
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,10 +52,12 @@ destroot {
</span>         {*}[glob ${worksrcpath}/_output/share/doc/lima/docs/*.md] \
         ${destroot}${prefix}/share/doc/lima/docs
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0755 -d ${destroot}${prefix}/share/lima/examples
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 -d ${destroot}${prefix}/share/lima/templates
</span>     xinstall -m 0644 \
         {*}[glob ${worksrcpath}/_output/share/doc/lima/examples/*.yaml] \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${destroot}${prefix}/share/lima/examples
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/lima/templates
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -fs ${prefix}/share/lima/templates ${destroot}${prefix}/share/lima/examples
</span> }
 
 github.livecheck.regex {([0-9.]+)}
</pre><pre style='margin:0'>

</pre>