kn 2020-06-03 09:28:53 +00:00
parent 93b1a4c626
commit 9d72391332
6 changed files with 17 additions and 16 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.219 2020/04/24 23:22:38 kn Exp $
# $OpenBSD: Makefile,v 1.220 2020/06/03 09:28:53 kn Exp $
COMMENT-main = distributed version control system
COMMENT-svn = subversion interoperability tools
COMMENT-x11 = graphical tools
V = 2.26.2
V = 2.27.0
DISTNAME = git-${V}
PKGNAME-main = ${DISTNAME}
REVISION-main = 0
PKGNAME-svn = git-svn-${V}
PKGNAME-x11 = git-x11-${V}
CATEGORIES = devel

View File

@ -1,4 +1,4 @@
SHA256 (git-2.26.2.tar.gz) = 4cF3d1KPVWloFe8zWHsdIPXuwkZmnzuDnRXb//rZwSE=
SHA256 (git-manpages-2.26.2.tar.gz) = s8bPyYDzxZPQzQxj4Ml9bxyv57cjIfw6lJSHWLlSnFs=
SIZE (git-2.26.2.tar.gz) = 9282064
SIZE (git-manpages-2.26.2.tar.gz) = 766958
SHA256 (git-2.27.0.tar.gz) = d97YXL5Csf/cJXi0YKHvXSO8vGaD6ryvuw05Tf/i54c=
SHA256 (git-manpages-2.27.0.tar.gz) = QU5LFxM+VNhG9r+iR5+XV8UOFsAT63YWekkq5UCbiUc=
SIZE (git-2.27.0.tar.gz) = 9391548
SIZE (git-manpages-2.27.0.tar.gz) = 784051

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-config_mak_uname,v 1.11 2019/11/03 11:50:23 ajacoutot Exp $
$OpenBSD: patch-config_mak_uname,v 1.12 2020/06/03 09:28:53 kn Exp $
OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTICS, just like FreeBSD
Index: config.mak.uname
--- config.mak.uname.orig
+++ config.mak.uname
@@ -245,8 +245,7 @@ ifeq ($(uname_S),FreeBSD)
@@ -253,8 +253,7 @@ ifeq ($(uname_S),FreeBSD)
FILENO_IS_A_MACRO = UnfortunatelyYes
endif
ifeq ($(uname_S),OpenBSD)

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gitweb_gitweb_perl,v 1.34 2020/01/14 21:33:50 kn Exp $
$OpenBSD: patch-gitweb_gitweb_perl,v 1.35 2020/06/03 09:28:53 kn Exp $
This prevents the following error: '-T and -B not implemented on filehandles'
Index: gitweb/gitweb.perl
--- gitweb/gitweb.perl.orig
+++ gitweb/gitweb.perl
@@ -7040,7 +7040,7 @@ sub git_blob_plain {
@@ -7054,7 +7054,7 @@ sub git_blob_plain {
$expires = "+1d";
}
@ -14,7 +14,7 @@ Index: gitweb/gitweb.perl
or die_error(500, "Open git-cat-file blob '$hash' failed");
# content-type (can include charset)
@@ -7102,7 +7102,7 @@ sub git_blob {
@@ -7117,7 +7117,7 @@ sub git_blob {
}
my $have_blame = gitweb_check_feature('blame');

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-t_test-lib_sh,v 1.32 2019/11/11 10:12:33 kn Exp $
$OpenBSD: patch-t_test-lib_sh,v 1.33 2020/06/03 09:28:53 kn Exp $
Force usage of GNU tar in the test suite: 't5004-archive-corner-cases.sh'
wants it badly.
@ -6,7 +6,7 @@ wants it badly.
Index: t/test-lib.sh
--- t/test-lib.sh.orig
+++ t/test-lib.sh
@@ -310,6 +310,11 @@ then
@@ -343,6 +343,11 @@ then
exit $stress_exit
fi

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.96 2020/04/24 23:22:38 kn Exp $
@comment $OpenBSD: PLIST-main,v 1.97 2020/06/03 09:28:54 kn Exp $
@pkgpath devel/git
@newgroup _gitdaemon:778
@newuser _gitdaemon:778:_gitdaemon:daemon:GIT Daemon:/nonexistent:/sbin/nologin
@ -33,6 +33,7 @@ libexec/git/git-bisect
@bin libexec/git/git-bisect--helper
@bin libexec/git/git-blame
@bin libexec/git/git-branch
@bin libexec/git/git-bugreport
@bin libexec/git/git-bundle
@bin libexec/git/git-cat-file
@bin libexec/git/git-check-attr
@ -91,7 +92,6 @@ libexec/git/git-filter-branch
@bin libexec/git/git-init-db
libexec/git/git-instaweb
@bin libexec/git/git-interpret-trailers
libexec/git/git-legacy-stash
@bin libexec/git/git-log
@bin libexec/git/git-ls-files
@bin libexec/git/git-ls-remote
@ -226,6 +226,7 @@ libexec/git/mergetools/xxdiff
@man man/man1/git-bisect.1
@man man/man1/git-blame.1
@man man/man1/git-branch.1
@man man/man1/git-bugreport.1
@man man/man1/git-bundle.1
@man man/man1/git-cat-file.1
@man man/man1/git-check-attr.1
@ -381,6 +382,7 @@ libexec/git/mergetools/xxdiff
@man man/man7/gitcvs-migration.7
@man man/man7/gitdiffcore.7
@man man/man7/giteveryday.7
@man man/man7/gitfaq.7
@man man/man7/gitglossary.7
@man man/man7/gitnamespaces.7
@man man/man7/gitremote-helpers.7