diff options
author | jhale <jhale@FreeBSD.org> | 2019-12-29 04:35:22 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2019-12-29 04:35:22 +0800 |
commit | a641eb35582748b05ce9197c58f068e99dc033f0 (patch) | |
tree | a1d8efe0dd27557ee1da28db8cfb14086ca030f7 /math | |
parent | 813a3b9ac8fd61e4a29980dc2171d675b9e13cf9 (diff) | |
download | freebsd-ports-gnome-a641eb35582748b05ce9197c58f068e99dc033f0.tar.gz freebsd-ports-gnome-a641eb35582748b05ce9197c58f068e99dc033f0.tar.zst freebsd-ports-gnome-a641eb35582748b05ce9197c58f068e99dc033f0.zip |
math/libqalculate: Update to 3.6.0
Diffstat (limited to 'math')
-rw-r--r-- | math/libqalculate/Makefile | 6 | ||||
-rw-r--r-- | math/libqalculate/distinfo | 8 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index c93dab179707..b40c9a190648 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -2,11 +2,13 @@ # $FreeBSD$ PORTNAME= libqalculate -PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTVERSION= 3.6.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ +PATCH_SITES= https://github.com/Qalculate/${PORTNAME}/commit/ +PATCHFILES= 6f1aae9c99c41f5e0d4ef08fa69a2118c98d8a54.patch:-p1 + MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (backend library) diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index be760f0374bf..d92257f8cfdf 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1553852666 -SHA256 (libqalculate-3.0.0.tar.gz) = 2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e -SIZE (libqalculate-3.0.0.tar.gz) = 2035840 +TIMESTAMP = 1577561845 +SHA256 (libqalculate-3.6.0.tar.gz) = 66b38ed6460f0cd6a1b16ba4145c0396c995939da0ed78f15736f8cd794969b2 +SIZE (libqalculate-3.6.0.tar.gz) = 2151679 +SHA256 (6f1aae9c99c41f5e0d4ef08fa69a2118c98d8a54.patch) = decdf974ccc318486636b4b84ee1eb66596e7bf98726af806e2243b08e9c5a3e +SIZE (6f1aae9c99c41f5e0d4ef08fa69a2118c98d8a54.patch) = 800 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 1347f77a95f6..7b6d53a345bf 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -16,8 +16,9 @@ include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so lib/libqalculate.so.21 -lib/libqalculate.so.21.0.0 +lib/libqalculate.so.21.5.0 libdata/pkgconfig/libqalculate.pc +man/man1/qalc.1.gz %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/sv/LC_MESSAGES/libqalculate.mo @@ -29,7 +30,5 @@ share/qalculate/eurofxref-daily.xml share/qalculate/functions.xml share/qalculate/planets.xml share/qalculate/prefixes.xml -share/qalculate/units-old_SI.xml share/qalculate/units.xml -share/qalculate/variables-old_SI.xml share/qalculate/variables.xml |