<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/0c81ac1b24e71c354b9dd07569227a4eb62504d4">https://github.com/macports/macports-ports/commit/0c81ac1b24e71c354b9dd07569227a4eb62504d4</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 0c81ac1b24e croc: set correct go package
</span>0c81ac1b24e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0c81ac1b24e71c354b9dd07569227a4eb62504d4
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri May 31 18:53:21 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> croc: set correct go package
</span>---
net/croc/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/croc/Portfile b/net/croc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc08c7509f9..2d48221f6b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/croc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/croc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,10 @@ PortSystem 1.0
</span> PortGroup golang 1.0
go.setup github.com/schollz/croc 10.0.7 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.package github.com/schollz/croc/v9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.package github.com/schollz/croc/v10
</span> go.offline_build no
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> epoch 1
homepage https://schollz.com/blog/croc6
</pre><pre style='margin:0'>
</pre>