An update to the latest git release.
Ciao!
David
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.121
diff -u -p -u -p -r1.121 Makefile
--- Makefile 13 Jan 2015 09:40:56 -0000 1.121
+++ Makefile 6 Feb 2015 10:07:30 -0000
@@ -4,7 +4,7 @@ COMMENT-main = GIT - Tree History Storag
COMMENT-svn = GIT - subversion interoperability tools
COMMENT-x11 = GIT - graphical tools
-V = 2.2.2
+V = 2.3.0
DISTNAME = git-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-svn = git-svn-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.91
diff -u -p -u -p -r1.91 distinfo
--- distinfo 13 Jan 2015 09:40:56 -0000 1.91
+++ distinfo 6 Feb 2015 10:07:30 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-2.2.2.tar.gz) = 6eUNDTghg6kyfTkzTrZduShSII4UOKqyqb+NBu8XtlM=
-SHA256 (git-manpages-2.2.2.tar.gz) =
yTQPrR9SHzeCq8pIOdZr/uI38+kxhWQTVhzxtV/J1VA=
-SIZE (git-2.2.2.tar.gz) = 5164147
-SIZE (git-manpages-2.2.2.tar.gz) = 589223
+SHA256 (git-2.3.0.tar.gz) = ui/oFOcJpdDwNOvoIIP85/7tCJmzqMizrfHFqF0c6aw=
+SHA256 (git-manpages-2.3.0.tar.gz) =
iqTR5de79WQanekieTadmyDMJmunsoiBBO+kDoC1NVk=
+SIZE (git-2.3.0.tar.gz) = 5183421
+SIZE (git-manpages-2.3.0.tar.gz) = 590802
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.51
diff -u -p -u -p -r1.51 patch-Makefile
--- patches/patch-Makefile 13 Jan 2015 09:40:56 -0000 1.51
+++ patches/patch-Makefile 6 Feb 2015 10:07:30 -0000
@@ -1,7 +1,20 @@
$OpenBSD: patch-Makefile,v 1.51 2015/01/13 09:40:56 benoit Exp $
---- Makefile.orig Mon Jan 12 23:25:03 2015
-+++ Makefile Tue Jan 13 09:28:37 2015
-@@ -1927,13 +1927,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
+
+No need for librt on OpenBSD
+
+Workaround for ar(1) not having 's' on VAX by calling ranlib
+
+--- Makefile.orig Thu Feb 5 15:40:08 2015
++++ Makefile Fri Feb 6 02:50:36 2015
+@@ -1407,7 +1407,6 @@ endif
+
+ ifdef HAVE_CLOCK_GETTIME
+ BASIC_CFLAGS += -DHAVE_CLOCK_GETTIME
+- EXTLIBS += -lrt
+ endif
+
+ ifdef HAVE_CLOCK_MONOTONIC
+@@ -1959,13 +1958,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
$(LIB_FILE): $(LIB_OBJS)
@@ -18,7 +31,7 @@ $OpenBSD: patch-Makefile,v 1.51 2015/01/
export DEFAULT_EDITOR DEFAULT_PAGER
-@@ -2114,7 +2114,7 @@ export TEST_NO_MALLOC_CHECK
+@@ -2146,7 +2145,7 @@ export TEST_NO_MALLOC_CHECK
### Testing rules
Index: patches/patch-contrib_svn-fe_Makefile
===================================================================
RCS file: patches/patch-contrib_svn-fe_Makefile
diff -N patches/patch-contrib_svn-fe_Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-contrib_svn-fe_Makefile 6 Feb 2015 10:07:30 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+No need for librt on OpenBSD
+
+--- contrib/svn-fe/Makefile.orig Fri Feb 6 02:50:23 2015
++++ contrib/svn-fe/Makefile Fri Feb 6 02:50:45 2015
+@@ -41,7 +41,6 @@ endif
+
+ ifdef HAVE_CLOCK_GETTIME
+ CFLAGS += -DHAVE_CLOCK_GETTIME
+- EXTLIBS += -lrt
+ endif
+
+ ifdef NEEDS_LIBICONV
Index: patches/patch-t_test-lib_sh
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-t_test-lib_sh,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 patch-t_test-lib_sh
--- patches/patch-t_test-lib_sh 13 Jan 2015 09:40:56 -0000 1.6
+++ patches/patch-t_test-lib_sh 6 Feb 2015 10:07:30 -0000
@@ -5,8 +5,8 @@ wants it badly.
Fix sum() function
---- t/test-lib.sh.orig Mon Jan 12 23:25:03 2015
-+++ t/test-lib.sh Tue Jan 13 09:28:37 2015
+--- t/test-lib.sh.orig Thu Feb 5 15:40:08 2015
++++ t/test-lib.sh Fri Feb 6 02:46:57 2015
@@ -51,6 +51,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
-@@ -920,6 +925,12 @@ case $(uname -s) in
+@@ -927,6 +932,12 @@ case $(uname -s) in
test_set_prereq CYGWIN
test_set_prereq SED_STRIPS_CR
test_set_prereq GREP_STRIPS_CR