<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0ab54617926a5d745f3045bdd7b8656af7c3626f">https://github.com/macports/macports-ports/commit/0ab54617926a5d745f3045bdd7b8656af7c3626f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0ab54617926a5d745f3045bdd7b8656af7c3626f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Dec 11 19:00:56 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    macports-module-map: add note and ticket reference
</span>---
 devel/macports-module-map/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/macports-module-map/Portfile b/devel/macports-module-map/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58b2aa0b320..684991c13df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/macports-module-map/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/macports-module-map/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ description         module map for MacPorts headers
</span> long_description    Provides a module.modulemap to work around bugs \
                     with clang -fmodules and the macOS SDK.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://www.macports.org/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://trac.macports.org/ticket/59992
</span> distfiles
 
 use_configure       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,3 +28,7 @@ destroot {
</span>         system "echo 'This port deliberately empty on non-darwin platforms.' > ${destroot}${prefix}/share/doc/${name}/README.txt"
     }
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "This port should no longer be needed, since a workaround for\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+the issue has been added to the ncurses headers. If you find the\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+module map is still needed for some reason, please let us know."
</span></pre><pre style='margin:0'>

</pre>