<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/796a52f93f0fd550eda96f21743eb090c4eac9f3">https://github.com/macports/macports-ports/commit/796a52f93f0fd550eda96f21743eb090c4eac9f3</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 796a52f93f0 xrootd: Migrate to openssl PG Pin openssl version to 1.1 as not yet compatibile with 3.
</span>796a52f93f0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 796a52f93f0fd550eda96f21743eb090c4eac9f3
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Nov 6 12:01:13 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    xrootd: Migrate to openssl PG
</span><span style='display:block; white-space:pre;color:#404040;'>    Pin openssl version to 1.1 as not yet compatibile with 3.
</span>---
 science/xrootd/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/xrootd/Portfile b/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92bb73cebb7..de5b4a6e891 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/xrootd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           github                       1.0
</span> PortGroup           legacysupport                1.1
 
 github.setup        xrootd xrootd 5.3.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          science
 maintainers         {jonesc @cjones051073} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,9 +85,10 @@ variant readline description {Build with Readline Support} {
</span> }
 
 variant ssl description {Build with OpenSSL Support} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup openssl 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    openssl.branch 1.1
</span>     configure.args-delete   -DENABLE_CRYPTO=False
     configure.args-append   -DENABLE_CRYPTO=True -DOPENSSL_ROOT_DIR="${prefix}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:lib/libssl.dylib:openssl
</span> }
 
 variant kerberos description {Build with Kerberos 5 Support} {
</pre><pre style='margin:0'>

</pre>