git: d9e881ec2b78 - main - astro/stellarium: update Stellarium to bugfix version 24.4

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 28 Dec 2024 17:14:17 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9e881ec2b78f8381f3e3372dd85462b6f817538

commit d9e881ec2b78f8381f3e3372dd85462b6f817538
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-12-28 17:13:20 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-12-28 17:13:20 +0000

    astro/stellarium: update Stellarium to bugfix version 24.4
    
    Stellarium Team has released the final version of this year.
    The major changes in this version:
    
      - Changes in DSO rendering, improvements in the core
      - Telescope control plugin now requires new INDI API
        and thus has been disabled and marked as BROKEN
      - Updates in sky cultures
      - Behind the scenes, many more minor issues were fixed
    
    Via:    https://www.linux.org.ru/news/opensource/17828259
---
 astro/stellarium/Makefile                   |  5 +++--
 astro/stellarium/distinfo                   | 10 +++++-----
 astro/stellarium/files/patch-CMakeLists.txt | 11 ++++-------
 astro/stellarium/pkg-plist                  |  3 +--
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index 9a7ade76578a..9c9ad1d02a61 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	stellarium
-PORTVERSION=	24.3
+PORTVERSION=	24.4
 CATEGORIES=	astro
 MASTER_SITES=	https://github.com/Stellarium/stellarium/releases/download/v${PORTVERSION}/ \
 		https://mirrors.tuna.tsinghua.edu.cn/github-release/Stellarium/stellarium/v${PORTVERSION}/
@@ -28,7 +28,7 @@ PORTDOCS=	CREDITS.md ChangeLog README.md \
 
 OPTIONS_DEFINE=		DOCS GPS MORE_STARS MULTIMEDIA NLS SCRIPTS \
 			SHOWMYSKY TELESCOPE TEST TEXTURES WEBENGINE XLSX
-OPTIONS_DEFAULT=	GPS MULTIMEDIA SCRIPTS SHOWMYSKY TELESCOPE \
+OPTIONS_DEFAULT=	GPS MULTIMEDIA SCRIPTS SHOWMYSKY \
 			WEBENGINE XLSX
 OPTIONS_SUB=		yes
 
@@ -61,6 +61,7 @@ SHOWMYSKY_BUILD_DEPENDS=	${LOCALBASE}/include/ShowMySky/AtmosphereRenderer.hpp:a
 SHOWMYSKY_RUN_DEPENDS=	${LOCALBASE}/lib/libShowMySky-Qt5.so:astro/calcmysky
 SHOWMYSKY_CMAKE_OFF=	-DENABLE_SHOWMYSKY:BOOL=OFF
 
+TELESCOPE_BROKEN=	requires new INDI API (devel/indi is too old)
 TELESCOPE_BUILD_DEPENDS=	${LOCALBASE}/lib/libindiclient.a:devel/indi
 TELESCOPE_USE=		QT=serialport
 TELESCOPE_CMAKE_OFF=	-DUSE_PLUGIN_TELESCOPECONTROL:BOOL=OFF
diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo
index 4910b0065d0e..7ba5fbb8d242 100644
--- a/astro/stellarium/distinfo
+++ b/astro/stellarium/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1727013661
-SHA256 (stellarium-24.3.tar.xz) = 03dad30f4031bdc2d200146e7c587249ea75dbdb88c8ae13632829aac5540b08
-SIZE (stellarium-24.3.tar.xz) = 328039964
-SHA256 (stellarium_user_guide-24.3-1.pdf) = 9ce13f4a03590b64df272695c025031eedcf516a14973114f1d73028c200cc8d
-SIZE (stellarium_user_guide-24.3-1.pdf) = 33106635
+TIMESTAMP = 1734865712
+SHA256 (stellarium-24.4.tar.xz) = 84386ad6261bbad7851a56febe673ec73adc7a3b49156b33af6c534e85ac8f8d
+SIZE (stellarium-24.4.tar.xz) = 328675340
+SHA256 (stellarium_user_guide-24.4-1.pdf) = 21607a84155880668604222c621c02e1873f9a2e70bc4e641443ce9b4a5978e3
+SIZE (stellarium_user_guide-24.4-1.pdf) = 13416178
 SHA256 (stars_4_1v0_2.cat) = 15589d9193b850cac68a031bd02dcb59da36c03946ca1be373fbabdb6b1edd63
 SIZE (stars_4_1v0_2.cat) = 16948302
 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164
diff --git a/astro/stellarium/files/patch-CMakeLists.txt b/astro/stellarium/files/patch-CMakeLists.txt
index 8a53eb88bb59..c8cd75440155 100644
--- a/astro/stellarium/files/patch-CMakeLists.txt
+++ b/astro/stellarium/files/patch-CMakeLists.txt
@@ -1,14 +1,11 @@
---- CMakeLists.txt.orig	2024-03-25 08:21:03 UTC
+--- CMakeLists.txt.orig	2024-12-22 10:38:06 UTC
 +++ CMakeLists.txt
-@@ -1040,9 +1040,9 @@ ENDIF()
- 
- include("cmake/Check-from_chars.cmake")
+@@ -1066,7 +1066,7 @@ IF(NOT FROM_CHARS_WORKS)
  IF(NOT FROM_CHARS_WORKS)
--    CPMFindPackage(NAME fast_float
-+    CPMFindPackage(NAME FastFloat
+     CPMFindPackage(NAME FastFloat
                     GIT_REPOSITORY https://github.com/fastfloat/fast_float
 -                   VERSION 6.1.0
 +                   VERSION 7
                     EXCLUDE_FROM_ALL yes)
-     GET_TARGET_PROPERTY(fast_float_INCLUDE_DIRECTORIES
+     GET_TARGET_PROPERTY(FastFloat_INCLUDE_DIRECTORIES
                          FastFloat::fast_float INTERFACE_INCLUDE_DIRECTORIES)
diff --git a/astro/stellarium/pkg-plist b/astro/stellarium/pkg-plist
index 70a18302ac1a..3c4ab47657af 100644
--- a/astro/stellarium/pkg-plist
+++ b/astro/stellarium/pkg-plist
@@ -1266,7 +1266,6 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/nebulae/default/m98.png
 %%DATADIR%%/nebulae/default/m99.png
 %%DATADIR%%/nebulae/default/n1023.png
-%%DATADIR%%/nebulae/default/n104.png
 %%DATADIR%%/nebulae/default/n1042.png
 %%DATADIR%%/nebulae/default/n1055.png
 %%DATADIR%%/nebulae/default/n1097.png
@@ -4298,7 +4297,7 @@ share/mime/packages/stellarium.xml
 %%SCRIPTS%%%%DATADIR%%/webroot/js/api/viewcontrol.js
 %%SCRIPTS%%%%DATADIR%%/webroot/js/api/viewoptions.js
 %%SCRIPTS%%%%DATADIR%%/webroot/js/globalize.js
-%%SCRIPTS%%%%DATADIR%%/webroot/js/jquery-3.6.0.js
+%%SCRIPTS%%%%DATADIR%%/webroot/js/jquery-3.7.1.js
 %%SCRIPTS%%%%DATADIR%%/webroot/js/jquery-ui.js
 %%SCRIPTS%%%%DATADIR%%/webroot/js/jquery.ui.touch-punch.js
 %%SCRIPTS%%%%DATADIR%%/webroot/js/main.js