git: 740f79467bd9 - 2022Q1 - net-im/openfire: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Feb 2022 19:40:09 UTC
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