<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8035786d4ed503b15a77de86559fd5a48c6263e1">https://github.com/macports/macports-ports/commit/8035786d4ed503b15a77de86559fd5a48c6263e1</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 8035786d4ed openssl: Set test.ignore_archs
</span>8035786d4ed is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8035786d4ed503b15a77de86559fd5a48c6263e1
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Fri Sep 6 11:19:01 2024 +0200
<span style='display:block; white-space:pre;color:#404040;'> openssl: Set test.ignore_archs
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: #25627
</span>---
devel/openssl/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/openssl/Portfile b/devel/openssl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 542052246a7..4a106cf13f0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/openssl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/openssl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,10 +18,11 @@ long_description {*}${description}
</span> homepage https://www.openssl.org/
conflicts libressl libressl-devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This does not install architecture-specific files and will generate a warning
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# because of that, but it still needs to stay architecture specific because
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# otherwise +universal will not bubble through this when +universal ports only
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# directly depend on this port, rather than openssl3.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This does not install architecture-specific files and would generate
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# a warning because of that, but it still needs to stay architecture specific
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# because otherwise +universal will not bubble through this when +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ports only directly depend on this port, rather than openssl3.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.ignore_archs yes
</span>
distfiles
use_configure no
</pre><pre style='margin:0'>
</pre>