Hi!

Bugfixing update to 2.10.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.162
diff -u -p -u -p -r1.162 Makefile
--- Makefile    11 Oct 2016 10:59:27 -0000      1.162
+++ Makefile    3 Nov 2016 14:42:35 -0000
@@ -4,7 +4,7 @@ COMMENT-main =  GIT - Tree History Storag
 COMMENT-svn =  GIT - subversion interoperability tools
 COMMENT-x11 =  GIT - graphical tools
 
-V =            2.10.1
+V =            2.10.2
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.124
diff -u -p -u -p -r1.124 distinfo
--- distinfo    11 Oct 2016 10:59:27 -0000      1.124
+++ distinfo    3 Nov 2016 14:42:35 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-2.10.1.tar.gz) = eFU/eG8aZstomDwXC+SCVYAoozdgVsDy7TZvMxseNfI=
-SHA256 (git-manpages-2.10.1.tar.gz) = 
RXJHeo/6aZY/K+fW4P5juBkt4sMB7fPjeoiPkEu/0S4=
-SIZE (git-2.10.1.tar.gz) = 6057915
-SIZE (git-manpages-2.10.1.tar.gz) = 636238
+SHA256 (git-2.10.2.tar.gz) = PX7yddgLl6qmHztr6dPcUWIC5vb12IXywJtZ66WS3MQ=
+SHA256 (git-manpages-2.10.2.tar.gz) = 
HqtTgz+7Qy6ck23UalvrbSXS+ui+JY3vUDscIae/U2M=
+SIZE (git-2.10.2.tar.gz) = 6065116
+SIZE (git-manpages-2.10.2.tar.gz) = 636509
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.64
diff -u -p -u -p -r1.64 patch-Makefile
--- patches/patch-Makefile      11 Oct 2016 10:59:27 -0000      1.64
+++ patches/patch-Makefile      3 Nov 2016 14:42:35 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.64 2016/10/11 10:59:27 dcoppa Exp $
---- Makefile.orig      Tue Oct  4 00:19:09 2016
-+++ Makefile   Tue Oct 11 11:46:07 2016
-@@ -2269,7 +2269,7 @@ export TEST_NO_MALLOC_CHECK
+--- Makefile.orig      Fri Oct 28 21:34:16 2016
++++ Makefile   Tue Nov  1 19:19:33 2016
+@@ -2270,7 +2270,7 @@ export TEST_NO_MALLOC_CHECK
  
  ### Testing rules
  
Index: patches/patch-t_test-lib_sh
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-t_test-lib_sh,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 patch-t_test-lib_sh
--- patches/patch-t_test-lib_sh 11 Oct 2016 10:59:27 -0000      1.15
+++ patches/patch-t_test-lib_sh 3 Nov 2016 14:42:35 -0000
@@ -5,8 +5,8 @@ wants it badly.
 
 Fix sum() function
 
---- t/test-lib.sh.orig Tue Oct  4 00:19:09 2016
-+++ t/test-lib.sh      Tue Oct 11 11:41:06 2016
+--- t/test-lib.sh.orig Fri Oct 28 21:34:16 2016
++++ t/test-lib.sh      Tue Nov  1 19:19:33 2016
 @@ -48,6 +48,11 @@ fi
  . "$GIT_BUILD_DIR"/GIT-BUILD-OPTIONS
  export PERL_PATH SHELL_PATH
@@ -19,7 +19,7 @@ Fix sum() function
  # if --tee was passed, write the output not only to the terminal, but
  # additionally to the file test-results/$BASENAME.out, too.
  case "$GIT_TEST_TEE_STARTED, $* " in
-@@ -964,6 +969,12 @@ case $(uname -s) in
+@@ -990,6 +995,12 @@ case $(uname -s) in
        test_set_prereq CYGWIN
        test_set_prereq SED_STRIPS_CR
        test_set_prereq GREP_STRIPS_CR

Reply via email to