<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/6d579943a79bf9204df1548ba03924acfda506fe">https://github.com/macports/macports-ports/commit/6d579943a79bf9204df1548ba03924acfda506fe</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 6d579943a79 xrootd: update to 5.6.1
</span>6d579943a79 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6d579943a79bf9204df1548ba03924acfda506fe
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Aug 16 11:23:27 2023 +0100
<span style='display:block; white-space:pre;color:#404040;'> xrootd: update to 5.6.1
</span>---
science/xrootd/Portfile | 16 ++++++----------
1 file changed, 6 insertions(+), 10 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 986c3a3a5d6..9be9f5975cc 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;'>@@ -6,12 +6,12 @@ PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
PortGroup legacysupport 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup xrootd xrootd 5.5.5 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup xrootd xrootd 5.6.1 v
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 b5ec2083ece688550b158247340ceb8b17c12bf3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 f51a8f3121b2c8857b9630b505acdfe5c71742f8f7a30dbbfa48bb7307a4c33b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 3161648
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 8b0978bf133c24f59d404ccee8ed675ae60d5bef \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 d0d3b98d774b5b1b14bfbb0316fba2650785a395e5bc1aa426d98f4be3fb9521 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 3278662
</span>
categories science
maintainers {jonesc @cjones051073} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,7 +65,8 @@ foreach python_v ${python_vs} {
</span> configure.python ${prefix}/bin/python${python_v}
depends_lib-append port:python${python_v_nodot}
depends_build-append port:py${python_v_nodot}-setuptools \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python_v_nodot}-setuptools_scm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python_v_nodot}-setuptools_scm \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python_v_nodot}-pip
</span> configure.args-replace -DENABLE_PYTHON=FALSE -DENABLE_PYTHON=TRUE
configure.args-append -DPYTHON_EXECUTABLE=${configure.python}
post-extract {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,11 +95,6 @@ variant readline description {Build with Readline Support} {
</span>
variant ssl description {Build with OpenSSL Support} {
PortGroup openssl 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Exxperimental support for openssl 3 exists, but not yet considered
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # stable. see
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # https://github.com/xrootd/xrootd/issues/1558#issuecomment-971655634
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # For now stick with openssl 1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- openssl.branch 1.1
</span> # Build configuration does not properly respect custom openssl
# location and opportunistically finds and uses the shim openssl
# port includes instead. Use compiler wrap option to fix this.
</pre><pre style='margin:0'>
</pre>