git: 3195c32ddfef - main - science/thermofun: update 0.5.0 → 0.5.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 06 May 2025 06:31:51 UTC
The branch main has been updated by yuri:

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

commit 3195c32ddfef09b296b1c356d3f56fa60c03d1bb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-05-06 06:31:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-05-06 06:31:46 +0000

    science/thermofun: update 0.5.0 → 0.5.1
    
    Reported by:    portscout
---
 science/thermofun/Makefile                                    |  2 +-
 science/thermofun/distinfo                                    |  6 +++---
 science/thermofun/files/patch-python_thermofun_CMakeLists.txt | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/science/thermofun/Makefile b/science/thermofun/Makefile
index 6e9e9d4e39f0..652e289dbc1c 100644
--- a/science/thermofun/Makefile
+++ b/science/thermofun/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	thermofun
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.0
+DISTVERSION=	0.5.1
 CATEGORIES=	science # chemistry
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/thermofun/distinfo b/science/thermofun/distinfo
index b37f2129f913..59f3dc735b4f 100644
--- a/science/thermofun/distinfo
+++ b/science/thermofun/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721889621
-SHA256 (thermohub-thermofun-v0.5.0_GH0.tar.gz) = 620f42a1f11753a0e6c5bfa8b9ce8b7319cd5582859da41f0fcddea4f60db536
-SIZE (thermohub-thermofun-v0.5.0_GH0.tar.gz) = 2087924
+TIMESTAMP = 1746512235
+SHA256 (thermohub-thermofun-v0.5.1_GH0.tar.gz) = 9f3bcd20112155f5b0d65e39768eceaef3f041485812c9211c281a318b3f057d
+SIZE (thermohub-thermofun-v0.5.1_GH0.tar.gz) = 2087867
diff --git a/science/thermofun/files/patch-python_thermofun_CMakeLists.txt b/science/thermofun/files/patch-python_thermofun_CMakeLists.txt
index 96ea83360240..1f43ef2f810b 100644
--- a/science/thermofun/files/patch-python_thermofun_CMakeLists.txt
+++ b/science/thermofun/files/patch-python_thermofun_CMakeLists.txt
@@ -1,4 +1,4 @@
---- python/thermofun/CMakeLists.txt.orig	2023-03-02 11:19:26 UTC
+--- python/thermofun/CMakeLists.txt.orig	2025-05-05 07:34:58 UTC
 +++ python/thermofun/CMakeLists.txt
 @@ -26,7 +26,7 @@ add_custom_target(thermofun ALL
      COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:PyThermoFun> 
@@ -9,12 +9,12 @@
      WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
  
  # Set dependencies of thermofun target
-@@ -54,7 +54,7 @@ install(CODE
+@@ -71,7 +71,7 @@ install(CODE
      endif()
  
      execute_process(
--        COMMAND ${PYTHON_EXECUTABLE} -m pip install --prefix \${THERMOFUN_PYTHON_INSTALL_PREFIX_NATIVE} ${CMAKE_CURRENT_BINARY_DIR}
-+        COMMAND ${PYTHON_EXECUTABLE} -m pip install --root ${FREEBSD_STAGEDIR} --prefix ${FREEBSD_PREFIX} ${CMAKE_CURRENT_BINARY_DIR}
-         WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+-        COMMAND \"${PYTHON_EXECUTABLE}\" -m pip install --prefix \"${THERMOFUN_PYTHON_INSTALL_PREFIX}\" \"${CMAKE_CURRENT_BINARY_DIR}\"
++        COMMAND \"${PYTHON_EXECUTABLE}\" -m pip install --root ${FREEBSD_STAGEDIR} --prefix ${FREEBSD_PREFIX} \"${CMAKE_CURRENT_BINARY_DIR}\"
+         WORKING_DIRECTORY \"${CMAKE_CURRENT_BINARY_DIR}\")
  "
  )