IABSD.fr/ports/databases/sqlitebrowser

Branch :


Log

Author Commit Date CI Message
81b71624 2026-03-07 12:09:32 update sqlitebrowser to a git checkout build with the new Qt6 support, removing the last remaining use of the Qt5 version of QScintilla add optional sqlcipher flavour
e8035d47 2026-02-13 12:02:13 Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@
22ff0a2a 2024-12-24 05:19:21 Update to sqlitebrowser-3.13.1.
7f4a2f7e 2024-10-13 19:58:04 databases/sqlitebrowser: update to 3.13.0 changelog: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0 feedback from and OK caspar@
9ed61913 2023-04-24 11:40:33 x11/gtk+3,-guic -> x11/gtk+4,-guic + bump included inherits from MODULE.
7a958849 2022-03-11 18:31:17 drop RCS Ids
1978541d 2021-11-12 14:27:52 update to sqlitebrowser-3.12.2, from risantos at protonmail com, plus I added NO_TEST. tested by Caspar Schutijser.
46a5f0f7 2020-12-27 18:14:04 update to sqlitebrowser-3.12.1
b5b5a152 2020-06-19 19:54:24 Update to sqlitebrowser 3.12.0 https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/3.12.0 numerous fixes and improvements, patch merged upstream. Also tested by Caspar Schutijser, thanks!
ec1b71d9 2020-02-29 08:17:58 Remove -qt4 flover in editors/qscintilla All our consumers only use the qt5 FLAVOR. Because here, switch homepage to https and bump revisions