<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/a01ff955f0fc4c7dae45ceef8f251107d85c8671">https://github.com/macports/macports-ports/commit/a01ff955f0fc4c7dae45ceef8f251107d85c8671</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 a01ff955f0f copilot: use npm9
</span>a01ff955f0f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a01ff955f0fc4c7dae45ceef8f251107d85c8671
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jan 15 11:25:34 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    copilot: use npm9
</span>---
 devel/copilot/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/copilot/Portfile b/devel/copilot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e6237dab2fa..5ceb5d2e182 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/copilot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/copilot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           golang 1.0
</span> go.setup            github.com/aws/copilot-cli 1.24.0 v
 github.tarball_from archive
 name                copilot
<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://aws.github.io/copilot-cli
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ maintainers         {gmail.com:herby.gillot @herbygillot} \
</span> 
 depends_build-append \
                     port:go-mockgen \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    path:bin/npm:npm8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:bin/npm:npm9 \
</span>                     port:packr
 
 # allow Go to fetch deps at run-time
</pre><pre style='margin:0'>

</pre>