<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/519403f5330f81bea57ee1b90c01874a5555a8a8">https://github.com/macports/macports-ports/commit/519403f5330f81bea57ee1b90c01874a5555a8a8</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 519403f5330 libfmt8: cleanup: avoid hard-coded port name
</span>519403f5330 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 519403f5330f81bea57ee1b90c01874a5555a8a8
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Aug 11 11:09:15 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libfmt8: cleanup: avoid hard-coded port name
</span>---
 devel/libfmt8/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libfmt8/Portfile b/devel/libfmt8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 510654c1301..11396333ebc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libfmt8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libfmt8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ conflicts_build     gtest
</span> # The "install name," meaning, the subdirectory name for this port.
 # Should correspond to the major version.
 set port_install_name \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    libfmt8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ${subport}
</span> 
 # Define all of our base paths up-front
 set port_install_include \
</pre><pre style='margin:0'>

</pre>