Bug 297176 - irc/unreal: Update to 6.2.6
Summary: irc/unreal: Update to 6.2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://github.com/unrealircd/unreali...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-30 20:28 UTC by Matthew Horan
Modified: 2026-08-03 17:39 UTC (History)
2 users (show)

See Also:
nxjoseph: maintainer-feedback+
nxjoseph: merge-quarterly+


Attachments
Update to 6.2.6 (5.90 KB, patch)
2026-07-30 20:28 UTC, Matthew Horan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Horan 2026-07-30 20:28:59 UTC
Created attachment 273327 [details]
Update to 6.2.6

Update irc/unreal to latest (6.2.6).

Drops LIB_DEPENDS and configure flag for libmaxminddb as there is a new built-in GeoIP database (mmdb). No longer RUN_DEPENDS on geoipupdate as the new database reloads on start or rehash.
Comment 1 tanawts 2026-08-03 15:50:57 UTC
Port Maintainer Acknowledged, patch reviewed, tested, and approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-08-03 17:38:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e55a5b8c5945203b0fab7078a3ef1ae5674ed93

commit 0e55a5b8c5945203b0fab7078a3ef1ae5674ed93
Author:     Matthew Horan <matt@matthoran.com>
AuthorDate: 2026-07-30 20:13:40 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-08-03 17:37:22 +0000

    irc/unreal: Update 6.1.9.1 => 6.2.6

    Port changes:
    - Drops LIB_DEPENDS and configure flag for libmaxminddb as there
      is a new built-in GeoIP database (mmdb).
    - No longer RUN_DEPENDS on geoipupdate as the new database reloads
      on start or rehash.

    Changelog:
    https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-626

    PR:             297176
    Reported by:    Matthew Horan <matt@matthoran.com> (author)
    Approved by:    tanawts@gmail.com (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q3

 irc/unreal/Makefile                                  |  8 ++------
 irc/unreal/distinfo                                  |  6 +++---
 .../files/patch-doc_conf_modules.default.conf (gone) | 11 -----------
 irc/unreal/pkg-plist                                 | 20 +++++++++++++++-----
 4 files changed, 20 insertions(+), 25 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-08-03 17:38:06 UTC
A commit in branch 2026Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26f1324e0a563c5b5d09e1974f8615badfb0660f

commit 26f1324e0a563c5b5d09e1974f8615badfb0660f
Author:     Matthew Horan <matt@matthoran.com>
AuthorDate: 2026-07-30 20:13:40 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-08-03 17:37:49 +0000

    irc/unreal: Update 6.1.9.1 => 6.2.6

    Port changes:
    - Drops LIB_DEPENDS and configure flag for libmaxminddb as there
      is a new built-in GeoIP database (mmdb).
    - No longer RUN_DEPENDS on geoipupdate as the new database reloads
      on start or rehash.

    Changelog:
    https://github.com/unrealircd/unrealircd/blob/unreal60_dev/doc/RELEASE-NOTES.md#unrealircd-626

    PR:             297176
    Reported by:    Matthew Horan <matt@matthoran.com> (author)
    Approved by:    tanawts@gmail.com (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q3

    (cherry picked from commit 0e55a5b8c5945203b0fab7078a3ef1ae5674ed93)

 irc/unreal/Makefile                                  |  8 ++------
 irc/unreal/distinfo                                  |  6 +++---
 .../files/patch-doc_conf_modules.default.conf (gone) | 11 -----------
 irc/unreal/pkg-plist                                 | 20 +++++++++++++++-----
 4 files changed, 20 insertions(+), 25 deletions(-)
Comment 4 Yusuf Yaman freebsd_committer freebsd_triage 2026-08-03 17:39:14 UTC
Hi,

Thank you for the collaboration!

I have tested build in Poudriere on 14.4-RELEASE-amd64-main-566f6b3d5714 and it
seems OK.

Committed, thanks.