<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/210d216b98fbe096666856a2bbb3794d9aa9f542">https://github.com/macports/macports-ports/commit/210d216b98fbe096666856a2bbb3794d9aa9f542</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 210d216b98f xaos,p5-crypt-rijndael: rev-bump to fix potential linking issue
</span>210d216b98f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 210d216b98fbe096666856a2bbb3794d9aa9f542
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Apr 23 16:36:11 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    xaos,p5-crypt-rijndael: rev-bump to fix potential linking issue
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Cause by a bug in legacysupport that caused ports on systems not
</span><span style='display:block; white-space:pre;color:#404040;'>    needing legacy support to be linked against the library anyway.
</span><span style='display:block; white-space:pre;color:#404040;'>    Now fixed so forcing a rebuild of potentially affected ports.
</span>---
 graphics/xaos/Portfile          | 1 +
 perl/p5-crypt-rijndael/Portfile | 1 +
 2 files changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/xaos/Portfile b/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5a204afe3c6..59c9c883928 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/xaos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup               legacysupport 1.1
</span> PortGroup               compiler_blacklist_versions 1.0
 
 github.setup            xaos-project XaoS 4.2.1 release-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> github.tarball_from     archive
 
 name                    xaos
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-crypt-rijndael/Portfile b/perl/p5-crypt-rijndael/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d81e03a8c07..f51eb372a55 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-crypt-rijndael/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-crypt-rijndael/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           perl5 1.0
</span> 
 perl5.branches      5.26 5.28 5.30
 perl5.setup         Crypt-Rijndael 1.16
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> license             LGPL
 maintainers         nomaintainer
 description         Implementation of the Rijndel-crypto algorithm for perl
</pre><pre style='margin:0'>

</pre>