Date: Mon, 31 Jan 2022 19:28:00 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 05d9c7a42005 - main - devel/entt: Update 3.8.1 -> 3.9.0 Message-ID: <202201311928.20VJS0XS043731@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=05d9c7a4200596e174f349f5e3cd5999f9b6f663 commit 05d9c7a4200596e174f349f5e3cd5999f9b6f663 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-31 19:15:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-31 19:27:44 +0000 devel/entt: Update 3.8.1 -> 3.9.0 Reported by: portscout --- devel/entt/Makefile | 5 +++-- devel/entt/distinfo | 6 +++--- devel/entt/pkg-plist | 10 +++++++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devel/entt/Makefile b/devel/entt/Makefile index 6189f7cb4ec5..ddc9460018bd 100644 --- a/devel/entt/Makefile +++ b/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 @@ -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 diff --git a/devel/entt/distinfo b/devel/entt/distinfo index d81b8321c7fd..99e988f49ce1 100644 --- a/devel/entt/distinfo +++ b/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 diff --git a/devel/entt/pkg-plist b/devel/entt/pkg-plist index d195fdb3c4be..89fdcdabe6b9 100644 --- a/devel/entt/pkg-plist +++ b/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 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201311928.20VJS0XS043731>