From owner-svn-ports-head@freebsd.org Tue Oct 8 08:45:57 2019 Return-Path: Delivered-To: svn-ports-head@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 CC8B113FF13; Tue, 8 Oct 2019 08:45:57 +0000 (UTC) (envelope-from ehaupt@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46nWCT4qhRz4bqm; Tue, 8 Oct 2019 08:45:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84EE025750; Tue, 8 Oct 2019 08:45:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x988jvXR030159; Tue, 8 Oct 2019 08:45:57 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x988juId030156; Tue, 8 Oct 2019 08:45:56 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201910080845.x988juId030156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 8 Oct 2019 08:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514058 - head/devel/mimalloc X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/devel/mimalloc X-SVN-Commit-Revision: 514058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2019 08:45:57 -0000 Author: ehaupt Date: Tue Oct 8 08:45:56 2019 New Revision: 514058 URL: https://svnweb.freebsd.org/changeset/ports/514058 Log: Update to 1.1.0 Modified: head/devel/mimalloc/Makefile head/devel/mimalloc/distinfo (contents, props changed) head/devel/mimalloc/pkg-plist (contents, props changed) Modified: head/devel/mimalloc/Makefile ============================================================================== --- head/devel/mimalloc/Makefile Tue Oct 8 08:28:12 2019 (r514057) +++ head/devel/mimalloc/Makefile Tue Oct 8 08:45:56 2019 (r514058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mimalloc -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel #MASTER_SITES= @@ -19,8 +19,5 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= microsoft - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmimalloc.so .include Modified: head/devel/mimalloc/distinfo ============================================================================== --- head/devel/mimalloc/distinfo Tue Oct 8 08:28:12 2019 (r514057) +++ head/devel/mimalloc/distinfo Tue Oct 8 08:45:56 2019 (r514058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570086159 -SHA256 (microsoft-mimalloc-v1.0.8_GH0.tar.gz) = a232d097d17a1afc1573fc2402627c48f519349c1902d4541a54533f63bea3d1 -SIZE (microsoft-mimalloc-v1.0.8_GH0.tar.gz) = 512862 +TIMESTAMP = 1570518033 +SHA256 (microsoft-mimalloc-v1.1.0_GH0.tar.gz) = bccf7dd6dbef7f2d35da61669eda88db3ce2bd88f8b8fb325f766e9251950e6c +SIZE (microsoft-mimalloc-v1.1.0_GH0.tar.gz) = 525386 Modified: head/devel/mimalloc/pkg-plist ============================================================================== --- head/devel/mimalloc/pkg-plist Tue Oct 8 08:28:12 2019 (r514057) +++ head/devel/mimalloc/pkg-plist Tue Oct 8 08:45:56 2019 (r514058) @@ -1,10 +1,11 @@ -lib/libmimalloc.so lib/mimalloc-1.0/cmake/mimalloc-config-version.cmake lib/mimalloc-1.0/cmake/mimalloc-config.cmake lib/mimalloc-1.0/cmake/mimalloc-%%CMAKE_BUILD_TYPE%%.cmake lib/mimalloc-1.0/cmake/mimalloc.cmake +lib/mimalloc-1.0/include/mimalloc-new-delete.h lib/mimalloc-1.0/include/mimalloc-override.h lib/mimalloc-1.0/include/mimalloc.h lib/mimalloc-1.0/libmimalloc.a lib/mimalloc-1.0/libmimalloc.so +lib/mimalloc-1.0/libmimalloc.so.1.0 lib/mimalloc-1.0/mimalloc.o