git: 40193c04ab3b - 2021Q3 - devel/bats-core: Fix bug that parallel runs hanged

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 8 23:19:19 UTC 2021


The branch 2021Q3 has been updated by yuri:

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

commit 40193c04ab3bf01bc1945ed22fc15409dd81ad36
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-08 23:04:23 +0000
Commit:     Yuri Victorovich <yuri at 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 at 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
 


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