<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5451aba97ffdf98536641969ddd2db252b9d9895">https://github.com/macports/macports-ports/commit/5451aba97ffdf98536641969ddd2db252b9d9895</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 5451aba  latex2html: add variant for Perl 5.28
</span>5451aba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5451aba97ffdf98536641969ddd2db252b9d9895
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Jan 5 23:31:54 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    latex2html: add variant for Perl 5.28
</span>---
 print/latex2html/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/latex2html/Portfile b/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9188d62..4a51988 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,8 @@ patchfiles-append       patch-destdir.diff
</span> # latex2html can not depend on perl5 since it puts the full perl name in the scripts
 #    (#! ${prefix}/bin/perl5.x)
 perl5.conflict_variants yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.branches          5.26
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.branches          5.26 5.28
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.default_branch    5.26
</span> perl5.create_variants   ${perl5.branches}
 
 configure.perl          ${perl5.bin}
</pre><pre style='margin:0'>

</pre>