<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/968f4f97267f4c7c8d7089321c0e2a2823ea6b8e">https://github.com/macports/macports-ports/commit/968f4f97267f4c7c8d7089321c0e2a2823ea6b8e</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 968f4f97267 libtool: Remove stray $ after variable assignment
</span>968f4f97267 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 968f4f97267f4c7c8d7089321c0e2a2823ea6b8e
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Sun Apr 21 13:48:54 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libtool: Remove stray $ after variable assignment
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/69599
</span>---
 devel/libtool/Portfile                | 2 +-
 devel/libtool/files/hardcode-m4.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libtool/Portfile b/devel/libtool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7d65a4fd0cd..8391c0789d3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libtool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libtool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           clang_dependency 1.0
</span> 
 name                libtool
 version             2.4.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> categories          devel sysutils
 platforms           darwin freebsd
 # Scripts are GPL-2+, libltdl is LGPL-2+, but all parts that tend to be
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libtool/files/hardcode-m4.patch b/devel/libtool/files/hardcode-m4.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index 73b5175fa68..443f36334bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libtool/files/hardcode-m4.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libtool/files/hardcode-m4.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,7 @@ Index: configure
</span>  LN_S=$lt_LN_S
  
 +# GNU M4.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+M4=$lt_M4$
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++M4=$lt_M4
</span> +
  # What is the maximum length of a command?
  max_cmd_len=$max_cmd_len
</pre><pre style='margin:0'>

</pre>