Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2022 02:04:48 GMT
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: 4272ea162d7c - main - math/libqalculate: Update to 4.0.0
Message-ID:  <202202250204.21P24mYN090837@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

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

commit 4272ea162d7c59e4e07d69089285c958e09ad501
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2022-02-25 01:35:04 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-02-25 02:03:11 +0000

    math/libqalculate: Update to 4.0.0
    
    math/qalculate: Update to 4.0.0
    
    Bump PORTREVISION on math/libqalculate consumers due to shlib bump
---
 math/cantor/Makefile                  | 1 +
 math/libqalculate/Makefile            | 3 +--
 math/libqalculate/distinfo            | 6 +++---
 math/libqalculate/pkg-plist           | 7 +++++--
 math/qalculate/Makefile               | 5 +++--
 math/qalculate/distinfo               | 6 +++---
 math/qalculate/pkg-plist              | 6 +++++-
 science/step/Makefile                 | 1 +
 x11/plasma5-plasma-workspace/Makefile | 1 +
 x11/rofi-calc/Makefile                | 1 +
 10 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/math/cantor/Makefile b/math/cantor/Makefile
index aa092518c408..8f991be81e13 100644
--- a/math/cantor/Makefile
+++ b/math/cantor/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cantor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 34c686740da7..1034222cbbcf 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -1,8 +1,7 @@
 # Created by: Sergey Akifyev <asa@agava.com>
 
 PORTNAME=	libqalculate
-PORTVERSION=	3.17.0
-PORTREVISION=	2
+PORTVERSION=	4.0.0
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
 
diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo
index 4036e8ce271d..10ee853d3baa 100644
--- a/math/libqalculate/distinfo
+++ b/math/libqalculate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615732502
-SHA256 (libqalculate-3.17.0.tar.gz) = 7ea06b140b9238b44473e07b60e1e8cb5271e45b80cbdc27e7eb2e6f82c2ec8c
-SIZE (libqalculate-3.17.0.tar.gz) = 1770500
+TIMESTAMP = 1645711860
+SHA256 (libqalculate-4.0.0.tar.gz) = 1bddd1aa5fc5c0915308400845acf376dcb685bcbd8da90360b3d75b87d4c666
+SIZE (libqalculate-4.0.0.tar.gz) = 2167348
diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist
index 60ebd00b5c34..33e902dd4efb 100644
--- a/math/libqalculate/pkg-plist
+++ b/math/libqalculate/pkg-plist
@@ -15,13 +15,16 @@ include/libqalculate/qalculate.h
 include/libqalculate/util.h
 lib/libqalculate.a
 lib/libqalculate.so
-lib/libqalculate.so.21
-lib/libqalculate.so.21.11.0
+lib/libqalculate.so.22
+lib/libqalculate.so.22.16.0
 libdata/pkgconfig/libqalculate.pc
 man/man1/qalc.1.gz
+%%NLS%%share/locale/ca/LC_MESSAGES/libqalculate.mo
+%%NLS%%share/locale/de/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/es/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/libqalculate.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/libqalculate.mo
 share/qalculate/currencies.xml
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 5d3143091498..8076344961ab 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sergey Akifyev <asa@gascom.ru>
 
 PORTNAME=	qalculate
-PORTVERSION=	3.17.0
+PORTVERSION=	4.0.0
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/
 DISTNAME=	${GH_PROJECT}-${PORTVERSION}
@@ -12,7 +12,8 @@ COMMENT=	Multi-purpose desktop calculator (GTK+3 frontend)
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libqalculate.so:math/libqalculate
+LIB_DEPENDS=	libqalculate.so:math/libqalculate \
+		libharfbuzz.so:print/harfbuzz
 RUN_DEPENDS=	gnuplot:math/gnuplot
 
 USES=		compiler:c++11-lang gettext gmake gnome \
diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo
index 0a0ded9b560b..504f5eb58e99 100644
--- a/math/qalculate/distinfo
+++ b/math/qalculate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615732782
-SHA256 (qalculate-gtk-3.17.0.tar.gz) = b95f4be3c6fd883dec280a92d46b4678f8a7de2e5b654344246bb9d87695626b
-SIZE (qalculate-gtk-3.17.0.tar.gz) = 2414740
+TIMESTAMP = 1645713670
+SHA256 (qalculate-gtk-4.0.0.tar.gz) = 51f705737fe6defb6b57058ddd357ca1dd11af57655a90f9e41a40e8dbb9d81c
+SIZE (qalculate-gtk-4.0.0.tar.gz) = 2564255
diff --git a/math/qalculate/pkg-plist b/math/qalculate/pkg-plist
index 1eb65c666220..59ccf57be03f 100644
--- a/math/qalculate/pkg-plist
+++ b/math/qalculate/pkg-plist
@@ -1,5 +1,5 @@
 bin/qalculate-gtk
-lib/qalculate-search-provider
+libexec/qalculate-search-provider
 man/man1/qalculate-gtk.1.gz
 share/applications/qalculate-gtk.desktop
 share/dbus-1/services/io.github.Qalculate.SearchProvider.service
@@ -29,6 +29,7 @@ share/dbus-1/services/io.github.Qalculate.SearchProvider.service
 %%DOCSDIR%%/html/figures/variable-manager.png
 %%DOCSDIR%%/html/figures/variance-formula.svg
 %%DOCSDIR%%/html/index.html
+%%DOCSDIR%%/html/qalc.html
 %%DOCSDIR%%/html/qalculate-definitions-functions.html
 %%DOCSDIR%%/html/qalculate-definitions-units.html
 %%DOCSDIR%%/html/qalculate-definitions-variables.html
@@ -52,10 +53,13 @@ share/icons/hicolor/32x32/apps/qalculate.png
 share/icons/hicolor/48x48/apps/qalculate.png
 share/icons/hicolor/64x64/apps/qalculate.png
 share/icons/hicolor/scalable/apps/qalculate.svg
+%%NLS%%share/locale/ca/LC_MESSAGES/qalculate-gtk.mo
+%%NLS%%share/locale/de/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/es/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/qalculate-gtk.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/qalculate-gtk.mo
diff --git a/science/step/Makefile b/science/step/Makefile
index efc3d9da116d..2d001f241068 100644
--- a/science/step/Makefile
+++ b/science/step/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	step
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	science education kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile
index 17602450cfbb..52f5b6beb89b 100644
--- a/x11/plasma5-plasma-workspace/Makefile
+++ b/x11/plasma5-plasma-workspace/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plasma-workspace
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/x11/rofi-calc/Makefile b/x11/rofi-calc/Makefile
index 4e66d419e316..28c2fe8afa91 100644
--- a/x11/rofi-calc/Makefile
+++ b/x11/rofi-calc/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rofi-calc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	vidar@karlsen.tech



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202250204.21P24mYN090837>