Here's an update to the freshly released git 2.0.0.  Regresses fine on
amd64.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.113
diff -u -p -r1.113 Makefile
--- Makefile    21 May 2014 08:39:57 -0000      1.113
+++ Makefile    29 May 2014 15:29:29 -0000
@@ -4,7 +4,7 @@ COMMENT-main =  GIT - Tree History Storag
 COMMENT-svn =  GIT - subversion interoperability tools
 COMMENT-x11 =  GIT - graphical tools
 
-V =            1.9.3
+V =            2.0.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.83
diff -u -p -r1.83 distinfo
--- distinfo    21 May 2014 08:39:57 -0000      1.83
+++ distinfo    29 May 2014 15:29:29 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-1.9.3.tar.gz) = cbymd++juHoGDLod6eNRLnqw8JGX75XWSOUoDZptE1c=
-SHA256 (git-manpages-1.9.3.tar.gz) = 
Q7+wnAcsz+DtSwrTDQTI80tq9NL1LNjf20h4fMnIUJ0=
-SIZE (git-1.9.3.tar.gz) = 4846233
-SIZE (git-manpages-1.9.3.tar.gz) = 571550
+SHA256 (git-2.0.0.tar.gz) = xqNw6VMmcBA33+MvjmbznN0oVXyoT/2ygtYELDepi2g=
+SHA256 (git-manpages-2.0.0.tar.gz) = 
ElI/4cjei4iZe1SDMT4UPJbAoRbBmkmN27/lc+2Yve0=
+SIZE (git-2.0.0.tar.gz) = 4898319
+SIZE (git-manpages-2.0.0.tar.gz) = 575350
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 patch-Makefile
--- patches/patch-Makefile      21 May 2014 08:39:57 -0000      1.46
+++ patches/patch-Makefile      29 May 2014 15:29:29 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile,v 1.46 2014/05/21 08:39:57 dcoppa Exp $
---- Makefile.orig      Fri May  9 20:55:10 2014
-+++ Makefile   Wed May 21 09:09:29 2014
-@@ -2080,13 +2080,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
+$OpenBSD: patch-Makefile,v 1.45 2014/03/10 20:56:53 pascal Exp $
+--- Makefile.orig      Wed May 28 21:10:36 2014
++++ Makefile   Thu May 29 13:01:29 2014
+@@ -2075,13 +2075,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
                $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
  
  $(LIB_FILE): $(LIB_OBJS)
@@ -18,7 +18,7 @@ $OpenBSD: patch-Makefile,v 1.46 2014/05/
  
  export DEFAULT_EDITOR DEFAULT_PAGER
  
-@@ -2264,7 +2264,7 @@ export TEST_NO_MALLOC_CHECK
+@@ -2262,7 +2262,7 @@ export TEST_NO_MALLOC_CHECK
  
  ### Testing rules
  

Reply via email to