git: ecf2cf5e2dfe - main - devel/git: Fix patches download URL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Aug 2022 15:21:37 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecf2cf5e2dfe38ef7fb717795c7d5ecfd749074b commit ecf2cf5e2dfe38ef7fb717795c7d5ecfd749074b Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-08-15 15:20:27 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-08-15 15:21:33 +0000 devel/git: Fix patches download URL Reported by: George L. Yermulnik <yz@yz.kiev.ua> Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/git/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/git/Makefile b/devel/git/Makefile index f5086fe15672..b67a43ae469b 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -10,7 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${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.36.0.gl1/ +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 \