diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 278397196747..912372f85344 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -1,43 +1,42 @@ PORTNAME= kstars -DISTVERSION= 3.8.0 -PORTREVISION= 2 +DISTVERSION= 3.8.2 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= KDE desktop planetarium WWW= https://edu.kde.org/kstars LICENSE= GPLv2 LIB_DEPENDS= libXISF.so:graphics/libxisf \ libcfitsio.so:astro/cfitsio \ libqt5keychain.so:security/qtkeychain@qt5 \ libraw.so:graphics/libraw \ libgsl.so:math/gsl \ libindiclient.so:devel/indi \ libopencv_core.so:graphics/opencv \ libsecret-1.so:security/libsecret \ libnova.so:astro/libnova \ libstellarsolver.so:astro/stellarsolver \ libwcs.so:astro/wcslib BUILD_DEPENDS= xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet USES= cmake compiler:c++11-lib desktop-file-utils eigen:3 \ gettext gnome kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg USE_GNOME= glib20 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ coreaddons crash dbusaddons guiaddons i18n \ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ widgetsaddons windowsystem xmlgui \ doctools:build ecm:build USE_QT= concurrent core datavis3d dbus declarative gui multimedia \ network opengl printsupport sql svg testlib websockets widgets \ xml \ buildtools:build qmake:build USE_XORG= x11 .include diff --git a/astro/kstars/distinfo b/astro/kstars/distinfo index c4cfc26a25f0..a0d368194de1 100644 --- a/astro/kstars/distinfo +++ b/astro/kstars/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766501265 -SHA256 (kstars-3.8.0.tar.xz) = 9e907499a6087406601c1559a90f6551ef557ef4642371355929c6ed12188dee -SIZE (kstars-3.8.0.tar.xz) = 51561840 +TIMESTAMP = 1778176929 +SHA256 (kstars-3.8.2.tar.xz) = aca3f662c06371c3eefcd553a3a687c94ba58a7ae460d0c63907f6cb9f69ced9 +SIZE (kstars-3.8.2.tar.xz) = 52049284 diff --git a/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp b/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp deleted file mode 100644 index 8e6f4cfb9a2d..000000000000 --- a/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp.orig 2025-12-01 12:06:11 UTC -+++ kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp -@@ -18,6 +18,7 @@ - */ - - #include -+#include - - #include "gaussian_process.h" - #include "math_tools.h"