+cc maintainer

On Wed, Aug 14 2019, Jan Stary <h...@stare.cz> wrote:
> 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.

Indeed.

ritchie /tmp$ git clone rsync://host.xz/path/to/repo.git/
Cloning into 'repo'...
fatal: git-over-rsync is no longer supported

Here's a tweaked diff that only bumps -main, since only RUN_DEPENDS-main
is changed.

Benoit & others: ok?


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    15 Aug 2019 14:39:03 -0000
@@ -6,6 +6,7 @@ COMMENT-x11 =   GIT - graphical tools
 
 V =            2.22.0
 REVISION =     0
+REVISION-main =        1
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
@@ -45,8 +46,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


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to