Bug 260585 - net-im/openfire: Update to 4.6.6
Summary: net-im/openfire: Update to 4.6.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: http://download.igniterealtime.org/op...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-21 02:26 UTC by Nikita Druba
Modified: 2022-01-07 16:53 UTC (History)
3 users (show)

See Also:


Attachments
git diff for net-im/openfire (2.72 KB, patch)
2021-12-21 02:26 UTC, Nikita Druba
nikita: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Druba 2021-12-21 02:26:22 UTC
Created attachment 230281 [details]
git diff for net-im/openfire

net-im/openfire: update to 4.6.6

Changelog:
http://download.igniterealtime.org/openfire/docs/4.6.6/changelog.html

P.S. For this port needed to upload to some server archive with local maven repository:
https://cloud.druba.su/s/TmcoRYXTm8j6foQ/download/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
Comment 1 Nikita Druba 2021-12-30 09:36:31 UTC
Hello!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-07 11:34:57 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-07 11:43:02 UTC
Hi Nikita,

Can you elaborate on the change of the maven repository?

The patch changes the following:

-MASTER_SITES=	LOCAL/driesm:maven
+MASTER_SITES=	LOCAL/pi:maven

What is the reason for that? Also the maven repository you mentioned can not be fetched:

=> FreeBSD-openfire-4.6.6-maven-repository.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch http://distcache.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
fetch: http://distcache.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz: Not Found
=> Attempting to fetch http://distcache.us-east.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
fetch: http://distcache.us-east.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz: Not Found
=> Attempting to fetch http://distcache.eu.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
fetch: http://distcache.eu.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz: Not Found
=> Attempting to fetch http://distcache.us-west.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
fetch: http://distcache.us-west.FreeBSD.org/local-distfiles/pi/FreeBSD-openfire-4.6.6-maven-repository.tar.gz: No route to host
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/FreeBSD-openfire-4.6.6-maven-repository.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/FreeBSD-openfire-4.6.6-maven-repository.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1

It is trying to fetch from pi@ LOCAL. Is this intended?
Comment 4 Nikita Druba 2022-01-07 12:38:59 UTC
(In reply to Fernando Apesteguía from comment #3)
>>Can you elaborate on the change of the maven repository?
Hi! All previous versions, except the one last, was committed by pi@FreeBSD. 
>>It is trying to fetch from pi@ LOCAL. Is this intended?
Its must fetching it from any place, where it will be. I don't have access to place maven repo to the LOCAL FreeBSD storage. If you have, you can change this line to the correct path. Link to download the archive is in the first message.
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-07 16:50:26 UTC
(In reply to Nikita Druba from comment #4)
Sure!

The thing is that unless you talk to pi@ about getting the maven repo into his LOCAL storage, the port will be unable to fetch it :-)

I will upload it to my storage and change the port accordingly. The previous MASTER_SITES needs to be kept since other quarterly branches still reference it.
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-07 16:52:55 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2022-01-07 16:53:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b1b6f70f5b4ea11cd884266c76c2782c7786dd3

commit 3b1b6f70f5b4ea11cd884266c76c2782c7786dd3
Author:     Nikita Druba <nikita@druba.su>
AuthorDate: 2022-01-07 11:33:54 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-01-07 16:50:24 +0000

    net-im/openfire: Update to 4.6.6

    ChangeLog: https://github.com/igniterealtime/Openfire/releases/tag/v4.5.6

    Change MASTER_SITES to point to my LOCAL

    PR:     260585
    Reported by:    nikita@druba.su (maintainer)

 net-im/openfire/Makefile  |  5 ++---
 net-im/openfire/distinfo  | 10 +++++-----
 net-im/openfire/pkg-plist | 10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)