<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/f69175679679ce4c82adc765cab6c99643efd8f5">https://github.com/macports/macports-ports/commit/f69175679679ce4c82adc765cab6c99643efd8f5</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 f6917567967 openssl: Mark architecture-specific
</span>f6917567967 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f69175679679ce4c82adc765cab6c99643efd8f5
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Fri Sep 6 10:33:22 2024 +0200
<span style='display:block; white-space:pre;color:#404040;'> openssl: Mark architecture-specific
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See jmr's comment on https://github.com/macports/macports-ports/commit/e2ae2e44d6db356e9f18c825b76f5c7327f7b458
</span>---
devel/openssl/Portfile | 7 +++++--
1 file changed, 5 insertions(+), 2 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 3ae80200a9c..542052246a7 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;'>@@ -6,7 +6,7 @@ PortGroup openssl 1.0
</span> name openssl
epoch 2
version [openssl::default_branch]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 19
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 20
</span>
categories devel security
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,10 @@ long_description {*}${description}
</span> homepage https://www.openssl.org/
conflicts libressl libressl-devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs noarch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This does not install architecture-specific files and will generate a warning
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# because of that, but it still needs to stay architecture specific because
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# otherwise +universal will not bubble through this when +universal ports only
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# directly depend on this port, rather than openssl3.
</span>
distfiles
use_configure no
</pre><pre style='margin:0'>
</pre>