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/ |