From owner-svn-ports-all@freebsd.org Mon Sep 7 16:04:48 2020 Return-Path: Delivered-To: svn-ports-all@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 17CED3CE36B; Mon, 7 Sep 2020 16:04:48 +0000 (UTC) (envelope-from fernape@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BlY5C6tKZz4LDG; Mon, 7 Sep 2020 16:04:47 +0000 (UTC) (envelope-from fernape@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 CC44721B48; Mon, 7 Sep 2020 16:04:47 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 087G4lrk093496; Mon, 7 Sep 2020 16:04:47 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 087G4laQ093493; Mon, 7 Sep 2020 16:04:47 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202009071604.087G4laQ093493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 7 Sep 2020 16:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547907 - head/devel/robin-map X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/devel/robin-map X-SVN-Commit-Revision: 547907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2020 16:04:48 -0000 Author: fernape Date: Mon Sep 7 16:04:47 2020 New Revision: 547907 URL: https://svnweb.freebsd.org/changeset/ports/547907 Log: devel/robin-map: update to 0.6.3 ChangeLog: https://github.com/Tessil/robin-map/releases/tag/v0.6.3 * Fix issue #26, raise the maximum possible size of the hash table when using the prime_growth_policy on a 64-bit platform. * Fix issue #31, when min_load_factor() > 0, the clear() method will also reset the bucket_count of the hash table to 0. * Fix shrink when min_load_factor is set and a range erase with end() as last is called. The m_try_skrink_on_next_insert was not correctly set. * Fix issue #33, the value function of a const iterator can now be called and returns a mutable reference to the underlying value_type. PR: 249137 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Modified: head/devel/robin-map/Makefile head/devel/robin-map/distinfo Modified: head/devel/robin-map/Makefile ============================================================================== --- head/devel/robin-map/Makefile Mon Sep 7 15:58:37 2020 (r547906) +++ head/devel/robin-map/Makefile Mon Sep 7 16:04:47 2020 (r547907) @@ -2,7 +2,7 @@ PORTNAME= robin-map DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 +DISTVERSION= 0.6.3 CATEGORIES= devel MAINTAINER= FreeBSD@Shaneware.biz Modified: head/devel/robin-map/distinfo ============================================================================== --- head/devel/robin-map/distinfo Mon Sep 7 15:58:37 2020 (r547906) +++ head/devel/robin-map/distinfo Mon Sep 7 16:04:47 2020 (r547907) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569733224 -SHA256 (Tessil-robin-map-v0.6.2_GH0.tar.gz) = c08ec4b1bf1c85eb0d6432244a6a89862229da1cb834f3f90fba8dc35d8c8ef1 -SIZE (Tessil-robin-map-v0.6.2_GH0.tar.gz) = 63782 +TIMESTAMP = 1599375264 +SHA256 (Tessil-robin-map-v0.6.3_GH0.tar.gz) = e6654c8c2598f63eb0b1d52ff8bdf39cfcc91d81dd5d05274a6dca91241cd72f +SIZE (Tessil-robin-map-v0.6.3_GH0.tar.gz) = 64506