git: ef7aa9a0f75d - main - devel/quilt: sort BUILD_DEPENDS alphabetically, drop ${LOCALBASE}

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 10 May 2025 11:32:51 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef7aa9a0f75d4083cc3bed180aa3478773de516f

commit ef7aa9a0f75d4083cc3bed180aa3478773de516f
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-05-10 11:31:18 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-05-10 11:31:18 +0000

    devel/quilt: sort BUILD_DEPENDS alphabetically, drop ${LOCALBASE}
    
    We typically specify the full paths to avoid conflicts with
    identically named programs in the base which is not the case
    for `ggrep' and thus is needless here.
    
    Technically this is non-functional change for the benefit of
    having consistent dependencies on GNU tools in this Makefile
    and in general within the ports tree.
---
 devel/quilt/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile
index 124ba9058ffb..bb0edc2209ee 100644
--- a/devel/quilt/Makefile
+++ b/devel/quilt/Makefile
@@ -12,13 +12,13 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:shells/bash \
-		gcp:sysutils/coreutils \
-		gsed:textproc/gsed \
-		gpatch:devel/patch \
-		gdiff:textproc/diffutils \
 		diffstat:textproc/diffstat \
 		gawk:lang/gawk \
-		${LOCALBASE}/bin/ggrep:textproc/gnugrep
+		gcp:sysutils/coreutils \
+		gdiff:textproc/diffutils \
+		ggrep:textproc/gnugrep \
+		gpatch:devel/patch \
+		gsed:textproc/gsed
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		formail:mail/procmail