<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/276346fcd761787149e86282d04ec1f2b55430ec">https://github.com/macports/macports-ports/commit/276346fcd761787149e86282d04ec1f2b55430ec</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 276346fcd76 sshguard: fix python version in env var
</span>276346fcd76 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 276346fcd761787149e86282d04ec1f2b55430ec
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Thu May 1 17:29:24 2025 +1000

<span style='display:block; white-space:pre;color:#404040;'>    sshguard: fix python version in env var
</span>---
 net/sshguard/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/sshguard/Portfile b/net/sshguard/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e2eb7ad416..5cd3cbaf321 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/sshguard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/sshguard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,11 +26,12 @@ checksums           rmd160  bcffb585534c504cd9fbf950c3802fda334d255a \
</span> 
 use_autoreconf      yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_branch   3.13
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py313-docutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py[string map {. ""} ${python_branch}]-docutils
</span> 
 # we need to add the path to rst2man.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set path $::env(PATH):${frameworks_dir}/Python.framework/Versions/3.12/bin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set path            $::env(PATH):${frameworks_dir}/Python.framework/Versions/${python_branch}/bin/
</span> configure.env-append \
                     PATH=${path}
 build.env-append    PATH=${path}
</pre><pre style='margin:0'>

</pre>