git: 58168bfed7c9 - main - devel/entt: Update 3.10.3 -> 3.11.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 07:01:20 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58168bfed7c973932aa28e676f1b089370a43709

commit 58168bfed7c973932aa28e676f1b089370a43709
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-11 06:33:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-11 07:01:17 +0000

    devel/entt: Update 3.10.3 -> 3.11.0
    
    Reported by:    portscout
---
 devel/entt/Makefile  |  9 +++++----
 devel/entt/distinfo  |  6 +++---
 devel/entt/pkg-plist | 10 +++++++---
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/devel/entt/Makefile b/devel/entt/Makefile
index b42ca8beb87e..ebc1e2ea0144 100644
--- a/devel/entt/Makefile
+++ b/devel/entt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.10.3
+DISTVERSION=	3.11.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,13 +10,14 @@ WWW=		https://github.com/skypjack/entt/wiki
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:testing compiler:c++17-lang python:test
+TEST_DEPENDS=	googletest>0:devel/googletest
+
+USES=		cmake:testing compiler:c++17-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	skypjack
 
-CMAKE_TESTING_ON=	ENTT_BUILD_TESTING
-CMAKE_ARGS=		-DPython_EXECUTABLE=${PYTHON_CMD}
+CMAKE_TESTING_ON=	ENTT_BUILD_TESTING ENTT_FIND_GTEST_PACKAGE
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/devel/entt/distinfo b/devel/entt/distinfo
index 92c1681fcf6a..50c01156d0fe 100644
--- a/devel/entt/distinfo
+++ b/devel/entt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659503420
-SHA256 (skypjack-entt-v3.10.3_GH0.tar.gz) = 315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b
-SIZE (skypjack-entt-v3.10.3_GH0.tar.gz) = 677453
+TIMESTAMP = 1668105251
+SHA256 (skypjack-entt-v3.11.0_GH0.tar.gz) = 7cca2bd4d4aeef6c5bdbe06b9e047e7f2519ebaff901207cc81ac71a2bbe185e
+SIZE (skypjack-entt-v3.11.0_GH0.tar.gz) = 794985
diff --git a/devel/entt/pkg-plist b/devel/entt/pkg-plist
index 7db9ca0491f3..ca7ec75822fb 100644
--- a/devel/entt/pkg-plist
+++ b/devel/entt/pkg-plist
@@ -30,18 +30,21 @@ include/entt/entity/observer.hpp
 include/entt/entity/organizer.hpp
 include/entt/entity/registry.hpp
 include/entt/entity/runtime_view.hpp
-include/entt/entity/sigh_storage_mixin.hpp
 include/entt/entity/snapshot.hpp
 include/entt/entity/sparse_set.hpp
 include/entt/entity/storage.hpp
-include/entt/entity/utility.hpp
+include/entt/entity/storage_mixin.hpp
 include/entt/entity/view.hpp
 include/entt/entt.hpp
 include/entt/fwd.hpp
+include/entt/graph/adjacency_matrix.hpp
+include/entt/graph/dot.hpp
+include/entt/graph/flow.hpp
+include/entt/graph/fwd.hpp
 include/entt/locator/locator.hpp
 include/entt/meta/adl_pointer.hpp
 include/entt/meta/container.hpp
-include/entt/meta/ctx.hpp
+include/entt/meta/context.hpp
 include/entt/meta/factory.hpp
 include/entt/meta/fwd.hpp
 include/entt/meta/meta.hpp
@@ -56,6 +59,7 @@ include/entt/meta/utility.hpp
 include/entt/platform/android-ndk-r17.hpp
 include/entt/poly/fwd.hpp
 include/entt/poly/poly.hpp
+include/entt/process/fwd.hpp
 include/entt/process/process.hpp
 include/entt/process/scheduler.hpp
 include/entt/resource/cache.hpp