Date: Sun, 8 Jan 2023 09:22:08 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ca8d80c9357 - main - net-mgmt/semaphore: fix RUN_DEPENDS Message-ID: <202301080922.3089M8Um085524@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ca8d80c9357e978ead8ff8c768a188093858fdb commit 1ca8d80c9357e978ead8ff8c768a188093858fdb Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-01-08 09:21:45 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-01-08 09:21:45 +0000 net-mgmt/semaphore: fix RUN_DEPENDS --- net-mgmt/semaphore/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/semaphore/Makefile b/net-mgmt/semaphore/Makefile index 5ac83685303f..74f73e29f445 100644 --- a/net-mgmt/semaphore/Makefile +++ b/net-mgmt/semaphore/Makefile @@ -1,6 +1,7 @@ PORTNAME= semaphore PORTVERSION= 2.8.77 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= egypcio@FreeBSD.org @@ -10,10 +11,10 @@ WWW= https://ansible-semaphore.github.io/semaphore/ LICENSE= MIT LICENSE_FILE= ${GO_WRKSRC}/LICENSE -RUN_DEPENDS= ansible:sysutils/ansible \ +RUN_DEPENDS= ansible:sysutils/py-ansible-core@${PY_FLAVOR} \ git:devel/git -USES= go:modules +USES= go:modules python:env USE_GITHUB= yes USE_RC_SUBR= semaphore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301080922.3089M8Um085524>