Skip to content

Commit

Permalink
devel/entt: Update 3.8.1 -> 3.9.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jan 31, 2022
1 parent 76ff719 commit 05d9c7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/entt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= entt
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.1
DISTVERSION= 3.9.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions devel/entt/distinfo
@@ -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
10 changes: 9 additions & 1 deletion devel/entt/pkg-plist
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 05d9c7a

Please sign in to comment.