diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-06-07 14:18:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-11-16 12:21:22 +0000 |
commit | 52fafafdc0a2d5540d3228ea59261e79188de5e0 (patch) | |
tree | 51f2ec115bd1966610da5ee7fc9cfb18b810e256 /devel/git/Makefile | |
parent | 23937149bf05c6ac92e2d70639dbf0b66d61b3f2 (diff) | |
download | ports-52fafafdc0a2d5540d3228ea59261e79188de5e0.tar.gz ports-52fafafdc0a2d5540d3228ea59261e79188de5e0.zip |
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r-- | devel/git/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index c656422f9e71..d3a9466b7f44 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,6 +1,6 @@ PORTNAME= git DISTVERSION= 2.38.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -9,17 +9,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX} -# these patches are required for gitlab (gitaly) -# without the patches repositories got broken -PATCH_SITES= https://gitlab.com/gitlab-org/gitaly/-/raw/master/_support/git-patches/v2.37.1.gl1/ -PATCHFILES= 0001-refs-extract-packed_refs_delete_refs-to-allow-contro.patch \ - 0002-refs-allow-passing-flags-when-beginning-transactions.patch \ - 0003-refs-allow-skipping-the-reference-transaction-hook.patch \ - 0004-refs-demonstrate-excessive-execution-of-the-referenc.patch \ - 0005-refs-do-not-execute-reference-transaction-hook-on-pa.patch \ - 0006-refs-skip-hooks-when-deleting-uncovered-packed-refs.patch -PATCH_DIST_STRIP= -p1 - MAINTAINER= garga@FreeBSD.org COMMENT?= Distributed source code management tool ${COMMENT_${FLAVOR}} WWW= https://git-scm.com/ |