Hi,

This diff updates git to the latest release 1.8.1.3.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.92
diff -u -r1.92 Makefile
--- Makefile	12 Mar 2013 22:39:30 -0000	1.92
+++ Makefile	13 Mar 2013 12:30:35 -0000
@@ -4,8 +4,7 @@
 COMMENT-svn =	GIT - subversion interoperability tools
 COMMENT-x11 =	GIT - graphical tools
 
-V =		1.8.1.2
-REVISION-main =	0
+V =		1.8.1.3
 DISTNAME =	git-${V}
 PKGNAME-main =	${DISTNAME}
 PKGNAME-svn =	git-svn-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.64
diff -u -r1.64 distinfo
--- distinfo	30 Jan 2013 12:16:13 -0000	1.64
+++ distinfo	13 Mar 2013 12:30:35 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-1.8.1.2.tar.gz) = B9IQo33uxGW00A5JB8cy3uXF0jx9kMG1guerdUvPJMc=
-SHA256 (git-manpages-1.8.1.2.tar.gz) = JhLnm8VDfGvXe5oTFHTYyjXhnXFz8T8wG07gURvz33o=
-SIZE (git-1.8.1.2.tar.gz) = 4297221
-SIZE (git-manpages-1.8.1.2.tar.gz) = 528481
+SHA256 (git-1.8.1.3.tar.gz) = N1Mkfb/YAqrxyyyRe46HO27RPACasPpffZCzx1kZX/E=
+SHA256 (git-manpages-1.8.1.3.tar.gz) = mPYbps9knzx8tipAGUqYb3Vh9kj4GtPZ4OzaZG2QhTk=
+SIZE (git-1.8.1.3.tar.gz) = 4302035
+SIZE (git-manpages-1.8.1.3.tar.gz) = 528587
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.36
diff -u -r1.36 patch-Makefile
--- patches/patch-Makefile	12 Mar 2013 22:39:31 -0000	1.36
+++ patches/patch-Makefile	13 Mar 2013 12:30:35 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.36 2013/03/12 22:39:31 sthen Exp $
---- Makefile.orig	Mon Jan 28 20:01:51 2013
-+++ Makefile	Sun Feb 17 11:12:26 2013
+--- Makefile.orig	Fri Feb  8 01:00:07 2013
++++ Makefile	Wed Mar 13 10:35:45 2013
 @@ -1123,13 +1123,13 @@ ifeq ($(uname_S),FreeBSD)
  	HAVE_PATHS_H = YesPlease
  endif
@@ -18,7 +18,7 @@
  endif
  ifeq ($(uname_S),NetBSD)
  	ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
-@@ -1600,7 +1600,7 @@ endif
+@@ -1601,7 +1601,7 @@ endif
  EXTLIBS += -lz
  
  ifndef NO_OPENSSL
@@ -27,7 +27,7 @@
  	ifdef OPENSSLDIR
  		BASIC_CFLAGS += -I$(OPENSSLDIR)/include
  		OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib)
-@@ -2486,13 +2486,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
+@@ -2487,13 +2487,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
  		$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
  
  $(LIB_FILE): $(LIB_OBJS)
@@ -44,7 +44,7 @@
  
  export DEFAULT_EDITOR DEFAULT_PAGER
  
-@@ -2678,7 +2678,7 @@ export TEST_NO_MALLOC_CHECK
+@@ -2679,7 +2679,7 @@ export TEST_NO_MALLOC_CHECK
  
  ### Testing rules
  

Reply via email to