Skip to content

Commit

Permalink
devel/entt: Update 3.10.3 -> 3.11.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Nov 11, 2022
1 parent e934f52 commit 58168bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 5 additions & 4 deletions devel/entt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= entt
DISTVERSIONPREFIX= v
DISTVERSION= 3.10.3
DISTVERSION= 3.11.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -10,13 +10,14 @@ WWW= https://github.com/skypjack/entt/wiki
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake:testing compiler:c++17-lang python:test
TEST_DEPENDS= googletest>0:devel/googletest

USES= cmake:testing compiler:c++17-lang

USE_GITHUB= yes
GH_ACCOUNT= skypjack

CMAKE_TESTING_ON= ENTT_BUILD_TESTING
CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD}
CMAKE_TESTING_ON= ENTT_BUILD_TESTING ENTT_FIND_GTEST_PACKAGE

NO_BUILD= yes
NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/entt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659503420
SHA256 (skypjack-entt-v3.10.3_GH0.tar.gz) = 315918fc678e89a326ce1c13b0e9d3e53882dd9c58a63fef413325917a5c753b
SIZE (skypjack-entt-v3.10.3_GH0.tar.gz) = 677453
TIMESTAMP = 1668105251
SHA256 (skypjack-entt-v3.11.0_GH0.tar.gz) = 7cca2bd4d4aeef6c5bdbe06b9e047e7f2519ebaff901207cc81ac71a2bbe185e
SIZE (skypjack-entt-v3.11.0_GH0.tar.gz) = 794985
10 changes: 7 additions & 3 deletions devel/entt/pkg-plist
Expand Up @@ -30,18 +30,21 @@ 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
include/entt/entity/utility.hpp
include/entt/entity/storage_mixin.hpp
include/entt/entity/view.hpp
include/entt/entt.hpp
include/entt/fwd.hpp
include/entt/graph/adjacency_matrix.hpp
include/entt/graph/dot.hpp
include/entt/graph/flow.hpp
include/entt/graph/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/context.hpp
include/entt/meta/factory.hpp
include/entt/meta/fwd.hpp
include/entt/meta/meta.hpp
Expand All @@ -56,6 +59,7 @@ 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/fwd.hpp
include/entt/process/process.hpp
include/entt/process/scheduler.hpp
include/entt/resource/cache.hpp
Expand Down

0 comments on commit 58168bf

Please sign in to comment.