<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4f98d16888e3a6ad92887d02944f7cecfd412872">https://github.com/macports/macports-ports/commit/4f98d16888e3a6ad92887d02944f7cecfd412872</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 4f98d16888e mlton: Fix environment variable that specifies gmp directory
</span>4f98d16888e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4f98d16888e3a6ad92887d02944f7cecfd412872
</span>Author: Phil Clayton <phil.clayton@veonix.com>
AuthorDate: Mon Dec 30 16:30:57 2024 +0000

<span style='display:block; white-space:pre;color:#404040;'>    mlton: Fix environment variable that specifies gmp directory
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The environment variable GMP_DIR is changed to WITH_GMP_DIR.
</span>---
 lang/mlton/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/mlton/Portfile b/lang/mlton/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 61401c16fc9..84db47ba91f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/mlton/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/mlton/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           openssl 1.0
</span> 
 github.setup        MLton mlton 475cf2b14993869711f1a93a15a9fa854b5126ed
 version             20240519
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          lang ml
 maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
 license             HPND
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +55,7 @@ compiler.blacklist-append {clang < 900}
</span> compiler.blacklist-append {macports-clang-1[7-9]} {macports-gcc-1[4-9]}
 
 build.args-append   CC=${configure.cc} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    GMP_DIR=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    WITH_GMP_DIR=${prefix}
</span> 
 platform darwin 10 {
     if {${configure.build_arch} eq "ppc"} {
</pre><pre style='margin:0'>

</pre>