Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 15:35:35 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa123a29a5c5 - main - devel/mimalloc: Update to 2.0.2
Message-ID:  <202107041535.164FZZ4u017664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

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

commit fa123a29a5c54ca883731b50117bd4b41fab6f06
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2021-07-04 15:35:28 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-07-04 15:35:28 +0000

    devel/mimalloc: Update to 2.0.2
---
 devel/mimalloc/Makefile | 6 ++----
 devel/mimalloc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile
index fd80175e17d6..fd0f014ed062 100644
--- a/devel/mimalloc/Makefile
+++ b/devel/mimalloc/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mimalloc
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.1
+DISTVERSION=	2.0.2
 CATEGORIES=	devel
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -26,8 +26,6 @@ LDFLAGS_i386+=	-latomic
 PORTSCOUT=	ignore:1
 
 post-install: # workaround for https://github.com/microsoft/mimalloc/issues/398
-	cd ${STAGEDIR}${PREFIX} && \
-		${MV} libmimalloc.a lib && \
-		${RM} mimalloc.o
+	@${RM} ${STAGEDIR}${PREFIX}/lib/mimalloc.o
 
 .include <bsd.port.mk>
diff --git a/devel/mimalloc/distinfo b/devel/mimalloc/distinfo
index 7762c644708b..6af3b3f8113c 100644
--- a/devel/mimalloc/distinfo
+++ b/devel/mimalloc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619919374
-SHA256 (microsoft-mimalloc-v2.0.1_GH0.tar.gz) = a25c096dbd100b5f872bf458c080ebe539dbb8275c76e44e1f02b07341e6ca04
-SIZE (microsoft-mimalloc-v2.0.1_GH0.tar.gz) = 909919
+TIMESTAMP = 1625378589
+SHA256 (microsoft-mimalloc-v2.0.2_GH0.tar.gz) = c81a5f443f72373e3105172d6a935e29b0dabd13ba387c080bc444586cbe3021
+SIZE (microsoft-mimalloc-v2.0.2_GH0.tar.gz) = 910758



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107041535.164FZZ4u017664>