<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4d26490a96e3819ac1422003dbc2a5bf65005db1">https://github.com/macports/macports-ports/commit/4d26490a96e3819ac1422003dbc2a5bf65005db1</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 4d26490a96e hdf5: Avoid double spaces in notes
</span>4d26490a96e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4d26490a96e3819ac1422003dbc2a5bf65005db1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 18 07:22:35 2020 -0600
<span style='display:block; white-space:pre;color:#404040;'> hdf5: Avoid double spaces in notes
</span>---
science/hdf5/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/hdf5/Portfile b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1a762ac8b9d..a14dc92e17e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -187,9 +187,9 @@ if {[ mpi_variant_isset ]} {
</span>
notes-append {
Mac users may need to set the environment variable "HDF5_USE_FILE_LOCKING"\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-to the five-character string "FALSE" when accessing network mounted files. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-This is an application run-time setting, not a configure or build setting. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-Otherwise errors such as "unable to open file" or "HDF5 error" may be \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+to the five-character string "FALSE" when accessing network mounted files.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+This is an application run-time setting, not a configure or build setting.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Otherwise errors such as "unable to open file" or "HDF5 error" may be\
</span> encountered.
}
</pre><pre style='margin:0'>
</pre>