<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/64319d031f9710587acc643b6a7eace717261a23">https://github.com/macports/macports-ports/commit/64319d031f9710587acc643b6a7eace717261a23</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 64319d031f9 lilypond: use correct port in license_noconflict
</span>64319d031f9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 64319d031f9710587acc643b6a7eace717261a23
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Dec 14 20:05:41 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> lilypond: use correct port in license_noconflict
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> And give a better explanation of why it's needed.
</span>---
textproc/lilypond/Portfile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/lilypond/Portfile b/textproc/lilypond/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c199e811667..baab78f9b8e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/lilypond/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/lilypond/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,8 +10,10 @@ categories textproc
</span> maintainers {snc @nerdling} openmaintainer
license GPL-3+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# libpaper is a dependency of ghostscript that's only used at runtime
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license_noconflict libpaper
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# LilyPond does not link with ghostscript. At least one of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ghostscript's dependencies (libpaper) links with legacysupport which
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is APSL-2 licensed which would cause an apparent conflict.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict ghostscript
</span>
description An automated engraving system for typesetting sheet music.
long_description Lilypond is a unix-based automated engraving system that \
</pre><pre style='margin:0'>
</pre>