<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/e341066bda3f88eb8cbd2b5ed255b69d54602438">https://github.com/macports/macports-ports/commit/e341066bda3f88eb8cbd2b5ed255b69d54602438</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 e341066bda3 moar, MoarVM: declare mutual conflicts
</span>e341066bda3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e341066bda3f88eb8cbd2b5ed255b69d54602438
</span>Author: Austin Ziegler <austin@zieglers.ca>
AuthorDate: Tue Oct 17 10:22:52 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    moar, MoarVM: declare mutual conflicts
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Both `moar` and `MoarVM` want to install binaries called `moar`.
</span><span style='display:block; white-space:pre;color:#404040;'>    Currently, this is not resolved until the install phase of the later
</span><span style='display:block; white-space:pre;color:#404040;'>    installed port.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/68491
</span>---
 lang/MoarVM/Portfile   | 2 ++
 textproc/moar/Portfile | 2 ++
 2 files changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/MoarVM/Portfile b/lang/MoarVM/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a3fa6fd3f3..e028fac14ab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/MoarVM/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/MoarVM/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,8 @@ long_description    MoarVM is a modern virtual machine built for the Rakudo \
</span> homepage            https://moarvm.org/
 master_sites        https://moarvm.org/releases/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts           moar
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums           rmd160  c22c09c79b656d5156e8d74f35569b0b2e211d39 \
                     sha256  143f92510eaa3452c712e4aae9f44d84cd078f16517b40252bab7dd5e224ecdb \
                     size    14929053
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/moar/Portfile b/textproc/moar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cf8f1651715..7ff9953b5d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/moar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/moar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ go.offline_build    no
</span> github.tarball_from archive
 revision            0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts           MoarVM
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description         Moar is a pager. It's designed to just do the right thing \
                     without any configuration.
 
</pre><pre style='margin:0'>

</pre>