Skip to content

Commit

Permalink
devel/entt: Update 3.7.1 -> 3.8.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 23, 2021
1 parent 9f7be68 commit dbdf842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/entt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= entt
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.1
DISTVERSION= 3.8.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -17,7 +17,7 @@ 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} && \
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions devel/entt/pkg-plist
Expand Up @@ -11,6 +11,7 @@ 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
Expand Down

0 comments on commit dbdf842

Please sign in to comment.