From owner-dev-commits-ports-main@freebsd.org Sun May 2 11:51:35 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 AF34D622BA1; Sun, 2 May 2021 11:51:35 +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 4FY4Fg4ZD9z4bkF; Sun, 2 May 2021 11:51:35 +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 8F3A6237D; Sun, 2 May 2021 11:51:35 +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 142BpZhn053539; Sun, 2 May 2021 11:51:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 142BpZDx053538; Sun, 2 May 2021 11:51:35 GMT (envelope-from git) Date: Sun, 2 May 2021 11:51:35 GMT Message-Id: <202105021151.142BpZDx053538@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: b415b7dd7369 - main - devel/mimalloc: Update to 2.0.1 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: b415b7dd7369519d47cb731146541ad036cd18fe 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, 02 May 2021 11:51:35 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b415b7dd7369519d47cb731146541ad036cd18fe commit b415b7dd7369519d47cb731146541ad036cd18fe Author: Yuri Victorovich AuthorDate: 2021-05-02 11:49:48 +0000 Commit: Emanuel Haupt CommitDate: 2021-05-02 11:49:48 +0000 devel/mimalloc: Update to 2.0.1 While here pacify portclippy. PR: 255537 --- devel/mimalloc/Makefile | 11 +++++++++-- devel/mimalloc/distinfo | 6 +++--- devel/mimalloc/pkg-plist | 21 ++++++++++----------- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile index 0a865ea44bb2..fd80175e17d6 100644 --- a/devel/mimalloc/Makefile +++ b/devel/mimalloc/Makefile @@ -2,7 +2,7 @@ PORTNAME= mimalloc DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org @@ -14,13 +14,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS_i386= libatomic_ops>0:devel/libatomic_ops USES= cmake compiler:gcc-c++11-lib - USE_GITHUB= yes GH_ACCOUNT= microsoft +USE_LDCONFIG= yes + +CMAKE_ON= MI_INSTALL_TOPLEVEL LDFLAGS_i386+= -latomic # ci pipeline creates transient tags PORTSCOUT= ignore:1 +post-install: # workaround for https://github.com/microsoft/mimalloc/issues/398 + cd ${STAGEDIR}${PREFIX} && \ + ${MV} libmimalloc.a lib && \ + ${RM} mimalloc.o + .include diff --git a/devel/mimalloc/distinfo b/devel/mimalloc/distinfo index 0272ac19f10f..7762c644708b 100644 --- a/devel/mimalloc/distinfo +++ b/devel/mimalloc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615494480 -SHA256 (microsoft-mimalloc-v2.0.0_GH0.tar.gz) = f6d01c178f8094a0d986642ca7fed632997a5606ddc619619225f2f8688d9232 -SIZE (microsoft-mimalloc-v2.0.0_GH0.tar.gz) = 909032 +TIMESTAMP = 1619919374 +SHA256 (microsoft-mimalloc-v2.0.1_GH0.tar.gz) = a25c096dbd100b5f872bf458c080ebe539dbb8275c76e44e1f02b07341e6ca04 +SIZE (microsoft-mimalloc-v2.0.1_GH0.tar.gz) = 909919 diff --git a/devel/mimalloc/pkg-plist b/devel/mimalloc/pkg-plist index cc55664364a6..ab399da4d39f 100644 --- a/devel/mimalloc/pkg-plist +++ b/devel/mimalloc/pkg-plist @@ -1,11 +1,10 @@ -lib/mimalloc-2.0/cmake/mimalloc-config-version.cmake -lib/mimalloc-2.0/cmake/mimalloc-config.cmake -lib/mimalloc-2.0/cmake/mimalloc-%%CMAKE_BUILD_TYPE%%.cmake -lib/mimalloc-2.0/cmake/mimalloc.cmake -lib/mimalloc-2.0/include/mimalloc-new-delete.h -lib/mimalloc-2.0/include/mimalloc-override.h -lib/mimalloc-2.0/include/mimalloc.h -lib/mimalloc-2.0/libmimalloc.a -lib/mimalloc-2.0/libmimalloc.so -lib/mimalloc-2.0/libmimalloc.so.2.0 -lib/mimalloc-2.0/mimalloc.o +cmake/mimalloc-config-version.cmake +cmake/mimalloc-config.cmake +cmake/mimalloc-%%CMAKE_BUILD_TYPE%%.cmake +cmake/mimalloc.cmake +include/mimalloc-new-delete.h +include/mimalloc-override.h +include/mimalloc.h +lib/libmimalloc.a +lib/libmimalloc.so +lib/libmimalloc.so.2.0