Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 23:17:04 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: 9071cc424f8d - main - devel/bats-core: Fix bug that parallel runs hanged
Message-ID:  <202109082317.188NH4LE009648@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=9071cc424f8d66dead39658fd71887f20c5a04a4

commit 9071cc424f8d66dead39658fd71887f20c5a04a4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-08 23:04:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-08 23:16:59 +0000

    devel/bats-core: Fix bug that parallel runs hanged
    
    flock executable from sysutils/flock is needed.
    
    GH issue: https://github.com/bats-core/bats-core/issues/446
---
 devel/bats-core/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile
index ae6e54b067d3..e6d27664aebb 100644
--- a/devel/bats-core/Makefile
+++ b/devel/bats-core/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	bats-core
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,7 +11,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	bash:shells/bash
-RUN_DEPENDS=	bash:shells/bash
+RUN_DEPENDS=	bash:shells/bash \
+		flock:sysutils/flock
 
 USE_GITHUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109082317.188NH4LE009648>