Bug 277088 - [databases/xtrabackup8]: update to 8.0.35-30 and renaming to databases/xtrabackup80
Summary: [databases/xtrabackup8]: update to 8.0.35-30 and renaming to databases/xtraba...
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: Eugene Grosbein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-16 10:03 UTC by Eugene M. Zheganin
Modified: 2024-02-22 10:05 UTC (History)
1 user (show)

See Also:


Attachments
8.0.35-30 update patch (10.61 KB, patch)
2024-02-16 10:03 UTC, Eugene M. Zheganin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene M. Zheganin 2024-02-16 10:03:53 UTC
Created attachment 248503 [details]
8.0.35-30 update patch

Since there are now several supported versions of mysql-server 8.x in FreeBSD ports, and each major server version requires matching xtrabackup8 version, this port should be renamed to databases/xtrabackup80; this PR also contains the update to a latest 8.0.35-30 version.

I'm working on corresponding versions of the port for 8.1 and 8.2 server versions.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-22 09:38:28 UTC
A commit in branch main references this bug:

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

commit 147efd9835e16cae10637c56e34325d1b4c573c2
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2024-02-22 08:52:06 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-02-22 09:35:51 +0000

    databases/xtrabackup80: renamed from databases/xtrabackup8 and updated

    The port databases/xtrabackup8 upgraded to version 8.0.35-30
    and renamed to databases/xtrabackup80 in preparation for upcoming
    incompatible branch databases/xtrabackup81, to avoid confusion.

    Drop unused dependency on libncurses.

    The update based on maintainer's submittion.

    PR:             277088
    Tested by:      Eugene M. Zheganin (maintainer)
    Approved by:    Eugene M. Zheganin (maintainer)

 MOVED                                              |  1 +
 UPDATING                                           |  8 +++++
 databases/Makefile                                 |  2 +-
 databases/xtrabackup8/distinfo (gone)              |  5 ---
 .../xtrabackup8/files/patch-CMakeLists.txt (gone)  | 21 -----------
 databases/xtrabackup8/files/patch-llvm-15 (gone)   | 41 ----------------------
 databases/xtrabackup8/files/patch-procps (gone)    | 15 --------
 databases/{xtrabackup8 => xtrabackup80}/Makefile   | 27 +++++++-------
 databases/xtrabackup80/distinfo (new)              |  5 +++
 .../xtrabackup80/files/patch-CMakeLists.txt (new)  | 22 ++++++++++++
 .../files/patch-cmake-install_layout.cmake         |  0
 .../files/patch-cmake_os_FreeBSD.cmake             |  0
 .../xtrabackup80/files/patch-file_utils (new)      | 20 +++++++++++
 databases/xtrabackup80/files/patch-llvm-15 (new)   | 28 +++++++++++++++
 databases/xtrabackup80/files/patch-procps (new)    | 28 +++++++++++++++
 databases/xtrabackup80/files/patch-protobuf (new)  | 10 ++++++
 .../files/patch-storage_innobase_log__log0recv.cc  | 20 +++++------
 .../patch-storage_innobase_xtrabackup_src_utils.cc |  0
 ...h-storage_innobase_xtrabackup_xbcloud__osenv.sh |  0
 ...ge_temptable_include_temptable_lock_free_type.h |  0
 databases/{xtrabackup8 => xtrabackup80}/pkg-descr  |  0
 databases/{xtrabackup8 => xtrabackup80}/pkg-plist  |  0
 22 files changed, 146 insertions(+), 107 deletions(-)