Date: Mon, 7 Sep 2020 16:04:47 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547907 - head/devel/robin-map Message-ID: <202009071604.087G4laQ093493@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009071604.087G4laQ093493>