git: 5ee33fdde402 - main - devel/bashdb: Allow higher bash versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Sep 2025 08:58:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ee33fdde40232b46e21752c66e74a205dc77141 commit 5ee33fdde40232b46e21752c66e74a205dc77141 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-09-24 08:42:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-09-24 08:58:28 +0000 devel/bashdb: Allow higher bash versions --- devel/bashdb/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/bashdb/files/patch-configure b/devel/bashdb/files/patch-configure index 698eaacce988..0eb34100b035 100644 --- a/devel/bashdb/files/patch-configure +++ b/devel/bashdb/files/patch-configure @@ -5,7 +5,7 @@ bash_5_or_greater=no case "${bash_major}.${bash_minor}" in - '5.0' | '5.0') -+ '5.0' | '5.0' | '5.1' | '5.2' | '5.3') ++ '5.0' | '5.0' | '5.1' | '5.2' | '5.3' | '5.4' | '5.5') bash_5_or_greater=yes ;; *)