diff --git a/devel/entt/Makefile b/devel/entt/Makefile index 10a44d607ac4..5827442c8625 100644 --- a/devel/entt/Makefile +++ b/devel/entt/Makefile @@ -1,26 +1,26 @@ PORTNAME= entt DISTVERSIONPREFIX= v -DISTVERSION= 3.7.1 +DISTVERSION= 3.8.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and reliable entity-component system (ECS) and much more LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake USE_GITHUB= yes GH_ACCOUNT= skypjack CMAKE_OFF= BUILD_TESTING NO_ARCH= yes -do-test: +do-test: # one testcase fails: https://github.com/skypjack/entt/issues/741 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENTT_BUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include diff --git a/devel/entt/distinfo b/devel/entt/distinfo index 293096c8570f..3ef0c351bd62 100644 --- a/devel/entt/distinfo +++ b/devel/entt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618505712 -SHA256 (skypjack-entt-v3.7.1_GH0.tar.gz) = fe3ce773c17797c0c57ffa97f73902854fcc8e7afc7e09bea373e0c64fa24a23 -SIZE (skypjack-entt-v3.7.1_GH0.tar.gz) = 496915 +TIMESTAMP = 1627015480 +SHA256 (skypjack-entt-v3.8.0_GH0.tar.gz) = 71c8ff5a604e8e214571a8b2218dfeaf61be59e2fe2ff5b550b4810c37d4da3c +SIZE (skypjack-entt-v3.8.0_GH0.tar.gz) = 515150 diff --git a/devel/entt/pkg-plist b/devel/entt/pkg-plist index 0e598d646c22..d195fdb3c4be 100644 --- a/devel/entt/pkg-plist +++ b/devel/entt/pkg-plist @@ -1,62 +1,63 @@ include/entt/config/config.h include/entt/config/version.h include/entt/core/algorithm.hpp include/entt/core/any.hpp include/entt/core/attribute.h include/entt/core/family.hpp include/entt/core/fwd.hpp include/entt/core/hashed_string.hpp include/entt/core/ident.hpp include/entt/core/monostate.hpp include/entt/core/type_info.hpp include/entt/core/type_traits.hpp include/entt/core/utility.hpp +include/entt/entity/component.hpp include/entt/entity/entity.hpp include/entt/entity/fwd.hpp include/entt/entity/group.hpp 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 include/entt/entity/sparse_set.hpp include/entt/entity/storage.hpp include/entt/entity/utility.hpp include/entt/entity/view.hpp include/entt/entt.hpp include/entt/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/factory.hpp include/entt/meta/meta.hpp include/entt/meta/node.hpp include/entt/meta/pointer.hpp include/entt/meta/policy.hpp include/entt/meta/range.hpp include/entt/meta/resolve.hpp include/entt/meta/template.hpp include/entt/meta/type_traits.hpp 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/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/signal/delegate.hpp include/entt/signal/dispatcher.hpp include/entt/signal/emitter.hpp include/entt/signal/fwd.hpp include/entt/signal/sigh.hpp lib/EnTT/cmake/EnTTConfig.cmake lib/EnTT/cmake/EnTTConfigVersion.cmake lib/EnTT/cmake/EnTTTargets.cmake libdata/pkgconfig/entt.pc