<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/d0c67122d8a9f345bd36bbc57f33c5060d52b89a">https://github.com/macports/macports-ports/commit/d0c67122d8a9f345bd36bbc57f33c5060d52b89a</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 d0c67122d8a rsync: Take maintainership and update comment
</span>d0c67122d8a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0c67122d8a9f345bd36bbc57f33c5060d52b89a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jul 7 17:44:05 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    rsync: Take maintainership and update comment
</span>---
 net/rsync/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/rsync/Portfile b/net/rsync/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 34470a999cc..b02999bddd6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/rsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/rsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ categories          net
</span> license             {GPL-3+ OpenSSLException}
 installs_libs       no
 platforms           darwin freebsd sunos
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         nomaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {ryandesign @ryandesign} openmaintainer
</span> description         Fast incremental file transfer
 long_description    rsync is an open source utility that provides fast \
                     incremental file transfer. It works both locally and remote \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,10 +35,10 @@ patch.pre_args      -p1
</span> # These patches come from
 # https://download.samba.org/pub/rsync/src/rsync-patches-3.2.2.tar.gz
 # and need to be updated with each release.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# We would like to use hfs-compression.diff but it is claimed that it is
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# marked by upstream as broken as of 3.1.3, although I cannot find
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# evidence for that claim:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://trac.macports.org/ticket/60792
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# We used to use hfs-compression.diff but it has been deliberately
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# disabled by its developers as of 3.1.3 because it needs to be reworked
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# to account for changes that occurred in rsync's rsync_xal_get function:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/60792#comment:2
</span> patchfiles          fileflags.diff \
                     crtimes.diff
 
</pre><pre style='margin:0'>

</pre>