git: ea5674b93b93 - main - science/nwchem: Fix tests by adding relevant shebang fixes and adding TEST_DEPENDS

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 05 Nov 2021 19:09:22 UTC
The branch main has been updated by yuri:

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

commit ea5674b93b9332461b3b042dcc1b379709bec85d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-11-05 18:37:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-11-05 19:09:18 +0000

    science/nwchem: Fix tests by adding relevant shebang fixes and adding TEST_DEPENDS
---
 science/nwchem/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile
index 8153ee5ab78c..a265b1e2cbea 100644
--- a/science/nwchem/Makefile
+++ b/science/nwchem/Makefile
@@ -19,13 +19,17 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libblas.so:math/blas \
 		libga.so:devel/ga
 RUN_DEPENDS=	nwchem-data>0:science/nwchem-data
+TEST_DEPENDS=	bash:shells/bash
 
 USES=		fortran gmake perl5 shebangfix
-SHEBANG_FILES=	../contrib/distro-tools/build_* ../contrib/add_* config/64_to_32
-SHEBANG_GLOB=	*.sh
+USE_PERL5=	build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	nwchemgit
-USE_PERL5=	build
+
+SHEBANG_FILES=	../contrib/distro-tools/build_* ../contrib/add_* config/64_to_32 \
+		../QA/doqmtests.mpi ../QA/runtests.mpi.unix ../QA/round_esp.sh ../QA/sleep_loopqa.sh
+SHEBANG_GLOB=	*.sh
 
 MAKEFILE=	GNUmakefile
 ARCH_64BIT=	${ARCH:C/.*64.*/64/:S/${ARCH}//}