<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/b2b7b4226265f97b4ea9bb91619439413011b85a">https://github.com/macports/macports-ports/commit/b2b7b4226265f97b4ea9bb91619439413011b85a</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 b2b7b422626 yaegi: update to 0.11.2
</span>b2b7b422626 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2b7b4226265f97b4ea9bb91619439413011b85a
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Dec 21 15:13:16 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    yaegi: update to 0.11.2
</span>---
 devel/yaegi/Portfile | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/yaegi/Portfile b/devel/yaegi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c9db44bb84..bb9c5e7f521 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/yaegi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/yaegi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,21 +3,20 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/traefik/yaegi 0.11.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/traefik/yaegi 0.11.2 v
</span> github.tarball_from archive
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Yaegi is Another Elegant Go Interpreter
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Yaegi is Another Elegant Go Interpreter
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Yaegi is Another Elegant Go Interpreter. It powers \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    executable Go scripts and plugins, in embedded \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    interpreters or interactive shells, on top of the Go \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    runtime. It has complete support for the Go \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    specification, is written in Pure Go, and works \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    everywhere Go works. All Go & runtime resources \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    accessible from script (with control), and for security, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    "unsafe" and "syscall" packages are neither used nor \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    exported by default.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Yaegi is Another Elegant Go Interpreter. It powers executable Go scripts \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    and plugins, in embedded interpreters or interactive shells, on top of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    the Go runtime. It has complete support for the Go specification, is \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    written in Pure Go, and works everywhere Go works. All Go & runtime \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    resources accessible from script (with control), and for security, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    "unsafe" and "syscall" packages are neither used nor exported by default.
</span> 
 categories          devel
 installs_libs       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +24,9 @@ license             Apache-2
</span> maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  4a065fabdbd14d9bed7ee4999e6749c1af8cf2ae \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  2d442f32e3a7beac3d41ef73be96c1e7a8d349c63abbe666adf3038857a7b26d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    2101956
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  195ff0ba9b028665196d277c528c8b7f6c126070 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7db575cc00cd01fc1e9c3bb7d00bf535ae54654d245bf994acd89eef810c94f6 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2102714
</span> 
 build.cmd           make
 build.target        install
</pre><pre style='margin:0'>

</pre>