git: d039a052c7bc - main - graphics/art: update 1.25.2 → 1.25.3

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 05 Mar 2025 07:38:52 UTC
The branch main has been updated by yuri:

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

commit d039a052c7bceb303d3585c7051ec793e22d4799
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-05 07:17:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-05 07:38:45 +0000

    graphics/art: update 1.25.2 → 1.25.3
---
 graphics/art/Makefile                   |  4 ++--
 graphics/art/distinfo                   |  6 +++---
 graphics/art/files/patch-CMakeLists.txt | 13 ++-----------
 3 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/graphics/art/Makefile b/graphics/art/Makefile
index 860986a4b21d..f2cd1849b0b6 100644
--- a/graphics/art/Makefile
+++ b/graphics/art/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	art
-DISTVERSION=	1.25.2
+DISTVERSION=	1.25.3
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/artpixls/ART/releases/download/${DISTVERSION}/
 PKGNAMESUFFIX=	-raw-image-editor
@@ -54,7 +54,7 @@ LTO_CMAKE_BOOL=		WITH_LTO
 MIMALLOC_DESC=		Enable mimalloc allocator
 MIMALLOC_CMAKE_BOOL=	ENABLE_MIMALLOC
 MIMALLOC_LIB_DEPENDS=	libmimalloc.so:devel/mimalloc
-MIMALLOC_BROKEN=	mimalloc crashes, see https://github.com/microsoft/mimalloc/issues/1007 and https://github.com/artpixls/ART/issues/357
+MIMALLOC_BROKEN=	mimalloc crashes, see https://github.com/microsoft/mimalloc/issues/1007
 
 .if exists(/usr/include/omp.h)
 OPTIONS_DEFINE+=	OPENMP
diff --git a/graphics/art/distinfo b/graphics/art/distinfo
index c399efa4a378..997a6c616e61 100644
--- a/graphics/art/distinfo
+++ b/graphics/art/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738957099
-SHA256 (ART-1.25.2.tar.xz) = b5ceaf982d7ee8a35bcb163426f3853437e4e43f7c6e2aeeb63cf5bce783ec50
-SIZE (ART-1.25.2.tar.xz) = 19604996
+TIMESTAMP = 1741146570
+SHA256 (ART-1.25.3.tar.xz) = b40f624094696f9a45050cd19a353d74664fe9a0b984db01fed4f48f0228df56
+SIZE (ART-1.25.3.tar.xz) = 19605708
diff --git a/graphics/art/files/patch-CMakeLists.txt b/graphics/art/files/patch-CMakeLists.txt
index 634182b7863c..6c7b84266664 100644
--- a/graphics/art/files/patch-CMakeLists.txt
+++ b/graphics/art/files/patch-CMakeLists.txt
@@ -1,15 +1,6 @@
---- CMakeLists.txt.orig	2025-02-02 16:44:30 UTC
+--- CMakeLists.txt.orig	2025-03-04 16:20:12 UTC
 +++ CMakeLists.txt
-@@ -604,7 +604,7 @@ set(ART_MIMALLOC_VERSION_INFO "N/A")
- endif()
- 
- set(ART_MIMALLOC_VERSION_INFO "N/A")
--if(NOT APPLE)
-+if(NOT APPLE AND ENABLE_MIMALLOC)
-     set(HAS_MIMALLOC)
-     if(NOT WITH_SAN)
-         find_package(mimalloc)
-@@ -644,7 +644,7 @@ if(ENABLE_CTL)
+@@ -641,7 +641,7 @@ if(ENABLE_CTL)
  endif()
  
  if(ENABLE_CTL)