Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2026 20:18:33 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27e4f60b8457 - main - shells/bash-completion: Fix TEST_DEPENDS after 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a
Message-ID:  <6a04dc99.35c59.60ff99a2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 27e4f60b84579e40cf887e1a1e9adaaa6b3773d8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-13 20:17:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-13 20:17:52 +0000

    shells/bash-completion: Fix TEST_DEPENDS after 7e4be0dc2b3dd3c46612aee9ef4a7851b4e4647a
---
 shells/bash-completion/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 26239b073167..012c4286f18e 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -12,7 +12,8 @@ WWW=		https://github.com/scop/bash-completion
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=4:misc/py-pexpect@${PY_FLAVOR} \
+TEST_DEPENDS=	bash:shells/bash \
+		${PYTHON_PKGNAMEPREFIX}pexpect>=4:misc/py-pexpect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR}
 
 USES=		autoreconf gmake python:test tar:xz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a04dc99.35c59.60ff99a2>