git: 9e048d5b3dac - main - cad/yosys: Move bash to RUN_DEPENDS

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 07 Oct 2023 05:09:09 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e048d5b3daccb7d42bda715b0bc7898896539fa

commit 9e048d5b3daccb7d42bda715b0bc7898896539fa
Author:     Nico Sonack <nsonack@outlook.com>
AuthorDate: 2023-10-07 05:08:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-07 05:08:17 +0000

    cad/yosys: Move bash to RUN_DEPENDS
    
    PR:             274241
---
 cad/yosys/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/cad/yosys/Makefile b/cad/yosys/Makefile
index 4aba7a433da8..c1675010fab6 100644
--- a/cad/yosys/Makefile
+++ b/cad/yosys/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	yosys
 DISTVERSIONPREFIX=	yosys-
 DISTVERSION=	0.34
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,9 +15,10 @@ BUILD_DEPENDS=	abc:cad/abc \
 		bash:shells/bash \
 		gawk:lang/gawk
 LIB_DEPENDS=	libffi.so:devel/libffi
-RUN_DEPENDS=	xdot:x11/py-xdot@${PY_FLAVOR}
-TEST_DEPENDS=	bash:shells/bash \
-		iverilog:cad/iverilog
+RUN_DEPENDS=	xdot:x11/py-xdot@${PY_FLAVOR} \
+		bash:shells/bash
+
+TEST_DEPENDS=	iverilog:cad/iverilog
 
 USES=		bison compiler:c++11-lang gmake pkgconfig python readline \
 		shebangfix tcl