Lots of small changes, nothing big/critical.
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.19.2.txt

Works.

Sort RDEP while here.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.194
diff -u -p -r1.194 Makefile
--- Makefile    5 Oct 2018 21:54:41 -0000       1.194
+++ Makefile    24 Nov 2018 23:01:36 -0000
@@ -4,7 +4,7 @@ COMMENT-main =  GIT - Tree History Storag
 COMMENT-svn =  GIT - subversion interoperability tools
 COMMENT-x11 =  GIT - graphical tools
 
-V =            2.19.1
+V =            2.19.2
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
@@ -42,8 +42,8 @@ MULTI_PACKAGES =      -main -svn -x11
 WANTLIB-main =         c crypto curl expat iconv intl pthread ssl z
 
 RUN_DEPENDS-main =     net/rsync \
-                       devel/p5-Error \
-                       devel/cvsps
+                       devel/cvsps \
+                       devel/p5-Error
 LIB_DEPENDS-main =     devel/gettext \
                        net/curl
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.147
diff -u -p -r1.147 distinfo
--- distinfo    5 Oct 2018 21:54:41 -0000       1.147
+++ distinfo    24 Nov 2018 22:56:41 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-2.19.1.tar.gz) = 7E3JZFZhLGW/bZRM7prGQBRexyRTdoMreBywPpfLt5Y=
-SHA256 (git-manpages-2.19.1.tar.gz) = 
vSf1jckKZh4wgLlzZetzIr+hhd6VY0/FnZgxGSWn2JQ=
-SIZE (git-2.19.1.tar.gz) = 7708143
-SIZE (git-manpages-2.19.1.tar.gz) = 702313
+SHA256 (git-2.19.2.tar.gz) = 24k61pyayUmLCWd8WDl4frous7fvK8ML+6fmLnfPeFA=
+SHA256 (git-manpages-2.19.2.tar.gz) = 
YDNOzVnuEDGa9KeBUXTRCZHRr6us07MSnVifA4vyVUI=
+SIZE (git-2.19.2.tar.gz) = 7720555
+SIZE (git-manpages-2.19.2.tar.gz) = 702847

Reply via email to