Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 23:19:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 40193c04ab3b - 2021Q3 - devel/bats-core: Fix bug that parallel runs hanged
Message-ID:  <202109082319.188NJJIC009949@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by yuri:

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

commit 40193c04ab3bf01bc1945ed22fc15409dd81ad36
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:19:13 +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
    
    (cherry picked from commit 9071cc424f8d66dead39658fd71887f20c5a04a4)
---
 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?202109082319.188NJJIC009949>