<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/8a7e0b58eedee48bc6f5f0decb0f7c6667725263">https://github.com/macports/macports-ports/commit/8a7e0b58eedee48bc6f5f0decb0f7c6667725263</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 8a7e0b58eed cppcheck: Switch to Python 3.11
</span>8a7e0b58eed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a7e0b58eedee48bc6f5f0decb0f7c6667725263
</span>Author: Vadym-Valdis Yudaiev <judaew@outlook.de>
AuthorDate: Sat Feb 25 18:21:09 2023 +0200

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cppcheck/Portfile b/devel/cppcheck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa8e2b8a62a..79f714b4859 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cppcheck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cppcheck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem                  1.0
</span> PortGroup                   github 1.0
 
 github.setup                danmar cppcheck 2.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    1
</span> 
 categories                  devel
 license                     GPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ checksums                   rmd160  abd264cb67414cdbf898931eb39d1bcaf55a2dfe \
</span>                             size    3439459
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_branch   3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_branch   3.11
</span> set python_version  [string map {"." ""} ${python_branch}]
 set python_bin      ${prefix}/bin/python${python_branch}
 
</pre><pre style='margin:0'>

</pre>