Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2026 03:44:13 +0000
From:      Jason E. Hale <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac709ef43ea0 - main - math/qalculate-qt: Update to 5.9.0
Message-ID:  <6972ee8d.3039b.352751b2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

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

commit ac709ef43ea0119aee9f07e8cd18a7bd3776d71c
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-01-22 22:17:47 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-23 03:43:54 +0000

    math/qalculate-qt: Update to 5.9.0
    
    Set c++ dialect to c++17 (previously undefined).
    
    https://github.com/Qalculate/qalculate-qt/releases/tag/v5.9.0
---
 math/qalculate-qt/Makefile | 5 ++++-
 math/qalculate-qt/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/math/qalculate-qt/Makefile b/math/qalculate-qt/Makefile
index 1669d9890650..6fa230c8abd2 100644
--- a/math/qalculate-qt/Makefile
+++ b/math/qalculate-qt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qalculate-qt
-PORTVERSION=	5.8.2
+PORTVERSION=	5.9.0
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -14,6 +14,9 @@ LIB_DEPENDS=	libqalculate.so:math/libqalculate
 RUN_DEPENDS=	gnuplot:math/gnuplot
 
 USES=		compiler:c++17-lang gl pkgconfig qmake qt:6
+# 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_GL=		opengl
 USE_QT=		base tools:build
 
diff --git a/math/qalculate-qt/distinfo b/math/qalculate-qt/distinfo
index b4140a8022ab..f8988ca09e22 100644
--- a/math/qalculate-qt/distinfo
+++ b/math/qalculate-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763448171
-SHA256 (qalculate-qt-5.8.2.tar.gz) = ebf547910ce5c5624b8d158873ff88c4379288cc687993e50655f9f7ead171ae
-SIZE (qalculate-qt-5.8.2.tar.gz) = 2027585
+TIMESTAMP = 1768984815
+SHA256 (qalculate-qt-5.9.0.tar.gz) = c018e8ccc4c48c5c831d28c32b960f77de1c7e0e8cb6e26e0b9a2cccc91e5ee3
+SIZE (qalculate-qt-5.9.0.tar.gz) = 2043503


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6972ee8d.3039b.352751b2>