git: e52e1bb34593 - main - devel/mimalloc: Update to 2.0.6

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 21 Apr 2022 06:00:06 UTC
The branch main has been updated by ehaupt:

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

commit e52e1bb345930b4f916b9b9353bf1a8d1301b46b
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-04-21 05:52:56 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-04-21 05:54:24 +0000

    devel/mimalloc: Update to 2.0.6
    
    - Remove post-install, no longer required (apparently) [1]
    - Use CMAKE_OFF to disable building object file
    
    Reported by:    koobs
---
 devel/mimalloc/Makefile | 7 +++----
 devel/mimalloc/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile
index 4b99fdae27d3..ef5f03cd14b8 100644
--- a/devel/mimalloc/Makefile
+++ b/devel/mimalloc/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mimalloc
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.5
+DISTVERSION=	2.0.6
 CATEGORIES=	devel
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -17,12 +17,11 @@ GH_ACCOUNT=	microsoft
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	MI_INSTALL_TOPLEVEL
+CMAKE_OFF=	MI_BUILD_OBJECT
+
 TEST_TARGET=	test
 
 # ci pipeline creates transient tags
 PORTSCOUT=	ignore:1
 
-post-install: # workaround for https://github.com/microsoft/mimalloc/issues/398
-	@${RM} ${STAGEDIR}${PREFIX}/lib/mimalloc.o
-
 .include <bsd.port.mk>
diff --git a/devel/mimalloc/distinfo b/devel/mimalloc/distinfo
index e0062bd69064..8bcf34f1c470 100644
--- a/devel/mimalloc/distinfo
+++ b/devel/mimalloc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645119841
-SHA256 (microsoft-mimalloc-v2.0.5_GH0.tar.gz) = fb000a017c289ddc0df749f16fef854e033e496276d8426bdd066b59c476f6cf
-SIZE (microsoft-mimalloc-v2.0.5_GH0.tar.gz) = 1125567
+TIMESTAMP = 1650496306
+SHA256 (microsoft-mimalloc-v2.0.6_GH0.tar.gz) = 9f05c94cc2b017ed13698834ac2a3567b6339a8bde27640df5a1581d49d05ce5
+SIZE (microsoft-mimalloc-v2.0.6_GH0.tar.gz) = 1127052