mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
games/vcmi: update the port to version 1.5.2
Reported by: portscout
This commit is contained in:
parent
7dd9ce8f77
commit
38df1d534f
@ -1,5 +1,5 @@
|
||||
PORTNAME= vcmi
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1715243127
|
||||
SHA256 (vcmi-vcmi-1.5.0_GH0.tar.gz) = 38fa48c7da318aa5a9e0d3319fcb24f4dfdf78555c21b8b0b9f9bbb4cedf33f8
|
||||
SIZE (vcmi-vcmi-1.5.0_GH0.tar.gz) = 9720419
|
||||
TIMESTAMP = 1717070359
|
||||
SHA256 (vcmi-vcmi-1.5.2_GH0.tar.gz) = 63fa39ecb036d188168e1108a7161aa6307a637dd677c9467aa10a718743e371
|
||||
SIZE (vcmi-vcmi-1.5.2_GH0.tar.gz) = 9744506
|
||||
SHA256 (vcmi-innoextract-9977089_GH0.tar.gz) = dae4cbf04a0adc6f9d0d3d64f90deda8fd148ced3834a4062b18a1538a26edbe
|
||||
SIZE (vcmi-innoextract-9977089_GH0.tar.gz) = 205324
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- lib/CThreadHelper.cpp.orig 2024-05-09 08:25:27 UTC
|
||||
+++ lib/CThreadHelper.cpp
|
||||
@@ -107,6 +107,8 @@ void setThreadName(const std::string &name)
|
||||
|
||||
#elif defined(VCMI_APPLE)
|
||||
pthread_setname_np(name.c_str());
|
||||
+#elif defined(VCMI_FREEBSD)
|
||||
+ pthread_setname_np(pthread_self(), name.c_str());
|
||||
#elif defined(VCMI_HAIKU)
|
||||
rename_thread(find_thread(NULL), name.c_str());
|
||||
#elif defined(VCMI_UNIX)
|
Loading…
Reference in New Issue
Block a user