<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/1a0de0494fa0e0a18207aa1287fd7fd176d2a69c">https://github.com/macports/macports-ports/commit/1a0de0494fa0e0a18207aa1287fd7fd176d2a69c</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 1a0de0494fa nim: install test runner binary
</span>1a0de0494fa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1a0de0494fa0e0a18207aa1287fd7fd176d2a69c
</span>Author: Josh Caswell <josh@woolsweater.net>
AuthorDate: Sat Feb 25 11:56:26 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    nim: install test runner binary
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Include the `testament` executable in the installation/linking list.
</span><span style='display:block; white-space:pre;color:#404040;'>    Testament is the Nim project's official test runner, and the executable for
</span><span style='display:block; white-space:pre;color:#404040;'>    it is already built as part of the compiler/language suite.
</span>---
 lang/nim/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/nim/Portfile b/lang/nim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 70ae0b912c9..7e941028879 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/nim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/nim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                nim
 version             1.6.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             MIT
 categories          lang
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,9 +51,9 @@ build {
</span> destroot {
     system -W ${worksrcpath} "./install.sh [shellescape ${destroot}/${prefix}/lib]"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 -W ${worksrcpath}/bin nimble nimsuggest nimgrep ${destroot}/${prefix}/lib/${name}/bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 -W ${worksrcpath}/bin nimble nimsuggest nimgrep testament ${destroot}/${prefix}/lib/${name}/bin
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    foreach b {nim nimble nimsuggest nimgrep} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach b {nim nimble nimsuggest nimgrep testament} {
</span>         ln -sf ${prefix}/lib/${name}/bin/${b} ${destroot}/${prefix}/bin/
     }
 
</pre><pre style='margin:0'>

</pre>