<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/f8816088f495dfa042caa50138a4bcc84e97ec9e">https://github.com/macports/macports-ports/commit/f8816088f495dfa042caa50138a4bcc84e97ec9e</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 f8816088f49 p5-string-ediff: rev bump
</span>f8816088f49 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f8816088f495dfa042caa50138a4bcc84e97ec9e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Jul 1 14:58:20 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    p5-string-ediff: rev bump
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The implicit declaration fixed in 009c044 likely causes incorrect
</span><span style='display:block; white-space:pre;color:#404040;'>    behaviour on LP64 in cases where the compiler didn't reject the code,
</span><span style='display:block; white-space:pre;color:#404040;'>    since int is assumed but the function actually takes a longer type.
</span>---
 perl/p5-string-ediff/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-string-ediff/Portfile b/perl/p5-string-ediff/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 125dffe7a95..4cd36f0184c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-string-ediff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-string-ediff/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           perl5 1.0
</span> 
 perl5.branches      5.28 5.30 5.32 5.34
 perl5.setup         String-Ediff 0.09
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Produce common sub-string indices for two strings
</pre><pre style='margin:0'>

</pre>