From owner-dev-commits-ports-main@freebsd.org Sun Jul 4 15:35:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47B3166695B; Sun, 4 Jul 2021 15:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GHtF417Kvz3KMc; Sun, 4 Jul 2021 15:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EFF1152B0; Sun, 4 Jul 2021 15:35:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 164FZZgr017665; Sun, 4 Jul 2021 15:35:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 164FZZ4u017664; Sun, 4 Jul 2021 15:35:35 GMT (envelope-from git) Date: Sun, 4 Jul 2021 15:35:35 GMT Message-Id: <202107041535.164FZZ4u017664@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: fa123a29a5c5 - main - devel/mimalloc: Update to 2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fa123a29a5c54ca883731b50117bd4b41fab6f06 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2021 15:35:36 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa123a29a5c54ca883731b50117bd4b41fab6f06 commit fa123a29a5c54ca883731b50117bd4b41fab6f06 Author: Emanuel Haupt AuthorDate: 2021-07-04 15:35:28 +0000 Commit: Emanuel Haupt 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 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