git: 60281b957f37 - main - databases/sabiql: Update to 3.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 19:40:57 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60281b957f378166272bf88324edbbd1cfbfe2b1
commit 60281b957f378166272bf88324edbbd1cfbfe2b1
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-09-05 19:37:13 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-09-05 19:39:58 +0000
databases/sabiql: Update to 3.0.1
- Pass argument --ignore-rust-version to cargo command, otherwise
the port fails to build/install with the following error:
error: rustc 1.97.1 is not supported by the following packages:
sabiql@3.0.1 requires rustc 1.98
sabiql-app@3.0.1 requires rustc 1.98
sabiql-domain@3.0.1 requires rustc 1.98
sabiql-infra@3.0.1 requires rustc 1.98
sabiql-ui@3.0.1 requires rustc 1.98
*** Error code 101
ChangeLog:
1. https://github.com/riii111/sabiql/releases/tag/v3.0.1
Reported by: riii111 <notifications@github.com>
---
databases/sabiql/Makefile | 6 +++++-
databases/sabiql/distinfo | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/databases/sabiql/Makefile b/databases/sabiql/Makefile
index 81ce5681880d..96eb137376d9 100644
--- a/databases/sabiql/Makefile
+++ b/databases/sabiql/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sabiql
DISTVERSIONPREFIX= v
-DISTVERSION= 3.0.0
+DISTVERSION= 3.0.1
PORTREVISION= 0
CATEGORIES= databases
@@ -24,6 +24,10 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= riii111
+
+CARGO_BUILD_ARGS= --ignore-rust-version
+CARGO_INSTALL_ARGS= --ignore-rust-version
+
PLIST_FILES= bin/sabiql
OPTIONS_DEFINE= ER_DIAGRAMS
diff --git a/databases/sabiql/distinfo b/databases/sabiql/distinfo
index 0a0352934f9b..85cd1e6ff059 100644
--- a/databases/sabiql/distinfo
+++ b/databases/sabiql/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1788248453
+TIMESTAMP = 1788625632
SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b
SIZE (rust/crates/addr2line-0.25.1.crate) = 43134
SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
@@ -921,5 +921,5 @@ SHA256 (rust/crates/zune-core-0.5.3.crate) = d56377fd46368984a170bc5aac5567e52ca
SIZE (rust/crates/zune-core-0.5.3.crate) = 30419
SHA256 (rust/crates/zune-jpeg-0.5.15.crate) = 27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296
SIZE (rust/crates/zune-jpeg-0.5.15.crate) = 88879
-SHA256 (riii111-sabiql-v3.0.0_GH0.tar.gz) = fa1a8edf3ec0b653d56c802a155dbb4b30be0f31f42b72b26f4ea1898dfa488a
-SIZE (riii111-sabiql-v3.0.0_GH0.tar.gz) = 1000935
+SHA256 (riii111-sabiql-v3.0.1_GH0.tar.gz) = 745738d629b618f7f02190c176a89cebec29bfd3dd3877ebc12cda5223e8672d
+SIZE (riii111-sabiql-v3.0.1_GH0.tar.gz) = 1000419