git: 1ca8d80c9357 - main - net-mgmt/semaphore: fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jan 2023 09:22:08 UTC
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