Date: Mon, 15 Aug 2022 15:21:37 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ecf2cf5e2dfe - main - devel/git: Fix patches download URL Message-ID: <202208151521.27FFLbeu040653@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208151521.27FFLbeu040653>