<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/31d0ea32a4a0e372664f26c316a262b18c7d3520">https://github.com/macports/macports-ports/commit/31d0ea32a4a0e372664f26c316a262b18c7d3520</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 31d0ea32a4a git-devel: update to 2.43.2
</span>31d0ea32a4a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 31d0ea32a4a0e372664f26c316a262b18c7d3520
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Feb 14 14:40:15 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    git-devel: update to 2.43.2
</span>---
 devel/git/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4860d915430..7088006eea1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ long_description    Git is a fast, scalable, distributed open source version \
</span> subport ${name}-devel {
     PortGroup           github  1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.setup        git git 2.43.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup        git git 2.43.2 v
</span>     github.tarball_from archive
     revision            0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,9 +77,9 @@ if {${name} eq ${subport}} {
</span>     # DEVELOPMENT VERSION
 
     checksums       ${distname}${extract.suffix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  63793d976be7bb78847827c909df670956c23286 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  a6886b25734faf84313748afb4b9b0c3082eac17585325d6eba3c1bf95605865 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    10972957
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  193f8db34df320f8c551b22f594eb52c09eba9b2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  fe5a04be66d5e93aa8f84241a33893392a857d389a51d6a03b076802d04786df \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    10974790
</span> 
     depends_build-append \
                     port:asciidoc \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -396,8 +396,8 @@ variant diff_highlight description {Install git diff-highlight utility from cont
</span> # This variant enables git to use MacPorts' Python as it builds these
 # additional tools.
 variant python description {Build with Python support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:python311
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    build.args-append   PYTHON_PATH="${prefix}/bin/python3.11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args-append   PYTHON_PATH="${prefix}/bin/python3.12"
</span> }
 
 platform darwin 8 {
</pre><pre style='margin:0'>

</pre>