Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 10:14:40 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475421 - in head: deskutils/kdeplasma-addons-kde4 math/cantor math/cantor-kde4 math/libqalculate math/qalculate science/step science/step-kde4 x11/kde-workspace-kde4 x11/plasma5-plasma...
Message-ID:  <201807271014.w6RAEeLI061516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Jul 27 10:14:39 2018
New Revision: 475421
URL: https://svnweb.freebsd.org/changeset/ports/475421

Log:
  Update math/libqalculate and math/qalculate to 2.6.1
  Chase libqalculate shared library version bump

Modified:
  head/deskutils/kdeplasma-addons-kde4/Makefile
  head/math/cantor-kde4/Makefile
  head/math/cantor/Makefile
  head/math/libqalculate/Makefile
  head/math/libqalculate/distinfo
  head/math/libqalculate/pkg-plist
  head/math/qalculate/Makefile
  head/math/qalculate/distinfo
  head/science/step-kde4/Makefile
  head/science/step/Makefile
  head/x11/kde-workspace-kde4/Makefile
  head/x11/plasma5-plasma-workspace/Makefile

Modified: head/deskutils/kdeplasma-addons-kde4/Makefile
==============================================================================
--- head/deskutils/kdeplasma-addons-kde4/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/deskutils/kdeplasma-addons-kde4/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kdeplasma-addons
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	deskutils kde kde-kde4
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/math/cantor-kde4/Makefile
==============================================================================
--- head/math/cantor-kde4/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/cantor-kde4/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cantor
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	math kde kde-kde4
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/cantor/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cantor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/math/libqalculate/Makefile
==============================================================================
--- head/math/libqalculate/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/libqalculate/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -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}/
 

Modified: head/math/libqalculate/distinfo
==============================================================================
--- head/math/libqalculate/distinfo	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/libqalculate/distinfo	Fri Jul 27 10:14:39 2018	(r475421)
@@ -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

Modified: head/math/libqalculate/pkg-plist
==============================================================================
--- head/math/libqalculate/pkg-plist	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/libqalculate/pkg-plist	Fri Jul 27 10:14:39 2018	(r475421)
@@ -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

Modified: head/math/qalculate/Makefile
==============================================================================
--- head/math/qalculate/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/qalculate/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -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}

Modified: head/math/qalculate/distinfo
==============================================================================
--- head/math/qalculate/distinfo	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/math/qalculate/distinfo	Fri Jul 27 10:14:39 2018	(r475421)
@@ -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

Modified: head/science/step-kde4/Makefile
==============================================================================
--- head/science/step-kde4/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/science/step-kde4/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	step
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	science kde kde-kde4
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/science/step/Makefile
==============================================================================
--- head/science/step/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/science/step/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,6 +2,7 @@
 
 PORTNAME=	step
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	science kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/x11/kde-workspace-kde4/Makefile
==============================================================================
--- head/x11/kde-workspace-kde4/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/x11/kde-workspace-kde4/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kde-workspace
 PORTVERSION=	${KDE4_WORKSPACE_VERSION}
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	x11 kde kde-applications
 PKGNAMESUFFIX=	-kde4
 

Modified: head/x11/plasma5-plasma-workspace/Makefile
==============================================================================
--- head/x11/plasma5-plasma-workspace/Makefile	Fri Jul 27 09:31:56 2018	(r475420)
+++ head/x11/plasma5-plasma-workspace/Makefile	Fri Jul 27 10:14:39 2018	(r475421)
@@ -2,7 +2,7 @@
 
 PORTNAME=	plasma-workspace
 DISTVERSION=	${KDE_PLASMA_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org



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