<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c377a0d8381fd91feb3c9893ead1bf8e977ca822">https://github.com/macports/macports-ports/commit/c377a0d8381fd91feb3c9893ead1bf8e977ca822</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 c377a0d8381 luarocks-1.0: adapt to new lua-luarocks port
</span>c377a0d8381 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c377a0d8381fd91feb3c9893ead1bf8e977ca822
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sat Oct 28 01:39:16 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    luarocks-1.0: adapt to new lua-luarocks port
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See also commit 9047e79b4d7a98442d18d50e811c621aaf788560.
</span>---
 _resources/port1.0/group/luarocks-1.0.tcl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/luarocks-1.0.tcl b/_resources/port1.0/group/luarocks-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index f330306adbc..81386ded21a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/luarocks-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/luarocks-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ proc luarocks_set_branch {option action args} {
</span>     global prefix luarocks.branch \
            luarocks.bin luarocks.bindir luarocks.rocksdir \
            luarocks.suffix luarocks.branch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set luarocks.bin            ${prefix}/bin/luarocks-${luarocks.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set luarocks.bin            ${prefix}/bin/luarocks
</span>     set luarocks.bindir         ${prefix}/libexec/lua${luarocks.branch}
     set luarocks.rocksdir       ${prefix}/lib/luarocks/rocks-${luarocks.branch}
     set luarocks.suffix         [join [split ${luarocks.branch} .] {}]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -195,7 +195,7 @@ proc luarocks.setup {module vers {type "src.rock"} {docs {}} {source "custom"} {
</span>             }
             port::register_callback luarocks.add_distfiles
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            depends_build-append    port:lua${suffix}-luarocks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            depends_build-append    port:lua-luarocks
</span> 
             post-extract {
                 copy -force ${distpath}/${luarocks.distname}.rockspec ${worksrcpath}/${luarocks.distname}.rockspec
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -224,7 +224,7 @@ proc luarocks.setup {module vers {type "src.rock"} {docs {}} {source "custom"} {
</span>             set distname    ${luarocks.distname}
             extract.suffix .src.rock
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            depends_build-append    port:lua${suffix}-luarocks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            depends_build-append    port:lua-luarocks
</span> 
             extract.mkdir       yes
             extract {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -256,7 +256,7 @@ proc luarocks.setup {module vers {type "src.rock"} {docs {}} {source "custom"} {
</span>             set distname    ${luarocks.distname}
             extract.suffix .all.rock
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            depends_build-append    port:lua${suffix}-luarocks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            depends_build-append    port:lua-luarocks
</span> 
             extract.mkdir       yes
             extract {
</pre><pre style='margin:0'>

</pre>