git: ecb3f318d548 - main - devel/git: Cleanup SHEBANG_FILES

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Fri, 20 Dec 2024 13:58:14 UTC
The branch main has been updated by garga:

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

commit ecb3f318d54868c991817d24d9acdb58cfe00266
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-12-20 13:56:58 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-12-20 13:58:09 +0000

    devel/git: Cleanup SHEBANG_FILES
    
    Remove obsoleted entries and sort remaining.  No functional changes
    intended
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 devel/git/Makefile | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/git/Makefile b/devel/git/Makefile
index 3131d42e924b..ef8b9eb5feba 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -54,15 +54,14 @@ MAKE_ENV+=	V=1
 .if ${SUBPORT} == core
 USE_RC_SUBR=	git_daemon
 .endif
-SHEBANG_FILES=	*.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \
-		t/*/*/pre t/*/*/post t/Git-SVN/Utils/*.t \
-		git-p4.py \
-		contrib/hooks/update-paranoid \
+SHEBANG_FILES=	contrib/*/*.perl \
+		contrib/*/*.pl \
+		contrib/*/*/*.perl \
+		contrib/*/*/*.pl \
+		contrib/buildsystems/generate \
+		contrib/contacts/git-contacts \
 		contrib/fast-import/import-zips.py \
-		contrib/remote-helpers/git-remote-bzr \
-		contrib/remote-helpers/git-remote-hg \
-		contrib/credential/netrc/git-credential-netrc.perl \
-		contrib/buildsystems/generate contrib/contacts/git-contacts \
+		contrib/hooks/update-paranoid \
 		templates/hooks--fsmonitor-watchman.sample
 TEST_TARGET=	test