git: 980f46b41d26 - main - net/kea: Fix shebangfix QA error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 00:58:35 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=980f46b41d2600dbc1123f6cbeb6ac72264015e6
commit 980f46b41d2600dbc1123f6cbeb6ac72264015e6
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-08-13 23:11:39 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-08-14 00:58:05 +0000
net/kea: Fix shebangfix QA error
QA flags a shebang in kea-shell. Unfortunately USES=shebangfix
fails to resolve the issue because the shebang it sees is unexpected.
---
net/kea/Makefile | 2 +-
net/kea/files/patch-src_bin_shell_kea-shell.in | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/net/kea/Makefile b/net/kea/Makefile
index 87f03e92b1d6..f82c22f0efa5 100644
--- a/net/kea/Makefile
+++ b/net/kea/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kea
DISTVERSION= 3.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ISC/kea/${DISTVERSION}
diff --git a/net/kea/files/patch-src_bin_shell_kea-shell.in b/net/kea/files/patch-src_bin_shell_kea-shell.in
new file mode 100644
index 000000000000..caa0eea9db98
--- /dev/null
+++ b/net/kea/files/patch-src_bin_shell_kea-shell.in
@@ -0,0 +1,8 @@
+--- src/bin/shell/kea-shell.in.orig 2025-06-20 09:28:47.000000000 -0700
++++ src/bin/shell/kea-shell.in 2025-08-13 09:47:11.947513000 -0700
+@@ -1,4 +1,4 @@
+-#!@PYTHON@
++#!/usr/bin/env /usr/local/bin/python3
+
+ # Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
+ #