<pre style='margin:0'>
Jeremy Lavergne (nerdling) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/17c1aa6156851c50044e99ef88e068e6e768a171">https://github.com/macports/macports-ports/commit/17c1aa6156851c50044e99ef88e068e6e768a171</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 17c1aa6156851c50044e99ef88e068e6e768a171
</span>Author: Jeremy Lavergne <snc@macports.org>
AuthorDate: Mon Jul 18 09:58:31 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    lilypond: specifically use the perl we requested
</span>---
 textproc/lilypond/Portfile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 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 a43d1362e07..1a83c2477bf 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;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           perl5 1.0
</span> 
 name                lilypond
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,6 +17,7 @@ long_description    Lilypond is a unix-based automated engraving system that \
</span>                     similar to LaTeX. Lilypond can export sheet music to PDF, \
                     EPS, SVG, and PNG formats, and can also create MIDI files.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.major         5.34
</span> 
 subport lilypond-devel {
     long_description  The development version of the LilyPond music typesetter.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,11 +86,11 @@ depends_build-append \
</span>                     port:flex \
                     port:fontforge \
                     port:gmake \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p5.28-encode \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p5.28-pod-escapes \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p5.28-pod-simple \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p5.28-podlators \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p5.28-scalar-list-utils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-encode \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-pod-escapes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-pod-simple \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-podlators \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-scalar-list-utils \
</span>                     port:pkgconfig \
                     port:t1utils \
                     port:texinfo \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,6 +126,7 @@ if {${subport} eq ${name}} {
</span> build.type          gnu
 configure.cmd       autoconf -f && ./configure
 configure.python    ${prefix}/bin/python${py_ver}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.perl      ${perl5.bin}
</span> 
 if {${subport} ne ${name}} {
     # These targets also build and install compiled Scheme files (with
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -240,8 +243,6 @@ post-patch {
</span>     # Correct python shebang.
     reinplace -W ${worksrcpath} -E \
         s|/usr/bin/(env\\\ )?python3?|${configure.python}|g \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        release/upload.py \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        release/create-release.py \
</span>         scripts/auxiliar/tely-gettext.py \
         scripts/auxiliar/texi-langutils.py \
         scripts/auxiliar/translations-status.py \
</pre><pre style='margin:0'>

</pre>