Bug 280897 - databases/adminerevo: Update to 4.8.4
Summary: databases/adminerevo: Update to 4.8.4
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: Zsolt Udvari
URL: https://github.com/adminerevo/adminer...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-18 09:00 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-08-20 04:47 UTC (History)
1 user (show)

See Also:


Attachments
adminerevo-4.8.4.patch (1.75 KB, patch)
2024-08-18 09:00 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-08-18 09:00:55 UTC
Created attachment 252868 [details]
adminerevo-4.8.4.patch

Description:

ChangeLog: https://github.com/adminerevo/adminerevo/blob/v4.8.4/changes.txt

* Removed size for integer on MySQL 8+.
* Replaced deprecated by error_get_last().
* Allow responsive styles on larger devices.
* Fixed issue with editor tables list.
* Adjusted href of editor title.
* Fixes of warnings on PHP8.3.
* Filter removal buttons on table select pages.
* Skip dump of generated columns.
* Add LICENSE file, clarify dual-licensing.
* Restore latest version check.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-20 04:46:55 UTC
A commit in branch main references this bug:

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

commit 047206b7fa5da8c04781e8189851fb67cf0f0b55
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-08-20 04:44:06 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-20 04:45:50 +0000

    databases/adminerevo: update to 4.8.4

    Switch to DISTVERSION.

    ChangeLog:
    https://github.com/adminerevo/adminerevo/blob/v4.8.4/changes.txt

    * Removed size for integer on MySQL 8+.
    * Replaced deprecated by error_get_last().
    * Allow responsive styles on larger devices.
    * Fixed issue with editor tables list.
    * Adjusted href of editor title.
    * Fixes of warnings on PHP8.3.
    * Filter removal buttons on table select pages.
    * Skip dump of generated columns.
    * Add LICENSE file, clarify dual-licensing.
    * Restore latest version check.

    PR:             280897
    Approved by:    submitter is maintainer

 databases/adminerevo/Makefile | 2 +-
 databases/adminerevo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-20 04:47:31 UTC
Committed, thanks!