<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/40ab5d7d86788c1b13d9ce73619743f96316c5bd">https://github.com/macports/macports-base/commit/40ab5d7d86788c1b13d9ce73619743f96316c5bd</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 40ab5d7d pextlib1.0: comment on copyfile magic number
</span>40ab5d7d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 40ab5d7d86788c1b13d9ce73619743f96316c5bd
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Mon Feb 14 16:12:38 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    pextlib1.0: comment on copyfile magic number
</span>---
 src/pextlib1.0/xinstall.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/pextlib1.0/xinstall.c b/src/pextlib1.0/xinstall.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 7dcdf9f8..7a10dfaa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/pextlib1.0/xinstall.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/pextlib1.0/xinstall.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -548,7 +548,7 @@ install(Tcl_Interp *interp, const char *from_name, const char *to_name, u_long f
</span>                           return TCL_ERROR;
 #if HAVE_COPYFILE
                        if (copyfile)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                copyfile(from_name, tempcopy ? tempfile : to_name, 0, 0x5);
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                           copyfile(from_name, tempcopy ? tempfile : to_name, 0, 0x5); /* 0x5 is COPYFILE_ACL | COPYFILE_XATTR. */
</span> #endif
                }
        }
</pre><pre style='margin:0'>

</pre>