If I read
https://github.com/git/git/blob/master/Documentation/RelNotes/2.8.0.txt
right, rsync support was removed from git about three years ago.
Jan
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.201
diff -u -p -r1.201 Makefile
--- Makefile 16 Jul 2019 09:56:55 -0000 1.201
+++ Makefile 14 Aug 2019 11:40:30 -0000
@@ -5,7 +5,7 @@ COMMENT-svn = GIT - subversion interoper
COMMENT-x11 = GIT - graphical tools
V = 2.22.0
-REVISION = 0
+REVISION = 1
DISTNAME = git-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-svn = git-svn-${V}
@@ -45,8 +45,7 @@ MULTI_PACKAGES = -main -svn -x11
WANTLIB-main = c crypto curl expat iconv intl nghttp2 pthread ssl z
RUN_DEPENDS-main = devel/cvsps \
- devel/p5-Error \
- net/rsync
+ devel/p5-Error
LIB_DEPENDS-main = devel/gettext,-runtime \
net/curl \
www/nghttp2