mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
devel/entt: Update 3.8.1 -> 3.9.0
Reported by: portscout
This commit is contained in:
parent
76ff719e2a
commit
05d9c7a420
@ -1,6 +1,6 @@
|
||||
PORTNAME= entt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.8.1
|
||||
DISTVERSION= 3.9.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -9,12 +9,13 @@ COMMENT= Fast and reliable entity-component system (ECS) and much more
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake:testing
|
||||
USES= cmake:testing compiler:c++17-lang python:test
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= skypjack
|
||||
|
||||
CMAKE_TESTING_ON= ENTT_BUILD_TESTING
|
||||
CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD}
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1627933246
|
||||
SHA256 (skypjack-entt-v3.8.1_GH0.tar.gz) = a2b767f06bca67a73a4d71fb9ebb6ed823bb5146faad3c282b9dbbbdae1aa01b
|
||||
SIZE (skypjack-entt-v3.8.1_GH0.tar.gz) = 537387
|
||||
TIMESTAMP = 1643656188
|
||||
SHA256 (skypjack-entt-v3.9.0_GH0.tar.gz) = 1b06f1f6627c3702486855877bdeab6885f5d821d3dd78862126d4308c627c23
|
||||
SIZE (skypjack-entt-v3.9.0_GH0.tar.gz) = 647193
|
||||
|
@ -1,13 +1,21 @@
|
||||
include/entt/config/config.h
|
||||
include/entt/config/version.h
|
||||
include/entt/container/dense_hash_map.hpp
|
||||
include/entt/container/dense_hash_set.hpp
|
||||
include/entt/container/fwd.hpp
|
||||
include/entt/core/algorithm.hpp
|
||||
include/entt/core/any.hpp
|
||||
include/entt/core/attribute.h
|
||||
include/entt/core/compressed_pair.hpp
|
||||
include/entt/core/enum.hpp
|
||||
include/entt/core/family.hpp
|
||||
include/entt/core/fwd.hpp
|
||||
include/entt/core/hashed_string.hpp
|
||||
include/entt/core/ident.hpp
|
||||
include/entt/core/iterator.hpp
|
||||
include/entt/core/memory.hpp
|
||||
include/entt/core/monostate.hpp
|
||||
include/entt/core/tuple.hpp
|
||||
include/entt/core/type_info.hpp
|
||||
include/entt/core/type_traits.hpp
|
||||
include/entt/core/utility.hpp
|
||||
@ -19,7 +27,6 @@ include/entt/entity/handle.hpp
|
||||
include/entt/entity/helper.hpp
|
||||
include/entt/entity/observer.hpp
|
||||
include/entt/entity/organizer.hpp
|
||||
include/entt/entity/poly_storage.hpp
|
||||
include/entt/entity/registry.hpp
|
||||
include/entt/entity/runtime_view.hpp
|
||||
include/entt/entity/snapshot.hpp
|
||||
@ -34,6 +41,7 @@ include/entt/meta/adl_pointer.hpp
|
||||
include/entt/meta/container.hpp
|
||||
include/entt/meta/ctx.hpp
|
||||
include/entt/meta/factory.hpp
|
||||
include/entt/meta/fwd.hpp
|
||||
include/entt/meta/meta.hpp
|
||||
include/entt/meta/node.hpp
|
||||
include/entt/meta/pointer.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user