git: 59aff953327b - main - math/qalculate-gtk: Update to 5.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jan 2026 03:44:12 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59aff953327bd22b57e268f32dd557fe1b47b440
commit 59aff953327bd22b57e268f32dd557fe1b47b440
Author: Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-01-22 22:14:17 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-23 03:43:54 +0000
math/qalculate-gtk: Update to 5.9.0
Set c++ dialect to c++17 (previously undefined), libtool:build is not
needed as project supplies its own libtool, intltool is no longer used.
https://github.com/Qalculate/qalculate-gtk/releases/tag/v5.9.0
---
math/qalculate-gtk/Makefile | 11 +++++++----
math/qalculate-gtk/distinfo | 6 +++---
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile
index d7703ddf5249..d10de80c6838 100644
--- a/math/qalculate-gtk/Makefile
+++ b/math/qalculate-gtk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qalculate-gtk
-PORTVERSION= 5.8.2
+PORTVERSION= 5.9.0
CATEGORIES= math
MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
@@ -14,9 +14,12 @@ LIB_DEPENDS= libqalculate.so:math/libqalculate \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= gnuplot:math/gnuplot
-USES= compiler:c++11-lang gettext gmake gnome \
- libtool:build localbase pkgconfig
-USE_GNOME= cairo gdkpixbuf gtk30 intltool libxml2
+USES= compiler:c++17-lang gettext gmake gnome \
+ libtool localbase pkgconfig
+# Project does not set a c++ dialect, but it's better to not leave this
+# undefined and left up to the whims of the compiler.
+USE_CXXSTD= c++17
+USE_GNOME= cairo gdkpixbuf gtk30 libxml2
GNU_CONFIGURE= yes
diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo
index 6e7c55cd01b0..84c11aa858d0 100644
--- a/math/qalculate-gtk/distinfo
+++ b/math/qalculate-gtk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763448406
-SHA256 (qalculate-gtk-5.8.2.tar.gz) = 20a3d4c4c63f53236cdaa79234e8d51e4deb5b647aff32bc310b920261ce68a3
-SIZE (qalculate-gtk-5.8.2.tar.gz) = 3095670
+TIMESTAMP = 1768988356
+SHA256 (qalculate-gtk-5.9.0.tar.gz) = 39cd0bc5abe26edfc04a3064d4412d5af9f7197eafa0762a18a0cb6996f1021b
+SIZE (qalculate-gtk-5.9.0.tar.gz) = 3619981