Re: git: 3e0e9d790e78 - main - misc/pinfo: Fix build with newer ncurses

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 13 May 2023 21:25:24 UTC
Juraj Lutter <otis@FreeBSD.org> writes:

> +PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/pull/
> +PATCHFILES+=	27.patch:-p1 \
> +		34.patch:-p1

/pull patches are a moving target (change after a rebase) and have
non-unique filenames (overwrite distfiles from other ports).
/commit patches are more popular.

$ git grep -El 'PATCH_SITES.*(pull|merge)' | wc -l
       8
$ git grep -l 'PATCH_SITES.*commit' | wc -l
     280