View | Details | Raw Unified | Return to bug 267792
Collapse All | Expand All

(-)devel/git/Makefile (-12 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	git
1
PORTNAME=	git
2
DISTVERSION=	2.38.1
2
DISTVERSION=	2.38.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
MASTER_SITES=	KERNEL_ORG/software/scm/git
5
MASTER_SITES=	KERNEL_ORG/software/scm/git
6
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
6
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
Lines 9-25 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Link Here
9
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} \
9
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX} \
10
		${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX}
10
		${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX}
11
11
12
# these patches are required for gitlab (gitaly)
13
# without the patches repositories got broken
14
PATCH_SITES=	https://gitlab.com/gitlab-org/gitaly/-/raw/master/_support/git-patches/v2.37.1.gl1/
15
PATCHFILES=	0001-refs-extract-packed_refs_delete_refs-to-allow-contro.patch \
16
		0002-refs-allow-passing-flags-when-beginning-transactions.patch \
17
		0003-refs-allow-skipping-the-reference-transaction-hook.patch \
18
		0004-refs-demonstrate-excessive-execution-of-the-referenc.patch \
19
		0005-refs-do-not-execute-reference-transaction-hook-on-pa.patch \
20
		0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch
21
PATCH_DIST_STRIP=	-p1
22
23
MAINTAINER=	garga@FreeBSD.org
12
MAINTAINER=	garga@FreeBSD.org
24
COMMENT?=	Distributed source code management tool ${COMMENT_${FLAVOR}}
13
COMMENT?=	Distributed source code management tool ${COMMENT_${FLAVOR}}
25
WWW=		https://git-scm.com/
14
WWW=		https://git-scm.com/
(-)devel/git/distinfo (-12 lines)
Lines 5-19 SHA256 (git-manpages-2.38.1.tar.xz) = 47f9090252dc7d48fcca6c597495b912d81bf07de8 Link Here
5
SIZE (git-manpages-2.38.1.tar.xz) = 553484
5
SIZE (git-manpages-2.38.1.tar.xz) = 553484
6
SHA256 (git-htmldocs-2.38.1.tar.xz) = 0d64cbe755af2b4608cfe1e37ef41dc267c0e395ef20aa98c73385cf44d6aa5f
6
SHA256 (git-htmldocs-2.38.1.tar.xz) = 0d64cbe755af2b4608cfe1e37ef41dc267c0e395ef20aa98c73385cf44d6aa5f
7
SIZE (git-htmldocs-2.38.1.tar.xz) = 1479360
7
SIZE (git-htmldocs-2.38.1.tar.xz) = 1479360
8
SHA256 (0001-refs-extract-packed_refs_delete_refs-to-allow-contro.patch) = c9c6b619d43ee49ac9beff22ec722a2a8a6a704a8039dc3de4dbfa1f89f77d34
9
SIZE (0001-refs-extract-packed_refs_delete_refs-to-allow-contro.patch) = 5453
10
SHA256 (0002-refs-allow-passing-flags-when-beginning-transactions.patch) = 95df2fc83975b5fb0f1ba871163cb9e28319639eea34d1eb5d74dd15ed64f78e
11
SIZE (0002-refs-allow-passing-flags-when-beginning-transactions.patch) = 6773
12
SHA256 (0003-refs-allow-skipping-the-reference-transaction-hook.patch) = fa115c854db9ee7960a9b0d7a50d9e47024e84d3139bf7fe9fda1fce88766222
13
SIZE (0003-refs-allow-skipping-the-reference-transaction-hook.patch) = 1981
14
SHA256 (0004-refs-demonstrate-excessive-execution-of-the-referenc.patch) = c102be748305bd569a9546dffb9fb97161fb60924e7cdd9a023226b2c0b3c18c
15
SIZE (0004-refs-demonstrate-excessive-execution-of-the-referenc.patch) = 3143
16
SHA256 (0005-refs-do-not-execute-reference-transaction-hook-on-pa.patch) = 526b06c57d0acef49feb2a456622c57ed870bfbfcfee1d4daab43a13fd0be9a0
17
SIZE (0005-refs-do-not-execute-reference-transaction-hook-on-pa.patch) = 3106
18
SHA256 (0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch) = 927559891fc520dd3723eb1aad4a2ee4ab8337a14b25bf2f91502eb7904ec181
19
SIZE (0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch) = 4441

Return to bug 267792