<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/acf0c891adab014f49c866ac566abd280eda6564">https://github.com/macports/macports-ports/commit/acf0c891adab014f49c866ac566abd280eda6564</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 acf0c891ada libomp: Fix license file name (case sensitive systems)
</span>acf0c891ada is described below

<span style='display:block; white-space:pre;color:#808000;'>commit acf0c891adab014f49c866ac566abd280eda6564
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Oct 25 17:47:14 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libomp: Fix license file name (case sensitive systems)
</span>---
 lang/libomp/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3ce0d47849a..2cc209a97bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -139,7 +139,7 @@ post-destroot {
</span>     }
 
     set fpath ${worksrcpath}/${rtpath}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy ${fpath}/README.txt ${fpath}/../LICENSE.txt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file copy ${fpath}/README.txt ${fpath}/../LICENSE.TXT \
</span>         ${fpath}/../www ${instdest}/share/doc/libomp/
 
 }
</pre><pre style='margin:0'>

</pre>