git: 926f3fcb3e2e - main - devel/bats-core: Add PARALLEL option; Take maintainership

Yuri Victorovich yuri at FreeBSD.org
Tue May 25 18:14:30 UTC 2021


The branch main has been updated by yuri:

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

commit 926f3fcb3e2e1287f5491b24930f687d5f40625f
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-25 18:13:31 +0000
Commit:     Yuri Victorovich <yuri at 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 at FreeBSD.org
+MAINTAINER=	yuri at 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}
 


More information about the dev-commits-ports-all mailing list