Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2023 06:26:58 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 765f58bab2f1 - main - net-im/jicofo: fix maven dependency
Message-ID:  <202309200626.38K6Qwpt086836@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7

commit 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2023-09-19 23:20:38 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-09-20 06:26:16 +0000

    net-im/jicofo: fix maven dependency
    
    PR:             273518
---
 net-im/jicofo/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/jicofo/Makefile b/net-im/jicofo/Makefile
index 88ff2edf04b1..075910008ccd 100644
--- a/net-im/jicofo/Makefile
+++ b/net-im/jicofo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jicofo
 DISTVERSION=	1.0-996
+PORTREVISION=	1
 CATEGORIES=	net-im java
 
 MAINTAINER=	acm@FreeBSD.org
@@ -10,7 +11,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
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jitsi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309200626.38K6Qwpt086836>