<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/367b859cb898a2c72fd3b4b50cd0248338ccc6c0">https://github.com/macports/macports-ports/commit/367b859cb898a2c72fd3b4b50cd0248338ccc6c0</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 367b859cb89 tagainijisho: correct Changelog case which caused some build failures
</span>367b859cb89 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 367b859cb898a2c72fd3b4b50cd0248338ccc6c0
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Wed Aug 21 13:56:36 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> tagainijisho: correct Changelog case which caused some build failures
</span>---
aqua/tagainijisho/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/tagainijisho/Portfile b/aqua/tagainijisho/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a29014bbc76..4b6b5cd226c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/tagainijisho/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/tagainijisho/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ if {${os.platform} ne "darwin" || ${os.major} > 15} {
</span> ${destroot}${docdir}/html
xinstall -m 0444 {*}[glob ${worksrcpath}/doc/images/*.png] \
${destroot}${docdir}/html/images
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0644 -W ${worksrcpath} COPYING.txt ChangeLog README.md \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0644 -W ${worksrcpath} COPYING.txt Changelog README.md \
</span> ${destroot}${docdir}
}
} else {
</pre><pre style='margin:0'>
</pre>