Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2022 19:40:09 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 740f79467bd9 - 2022Q1 - net-im/openfire: Fix fetch
Message-ID:  <202202261940.21QJe97m037817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=740f79467bd9407930eae9b27e837bfcd01f5ddc

commit 740f79467bd9407930eae9b27e837bfcd01f5ddc
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-02-26 19:35:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-02-26 19:35:48 +0000

    net-im/openfire: Fix fetch
    
    Previous MFH did not properly merged the location of the new maven repo.
    
    Reported by:    Nikita Druba <nikita@druba.su> (maintainer)
    Fixes:  73af14ab31ef
---
 net-im/openfire/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile
index 953ec94479bb..7724afbee9bd 100644
--- a/net-im/openfire/Makefile
+++ b/net-im/openfire/Makefile
@@ -6,7 +6,7 @@ DISTVERSION=	4.7.1
 PORTEPOCH=	1
 CATEGORIES=	net-im java
 
-MASTER_SITES=	LOCAL/driesm:maven
+MASTER_SITES=	LOCAL/fernape:maven
 
 MAINTAINER=	nikita@druba.su
 COMMENT=	Enterprise instant messaging server



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