git: 4da3d5823aac - main - devel/entt: Update 3.9.0 -> 3.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Apr 2022 19:56:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4da3d5823aac957247b2b5b95e293dface97a067
commit 4da3d5823aac957247b2b5b95e293dface97a067
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-04-17 05:56:08 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-17 19:56:42 +0000
devel/entt: Update 3.9.0 -> 3.10.0
Reported by: portscout
---
devel/entt/Makefile | 2 +-
devel/entt/distinfo | 6 +++---
devel/entt/pkg-plist | 8 +++++---
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/devel/entt/Makefile b/devel/entt/Makefile
index ddc9460018bd..939c4a5533a8 100644
--- a/devel/entt/Makefile
+++ b/devel/entt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= entt
DISTVERSIONPREFIX= v
-DISTVERSION= 3.9.0
+DISTVERSION= 3.10.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/entt/distinfo b/devel/entt/distinfo
index 99e988f49ce1..ddc7c594996f 100644
--- a/devel/entt/distinfo
+++ b/devel/entt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643656188
-SHA256 (skypjack-entt-v3.9.0_GH0.tar.gz) = 1b06f1f6627c3702486855877bdeab6885f5d821d3dd78862126d4308c627c23
-SIZE (skypjack-entt-v3.9.0_GH0.tar.gz) = 647193
+TIMESTAMP = 1650173921
+SHA256 (skypjack-entt-v3.10.0_GH0.tar.gz) = 4c716cebf4f2964824da158dd58cc81d9f1e056a083538e22fb03ae2d64805ee
+SIZE (skypjack-entt-v3.10.0_GH0.tar.gz) = 676317
diff --git a/devel/entt/pkg-plist b/devel/entt/pkg-plist
index 89fdcdabe6b9..7db9ca0491f3 100644
--- a/devel/entt/pkg-plist
+++ b/devel/entt/pkg-plist
@@ -1,7 +1,8 @@
include/entt/config/config.h
+include/entt/config/macro.h
include/entt/config/version.h
-include/entt/container/dense_hash_map.hpp
-include/entt/container/dense_hash_set.hpp
+include/entt/container/dense_map.hpp
+include/entt/container/dense_set.hpp
include/entt/container/fwd.hpp
include/entt/core/algorithm.hpp
include/entt/core/any.hpp
@@ -29,6 +30,7 @@ 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
@@ -58,8 +60,8 @@ include/entt/process/process.hpp
include/entt/process/scheduler.hpp
include/entt/resource/cache.hpp
include/entt/resource/fwd.hpp
-include/entt/resource/handle.hpp
include/entt/resource/loader.hpp
+include/entt/resource/resource.hpp
include/entt/signal/delegate.hpp
include/entt/signal/dispatcher.hpp
include/entt/signal/emitter.hpp