Date: Tue, 25 May 2021 18:14:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 926f3fcb3e2e - main - devel/bats-core: Add PARALLEL option; Take maintainership Message-ID: <202105251814.14PIETdh043413@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=926f3fcb3e2e1287f5491b24930f687d5f40625f commit 926f3fcb3e2e1287f5491b24930f687d5f40625f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-25 18:13:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-25 18:14:27 +0000 devel/bats-core: Add PARALLEL option; Take maintainership --- devel/bats-core/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile index f332fd7219dd..134c4ce20ec1 100644 --- a/devel/bats-core/Makefile +++ b/devel/bats-core/Makefile @@ -1,9 +1,10 @@ PORTNAME= bats-core DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Bash automated testing system LICENSE= MIT @@ -17,6 +18,11 @@ USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes +OPTIONS_DEFINE= PARALLEL + +PARALLEL_DESC= Install sysutils/parallel to enable parallel runs +PARALLEL_RUN_DEPENDS= parallel:sysutils/parallel + do-install: cd ${WRKSRC} && ./install.sh ${STAGEDIR}${PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251814.14PIETdh043413>