Hi!
This is an update to git-1.8.1.1
Tested on amd64.
Ciao,
David
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile
--- Makefile 9 Jan 2013 09:46:54 -0000 1.88
+++ Makefile 24 Jan 2013 08:22:08 -0000
@@ -4,8 +4,7 @@ COMMENT-main = GIT - Tree History Storag
COMMENT-svn = GIT - subversion interoperability tools
COMMENT-x11 = GIT - graphical tools
-V = 1.8.0.3
-REVISION = 0
+V = 1.8.1.1
DISTNAME = git-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-svn = git-svn-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.62
diff -u -p -r1.62 distinfo
--- distinfo 1 Jan 2013 18:35:42 -0000 1.62
+++ distinfo 24 Jan 2013 08:22:08 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-1.8.0.3.tar.gz) = SNjA6EW0cETB9dPJsnlxRXJ2Rr+d41qwE2aVhE1j/3M=
-SHA256 (git-manpages-1.8.0.3.tar.gz) =
y/ePUUHv6HvgKZmSa1iVUaCS2iWMjk57cy1fubl4cN4=
-SIZE (git-1.8.0.3.tar.gz) = 4235284
-SIZE (git-manpages-1.8.0.3.tar.gz) = 526222
+SHA256 (git-1.8.1.1.tar.gz) = i1vQgdw48+FKzIbyNCMamkbR6amQyMcyrtaFbScU3/Y=
+SHA256 (git-manpages-1.8.1.1.tar.gz) =
bbgB3ZTXjr0+bUazsJ7IxHD3E4OJ5FdYsPxtP/WjJQY=
+SIZE (git-1.8.1.1.tar.gz) = 4295398
+SIZE (git-manpages-1.8.1.1.tar.gz) = 528447
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 patch-Makefile
--- patches/patch-Makefile 9 Jan 2013 09:46:54 -0000 1.34
+++ patches/patch-Makefile 24 Jan 2013 08:22:08 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile,v 1.34 2013/01/09 09:46:54 sthen Exp $
---- Makefile.orig Fri Dec 28 00:32:43 2012
-+++ Makefile Wed Jan 9 01:47:02 2013
-@@ -1114,13 +1114,13 @@ ifeq ($(uname_S),FreeBSD)
+--- Makefile.orig Mon Jan 14 20:22:04 2013
++++ Makefile Wed Jan 23 14:53:15 2013
+@@ -1123,13 +1123,13 @@ ifeq ($(uname_S),FreeBSD)
HAVE_PATHS_H = YesPlease
endif
ifeq ($(uname_S),OpenBSD)
@@ -18,7 +18,7 @@ $OpenBSD: patch-Makefile,v 1.34 2013/01/
endif
ifeq ($(uname_S),NetBSD)
ifeq ($(shell expr "$(uname_R)" : '[01]\.'),2)
-@@ -1587,7 +1587,7 @@ endif
+@@ -1600,7 +1600,7 @@ endif
EXTLIBS += -lz
ifndef NO_OPENSSL
@@ -27,7 +27,7 @@ $OpenBSD: patch-Makefile,v 1.34 2013/01/
ifdef OPENSSLDIR
BASIC_CFLAGS += -I$(OPENSSLDIR)/include
OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib)
$(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib)
-@@ -2640,7 +2640,7 @@ export TEST_NO_MALLOC_CHECK
+@@ -2678,7 +2678,7 @@ export TEST_NO_MALLOC_CHECK
### Testing rules
Index: patches/patch-gitweb_gitweb_perl
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-gitweb_gitweb_perl,v
retrieving revision 1.21
diff -u -p -r1.21 patch-gitweb_gitweb_perl
--- patches/patch-gitweb_gitweb_perl 9 Jan 2013 09:46:54 -0000 1.21
+++ patches/patch-gitweb_gitweb_perl 24 Jan 2013 08:22:08 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-gitweb_gitweb_perl,v 1.2
This prevents the following error: '-T and -B not implemented on filehandles'
---- gitweb/gitweb.perl.orig Fri Dec 28 00:32:43 2012
-+++ gitweb/gitweb.perl Wed Jan 9 01:47:02 2013
-@@ -6892,7 +6892,7 @@ sub git_blob_plain {
+--- gitweb/gitweb.perl.orig Mon Jan 14 20:22:04 2013
++++ gitweb/gitweb.perl Wed Jan 23 14:53:15 2013
+@@ -6902,7 +6902,7 @@ sub git_blob_plain {
$expires = "+1d";
}
@@ -13,7 +13,7 @@ This prevents the following error: '-T a
or die_error(500, "Open git-cat-file blob '$hash' failed");
# content-type (can include charset)
-@@ -6954,7 +6954,7 @@ sub git_blob {
+@@ -6964,7 +6964,7 @@ sub git_blob {
}
my $have_blame = gitweb_check_feature('blame');
Index: patches/patch-t_Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-t_Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 patch-t_Makefile
--- patches/patch-t_Makefile 9 Jan 2013 09:46:54 -0000 1.3
+++ patches/patch-t_Makefile 24 Jan 2013 08:22:08 -0000
@@ -1,10 +1,10 @@
$OpenBSD: patch-t_Makefile,v 1.3 2013/01/09 09:46:54 sthen Exp $
---- t/Makefile.orig Fri Dec 28 00:32:43 2012
-+++ t/Makefile Wed Jan 9 01:47:31 2013
+--- t/Makefile.orig Mon Jan 14 20:22:04 2013
++++ t/Makefile Wed Jan 23 14:50:21 2013
@@ -7,7 +7,7 @@
-include ../config.mak
- #GIT_TEST_OPTS=--verbose --debug
+ #GIT_TEST_OPTS = --verbose --debug
-SHELL_PATH ?= $(SHELL)
+SHELL_PATH = $(REGRESS_SHELL)
PERL_PATH ?= /usr/bin/perl
Index: patches/patch-t_t0000-basic_sh
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-t_t0000-basic_sh,v
retrieving revision 1.2
diff -u -p -r1.2 patch-t_t0000-basic_sh
--- patches/patch-t_t0000-basic_sh 9 Jan 2013 09:46:54 -0000 1.2
+++ patches/patch-t_t0000-basic_sh 24 Jan 2013 08:22:08 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-t_t0000-basic_sh,v 1.2 2013/01/09 09:46:54 sthen Exp $
---- t/t0000-basic.sh.orig Fri Dec 28 00:32:43 2012
-+++ t/t0000-basic.sh Wed Jan 9 01:47:02 2013
-@@ -440,7 +440,7 @@ test_expect_success 'update-index D/F conflict' '
+--- t/t0000-basic.sh.orig Mon Jan 14 20:22:04 2013
++++ t/t0000-basic.sh Wed Jan 23 14:53:15 2013
+@@ -472,7 +472,7 @@ test_expect_success 'update-index D/F conflict' '
test $numpath0 = 1
'
Index: patches/patch-t_t9200-git-cvsexportcommit_sh
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-t_t9200-git-cvsexportcommit_sh,v
retrieving revision 1.3
diff -u -p -r1.3 patch-t_t9200-git-cvsexportcommit_sh
--- patches/patch-t_t9200-git-cvsexportcommit_sh 7 Oct 2010 09:42:23
-0000 1.3
+++ patches/patch-t_t9200-git-cvsexportcommit_sh 24 Jan 2013 08:22:08
-0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-t_t9200-git-cvsexportcommit_sh,v 1.3 2010/10/07 09:42:23 bernd
Exp $
---- t/t9200-git-cvsexportcommit.sh.orig Sun Sep 19 01:43:54 2010
-+++ t/t9200-git-cvsexportcommit.sh Tue Sep 21 14:44:36 2010
-@@ -35,7 +35,7 @@ exit 1
+--- t/t9200-git-cvsexportcommit.sh.orig Mon Jan 14 20:22:04 2013
++++ t/t9200-git-cvsexportcommit.sh Wed Jan 23 14:53:15 2013
+@@ -36,7 +36,7 @@ exit 1
check_entries () {
# $1 == directory, $2 == expected
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/devel/git/pkg/PLIST-main,v
retrieving revision 1.52
diff -u -p -r1.52 PLIST-main
--- pkg/PLIST-main 9 Jan 2013 09:46:54 -0000 1.52
+++ pkg/PLIST-main 24 Jan 2013 08:22:08 -0000
@@ -131,6 +131,7 @@ libexec/git/git-relink
@bin libexec/git/git-remote-http
@bin libexec/git/git-remote-https
libexec/git/git-remote-testgit
+@bin libexec/git/git-remote-testsvn
libexec/git/git-repack
@bin libexec/git/git-replace
@bin libexec/git/git-repo-config