<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b32052b18fb6f7264dbc160106fe3056c9c32494">https://github.com/macports/macports-ports/commit/b32052b18fb6f7264dbc160106fe3056c9c32494</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b32052b18fb6f7264dbc160106fe3056c9c32494
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 11 21:33:34 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    xmms2 +perl: Use a specific perl
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The variant will install files for a specific perl, so specify which
</span><span style='display:block; white-space:pre;color:#404040;'>    one to use. Don't leave it up to the chance of whatever variant of the
</span><span style='display:block; white-space:pre;color:#404040;'>    perl5 port the user has installed.
</span>---
 audio/xmms2/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/xmms2/Portfile b/audio/xmms2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 65456e808a7..5458cee0179 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/xmms2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/xmms2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,7 +85,8 @@ if {![variant_isset cpp]} {
</span> }
 
 variant perl description {Perl development support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:perl5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:perl5.28
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append --with-perl-binary ${prefix}/bin/perl5.28
</span> }
 if {![variant_isset perl]} {
     configure.args-append --without-optionals perl
</pre><pre style='margin:0'>

</pre>