git: 5e18c06c0174 - main - net-im/jitsi-videobridge: Fix picking up maven dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 06:30:29 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e18c06c0174b9072146590ce09881306130f96e commit 5e18c06c0174b9072146590ce09881306130f96e Author: Marko Cupać <marko.cupac@mimar.rs> AuthorDate: 2023-09-20 06:29:18 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-09-20 06:30:22 +0000 net-im/jitsi-videobridge: Fix picking up maven dependency PR: 273345 --- net-im/jitsi-videobridge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/jitsi-videobridge/Makefile b/net-im/jitsi-videobridge/Makefile index b41c25bc8943..c8b96326d143 100644 --- a/net-im/jitsi-videobridge/Makefile +++ b/net-im/jitsi-videobridge/Makefile @@ -1,5 +1,6 @@ PORTNAME= jitsi DISTVERSION= 2.2-79 +PORTREVISION= 1 CATEGORIES= net-im java PKGNAMESUFFIX= -videobridge @@ -11,7 +12,7 @@ LICENSE= APACHE20 ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le -BUILD_DEPENDS= ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven +BUILD_DEPENDS= mvn:devel/maven RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USE_GITHUB= yes