git: 9071cc424f8d - main - devel/bats-core: Fix bug that parallel runs hanged

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


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9071cc424f8d66dead39658fd71887f20c5a04a4

commit 9071cc424f8d66dead39658fd71887f20c5a04a4
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: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 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-main mailing list