Bug 286619 - databases/galera26: update to 26.4.22
Summary: databases/galera26: update to 26.4.22
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 08:42 UTC by Faustin Lammler
Modified: 2025-05-20 17:48 UTC (History)
3 users (show)

See Also:
vvd: maintainer-feedback-


Attachments
patch (1.72 KB, patch)
2025-05-06 08:42 UTC, Faustin Lammler
no flags Details | Diff
patch revision (1.74 KB, patch)
2025-05-20 10:46 UTC, Faustin Lammler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Faustin Lammler 2025-05-06 08:42:29 UTC
Created attachment 260196 [details]
patch

Hi!
As requested in https://github.com/freebsd/freebsd-ports/pull/382

Thanks!
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-06 13:05:13 UTC
1. Remove PORTREVISION.
2. Replace DISTVERSION with PORTVERSION.
Comment 2 Faustin Lammler 2025-05-19 08:44:09 UTC
(In reply to Vladimir Druzenko from comment #1)
Hi!
Sorry, first time contributing here, need a bit of guidance.

What am I supposed to do, create a new patch with your suggestion?
I don't see any DISTVERSION var.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-19 15:17:30 UTC
(In reply to Faustin Lammler from comment #2)
It was typo:
2. Replace PORTVERSION with DISTVERSION.
:-o
Comment 4 Faustin Lammler 2025-05-20 10:46:01 UTC
Created attachment 260571 [details]
patch revision

second patch as requested.
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-20 17:13:33 UTC
Maintainer timeout 2 weeks.
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-20 17:21:29 UTC
(In reply to Faustin Lammler from comment #4)
2. Replace *all* PORTVERSION with DISTVERSION.
3. Update distinfo with "make makesum" - TIMESTAMP must updated too.

I'll do both myself.
Comment 7 commit-hook freebsd_committer freebsd_triage 2025-05-20 17:48:43 UTC
A commit in branch main references this bug:

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

commit c5ce477c2477d997e8ca38b7cf54ccd8fac8b3ef
Author:     Faustin Lammler <faustin@fala.red>
AuthorDate: 2025-05-20 17:37:04 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-20 17:37:04 +0000

    databases/galera26: Update 26.4.21 => 26.4.22

    Commit log:
    https://github.com/MariaDB/galera/compare/mariadb-26.4.21...mariadb-26.4.22

    Improve port:
    - replace PORTVERSION with DISTVERSION
    - sort USES
    - fix warning from porudriere: use libboost_program_options.so in
      LIB_DEPENDS instead of libboost_date_time.so
    - remove devel/boost-libs from BUILD_DEPENDS - the port have it in
      LIB_DEPENDS
    - fix warnings from portclippy: options order
    - fix warning from portlint: spaces => tab in CONFLICTS_INSTALL

    PR:             286619
    Approved by:    devel@galeracluster.com (maintainer, timeout 2 weeks)

 databases/galera26/Makefile | 19 ++++++++-----------
 databases/galera26/distinfo | 10 +++++-----
 2 files changed, 13 insertions(+), 16 deletions(-)