diff --git a/devel/parallel-hashmap/Makefile b/devel/parallel-hashmap/Makefile index cb1c7ea9f829..a773e3cb0f22 100644 --- a/devel/parallel-hashmap/Makefile +++ b/devel/parallel-hashmap/Makefile @@ -1,23 +1,26 @@ PORTNAME= parallel-hashmap -DISTVERSION= 1.36 +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Set of excellent hash map implementations (a C++ header-only library) WWW= https://github.com/greg7mdp/parallel-hashmap LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= greg7mdp CMAKE_OFF= PHMAP_BUILD_TESTS PHMAP_BUILD_EXAMPLES CMAKE_TESTING_ON= PHMAP_BUILD_TESTS NO_BUILD= yes NO_ARCH= yes +# tests as of 2.0.0: 100% tests passed, 0 tests failed out of 17 + .include diff --git a/devel/parallel-hashmap/distinfo b/devel/parallel-hashmap/distinfo index c04debed8eec..c347ada77f24 100644 --- a/devel/parallel-hashmap/distinfo +++ b/devel/parallel-hashmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664140362 -SHA256 (greg7mdp-parallel-hashmap-1.36_GH0.tar.gz) = 33acf44158a9661a9d630d13f9250a2aa27a770cb3771df77b1ba1a661c0b766 -SIZE (greg7mdp-parallel-hashmap-1.36_GH0.tar.gz) = 2045813 +TIMESTAMP = 1737505406 +SHA256 (greg7mdp-parallel-hashmap-v2.0.0_GH0.tar.gz) = 4f462f51a3468166ea4cf87c80e001dc1999093264cf55cbda3492ca39a7730b +SIZE (greg7mdp-parallel-hashmap-v2.0.0_GH0.tar.gz) = 2059086 diff --git a/devel/parallel-hashmap/pkg-plist b/devel/parallel-hashmap/pkg-plist index 5e2431be60db..89e1fccd981e 100644 --- a/devel/parallel-hashmap/pkg-plist +++ b/devel/parallel-hashmap/pkg-plist @@ -1,10 +1,9 @@ include/parallel_hashmap/btree.h -include/parallel_hashmap/conanfile.py include/parallel_hashmap/meminfo.h include/parallel_hashmap/phmap.h include/parallel_hashmap/phmap_base.h include/parallel_hashmap/phmap_bits.h include/parallel_hashmap/phmap_config.h include/parallel_hashmap/phmap_dump.h include/parallel_hashmap/phmap_fwd_decl.h include/parallel_hashmap/phmap_utils.h