Date: Fri, 29 Mar 2019 11:58:30 +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: r497108 - in head: math/cantor math/libqalculate math/qalculate science/step x11/plasma5-plasma-workspace Message-ID: <201903291158.x2TBwUGk064912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Mar 29 11:58:29 2019 New Revision: 497108 URL: https://svnweb.freebsd.org/changeset/ports/497108 Log: math/libqalculate: Update to 3.0.0 math/qalculate: Update to 3.0.0 - Bump PORTREVISION on math/libqalculate consumers due to shlib bump Modified: 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/Makefile head/x11/plasma5-plasma-workspace/Makefile Modified: head/math/cantor/Makefile ============================================================================== --- head/math/cantor/Makefile Fri Mar 29 11:41:41 2019 (r497107) +++ head/math/cantor/Makefile Fri Mar 29 11:58:29 2019 (r497108) @@ -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 Mar 29 11:41:41 2019 (r497107) +++ head/math/libqalculate/Makefile Fri Mar 29 11:58:29 2019 (r497108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libqalculate -PORTVERSION= 2.6.1 -PORTREVISION= 3 +PORTVERSION= 3.0.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ Modified: head/math/libqalculate/distinfo ============================================================================== --- head/math/libqalculate/distinfo Fri Mar 29 11:41:41 2019 (r497107) +++ head/math/libqalculate/distinfo Fri Mar 29 11:58:29 2019 (r497108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532616844 -SHA256 (libqalculate-2.6.1.tar.gz) = ed4c467ef8b87611f8c15794b16aef15628ba8f45aaa428619f2d58ed4248609 -SIZE (libqalculate-2.6.1.tar.gz) = 1912971 +TIMESTAMP = 1553852666 +SHA256 (libqalculate-3.0.0.tar.gz) = 2882edd45016a6bcbf33120dd0b83676221a1d58af73f7f4cd6bbec4e1a26b1e +SIZE (libqalculate-3.0.0.tar.gz) = 2035840 Modified: head/math/libqalculate/pkg-plist ============================================================================== --- head/math/libqalculate/pkg-plist Fri Mar 29 11:41:41 2019 (r497107) +++ head/math/libqalculate/pkg-plist Fri Mar 29 11:58:29 2019 (r497108) @@ -15,8 +15,8 @@ include/libqalculate/qalculate.h include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so -lib/libqalculate.so.18 -lib/libqalculate.so.18.0.1 +lib/libqalculate.so.21 +lib/libqalculate.so.21.0.0 libdata/pkgconfig/libqalculate.pc %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo @@ -29,6 +29,7 @@ share/qalculate/eurofxref-daily.xml share/qalculate/functions.xml share/qalculate/planets.xml share/qalculate/prefixes.xml -share/qalculate/rates.json +share/qalculate/units-old_SI.xml share/qalculate/units.xml +share/qalculate/variables-old_SI.xml share/qalculate/variables.xml Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Fri Mar 29 11:41:41 2019 (r497107) +++ head/math/qalculate/Makefile Fri Mar 29 11:58:29 2019 (r497108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qalculate -PORTVERSION= 2.6.1 -PORTREVISION= 2 +PORTVERSION= 3.0.0 CATEGORIES= math MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ DISTNAME= ${GH_PROJECT}-${PORTVERSION} @@ -17,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqalculate.so:math/libqalculate RUN_DEPENDS= gnuplot:math/gnuplot -USES= compiler:c++11-lang gettext gmake \ +USES= compiler:c++11-lang gettext gmake gnome \ libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 Modified: head/math/qalculate/distinfo ============================================================================== --- head/math/qalculate/distinfo Fri Mar 29 11:41:41 2019 (r497107) +++ head/math/qalculate/distinfo Fri Mar 29 11:58:29 2019 (r497108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532617679 -SHA256 (qalculate-gtk-2.6.1.tar.gz) = 54f12b79a569973ade2c3fd5fea0b4c4077af65ef8b14388ff335f2589790c18 -SIZE (qalculate-gtk-2.6.1.tar.gz) = 2619516 +TIMESTAMP = 1553856074 +SHA256 (qalculate-gtk-3.0.0.tar.gz) = 7d18d99c566b44ba88a99daefb1974c244aa33960bd3d80f0e2afa225858553d +SIZE (qalculate-gtk-3.0.0.tar.gz) = 2672534 Modified: head/science/step/Makefile ============================================================================== --- head/science/step/Makefile Fri Mar 29 11:41:41 2019 (r497107) +++ head/science/step/Makefile Fri Mar 29 11:58:29 2019 (r497108) @@ -2,6 +2,7 @@ PORTNAME= step DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= science kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/x11/plasma5-plasma-workspace/Makefile ============================================================================== --- head/x11/plasma5-plasma-workspace/Makefile Fri Mar 29 11:41:41 2019 (r497107) +++ head/x11/plasma5-plasma-workspace/Makefile Fri Mar 29 11:58:29 2019 (r497108) @@ -2,7 +2,7 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 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?201903291158.x2TBwUGk064912>