diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-07-27 18:14:39 +0800 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-07-27 18:14:39 +0800 |
commit | 121bfe4c6649fedac55cfa63e8ca969445c16074 (patch) | |
tree | 239233587e527b2050a2ed5899b3ead1b05487c7 | |
parent | 71d90b36c550c6a06148953c0c18920d26c6c166 (diff) | |
download | freebsd-ports-gnome-121bfe4c6649fedac55cfa63e8ca969445c16074.tar.gz freebsd-ports-gnome-121bfe4c6649fedac55cfa63e8ca969445c16074.tar.zst freebsd-ports-gnome-121bfe4c6649fedac55cfa63e8ca969445c16074.zip |
Update math/libqalculate and math/qalculate to 2.6.1
Chase libqalculate shared library version bump
-rw-r--r-- | deskutils/kdeplasma-addons-kde4/Makefile | 2 | ||||
-rw-r--r-- | math/cantor-kde4/Makefile | 2 | ||||
-rw-r--r-- | math/cantor/Makefile | 1 | ||||
-rw-r--r-- | math/libqalculate/Makefile | 3 | ||||
-rw-r--r-- | math/libqalculate/distinfo | 6 | ||||
-rw-r--r-- | math/libqalculate/pkg-plist | 5 | ||||
-rw-r--r-- | math/qalculate/Makefile | 2 | ||||
-rw-r--r-- | math/qalculate/distinfo | 6 | ||||
-rw-r--r-- | science/step-kde4/Makefile | 2 | ||||
-rw-r--r-- | science/step/Makefile | 1 | ||||
-rw-r--r-- | x11/kde-workspace-kde4/Makefile | 2 | ||||
-rw-r--r-- | x11/plasma5-plasma-workspace/Makefile | 2 |
12 files changed, 18 insertions, 16 deletions
diff --git a/deskutils/kdeplasma-addons-kde4/Makefile b/deskutils/kdeplasma-addons-kde4/Makefile index d61dc47309b4..02391cfc18c3 100644 --- a/deskutils/kdeplasma-addons-kde4/Makefile +++ b/deskutils/kdeplasma-addons-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/cantor-kde4/Makefile b/math/cantor-kde4/Makefile index e1addc922598..795b26f4b3c9 100644 --- a/math/cantor-kde4/Makefile +++ b/math/cantor-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 3944753544a0..1b54c3316a77 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -2,6 +2,7 @@ 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 528451c704d9..540561d321bd 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libqalculate -PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTVERSION= 2.6.1 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 285a393ef63f..c2e74a92c630 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518998683 -SHA256 (libqalculate-2.2.1.tar.gz) = 1752b6a046eaf84ee62a7dc8d2c874b538517956ce8affac80df09a3b55bef5d -SIZE (libqalculate-2.2.1.tar.gz) = 1717947 +TIMESTAMP = 1532616844 +SHA256 (libqalculate-2.6.1.tar.gz) = ed4c467ef8b87611f8c15794b16aef15628ba8f45aaa428619f2d58ed4248609 +SIZE (libqalculate-2.6.1.tar.gz) = 1912971 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 884d2a11f8af..0869362881f1 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -7,6 +7,7 @@ include/libqalculate/Function.h include/libqalculate/MathStructure.h include/libqalculate/Number.h include/libqalculate/Prefix.h +include/libqalculate/QalculateDateTime.h include/libqalculate/Unit.h include/libqalculate/Variable.h include/libqalculate/includes.h @@ -14,8 +15,8 @@ include/libqalculate/qalculate.h include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so -lib/libqalculate.so.14 -lib/libqalculate.so.14.0.0 +lib/libqalculate.so.18 +lib/libqalculate.so.18.0.1 libdata/pkgconfig/libqalculate.pc %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 45b427d695dc..200dfbd04ead 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qalculate -PORTVERSION= 2.2.1 +PORTVERSION= 2.6.1 CATEGORIES= math MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ DISTNAME= ${GH_PROJECT}-${PORTVERSION} diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo index 59beaf656c01..fb878aa923fd 100644 --- a/math/qalculate/distinfo +++ b/math/qalculate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519000762 -SHA256 (qalculate-gtk-2.2.1.tar.gz) = 8bccd336c8b591c33e52d554fdd2c57ca7db6e34420da1e0ad10a15f984f129b -SIZE (qalculate-gtk-2.2.1.tar.gz) = 2340404 +TIMESTAMP = 1532617679 +SHA256 (qalculate-gtk-2.6.1.tar.gz) = 54f12b79a569973ade2c3fd5fea0b4c4077af65ef8b14388ff335f2589790c18 +SIZE (qalculate-gtk-2.6.1.tar.gz) = 2619516 diff --git a/science/step-kde4/Makefile b/science/step-kde4/Makefile index a2f4102e1813..bb1a1431c2c5 100644 --- a/science/step-kde4/Makefile +++ b/science/step-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/science/step/Makefile b/science/step/Makefile index 7e29eb7ec0dc..78d6c6bc1383 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -2,6 +2,7 @@ PORTNAME= step DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= science kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/x11/kde-workspace-kde4/Makefile b/x11/kde-workspace-kde4/Makefile index cb4789edb548..466247038b77 100644 --- a/x11/kde-workspace-kde4/Makefile +++ b/x11/kde-workspace-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= x11 kde kde-applications PKGNAMESUFFIX= -kde4 diff --git a/x11/plasma5-plasma-workspace/Makefile b/x11/plasma5-plasma-workspace/Makefile index d893524fdcf3..25ae1db83e64 100644 --- a/x11/plasma5-plasma-workspace/Makefile +++ b/x11/plasma5-plasma-workspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org |