Date: Sat, 9 Nov 2024 13:11:00 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b1c688a8406f - 2024Q4 - science/kst2: update to 2.1 Message-ID: <202411091311.4A9DB0ot044657@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1c688a8406f34e49d3ee52765cd954e404f9396 commit b1c688a8406f34e49d3ee52765cd954e404f9396 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2024-11-09 13:10:26 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2024-11-09 13:10:26 +0000 science/kst2: update to 2.1 (cherry picked from commit 47f9c3b98b06abbd6415278837fdc8db3cda2203) --- science/kst2/Makefile | 13 ++++++------- science/kst2/distinfo | 6 +++--- science/kst2/pkg-plist | 1 + 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 395202c7cd5c..c9ae16faa840 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -1,5 +1,7 @@ PORTNAME= kst -DISTVERSION= ${KST_VERSION}.${KST_DATE} +DISTVERSIONPREFIX= v +DISTVERSION= ${KST_VERSION} +DISTVERSIONSUFFIX= -${KST_DATE} CATEGORIES= science MAINTAINER= makc@FreeBSD.org @@ -21,15 +23,12 @@ USE_QT= concurrent core gui network printsupport svg widgets xml \ buildtools:build linguisttools:build qmake:build USE_LDCONFIG= yes -KST_VERSION= 2.0.8 -KST_DATE= 20240825 -KST_COMMIT= 917ad3c3 -KDE_INVENT= 917ad3c348d2e99666f11a27400b08a88dc7e590 graphics kst-plot +KST_VERSION= 2.1 +KST_DATE= 2024-10-20 +KDE_INVENT= ${DISTVERSIONFULL} graphics kst-plot CMAKE_ARGS= -Dkst_install_prefix=${PREFIX} \ -Dkst_pch=off \ - -Dkst_version_string=${KST_VERSION} \ - -Dkst_revision="${KST_COMMIT} ${KST_DATE}" \ -DCMAKE_DISABLE_FIND_PACKAGE_Getdata=ON PLIST_SUB= SHLIB_VER=${KST_VERSION} diff --git a/science/kst2/distinfo b/science/kst2/distinfo index b06b533d84b5..6a9e17e75cd7 100644 --- a/science/kst2/distinfo +++ b/science/kst2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725286631 -SHA256 (graphics-kst-plot-917ad3c348d2e99666f11a27400b08a88dc7e590_GL0.tar.gz) = c378f4062335348c0e091b1134407bec0a4a1a5dfde8d62426c8b036b88d3fb0 -SIZE (graphics-kst-plot-917ad3c348d2e99666f11a27400b08a88dc7e590_GL0.tar.gz) = 18807972 +TIMESTAMP = 1730366179 +SHA256 (kst-plot-v2.1-2024-10-20.tar.bz2) = 80f051f5979207a0be7c81c5bb9bea9e9acc2a78afd8a17e4323d3cf6c375def +SIZE (kst-plot-v2.1-2024-10-20.tar.bz2) = 18271866 diff --git a/science/kst2/pkg-plist b/science/kst2/pkg-plist index 1b0bba95f4fe..20a98f0be737 100644 --- a/science/kst2/pkg-plist +++ b/science/kst2/pkg-plist @@ -33,6 +33,7 @@ lib/kst2/plugins/libkst2_datasource_its.so lib/kst2/plugins/libkst2_datasource_qimagesource.so lib/kst2/plugins/libkst2_datasource_sourcelist.so lib/kst2/plugins/libkst2_datasource_tiff16source.so +lib/kst2/plugins/libkst2_filters_boxcar.so lib/kst2/plugins/libkst2_filters_butterworth_bandpass.so lib/kst2/plugins/libkst2_filters_butterworth_bandstop.so lib/kst2/plugins/libkst2_filters_butterworth_highpass.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411091311.4A9DB0ot044657>