svn commit: r561049 - head/devel/entt

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 10 09:31:34 UTC 2021


Author: yuri
Date: Sun Jan 10 09:31:33 2021
New Revision: 561049
URL: https://svnweb.freebsd.org/changeset/ports/561049

Log:
  devel/entt: Update 3.5.2 -> 3.6.0
  
  Reported by:	portscout

Modified:
  head/devel/entt/Makefile
  head/devel/entt/distinfo
  head/devel/entt/pkg-plist

Modified: head/devel/entt/Makefile
==============================================================================
--- head/devel/entt/Makefile	Sun Jan 10 09:22:56 2021	(r561048)
+++ head/devel/entt/Makefile	Sun Jan 10 09:31:33 2021	(r561049)
@@ -2,7 +2,7 @@
 
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.5.2
+DISTVERSION=	3.6.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -21,7 +21,7 @@ NO_ARCH=	yes
 
 do-test:
 	@cd ${BUILD_WRKSRC} && \
-		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
+		${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
 

Modified: head/devel/entt/distinfo
==============================================================================
--- head/devel/entt/distinfo	Sun Jan 10 09:22:56 2021	(r561048)
+++ head/devel/entt/distinfo	Sun Jan 10 09:31:33 2021	(r561049)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600902253
-SHA256 (skypjack-entt-v3.5.2_GH0.tar.gz) = f9271293c44518386c402c9a2188627819748f66302df48af4f6d08e30661036
-SIZE (skypjack-entt-v3.5.2_GH0.tar.gz) = 338282
+TIMESTAMP = 1610270631
+SHA256 (skypjack-entt-v3.6.0_GH0.tar.gz) = 94b7dc874acd0961cfc28cf6b0342eeb0b7c58250ddde8bdc6c101e84b74c190
+SIZE (skypjack-entt-v3.6.0_GH0.tar.gz) = 475161

Modified: head/devel/entt/pkg-plist
==============================================================================
--- head/devel/entt/pkg-plist	Sun Jan 10 09:22:56 2021	(r561048)
+++ head/devel/entt/pkg-plist	Sun Jan 10 09:31:33 2021	(r561049)
@@ -1,6 +1,7 @@
 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
@@ -10,14 +11,14 @@ 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/actor.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/pool.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
@@ -25,9 +26,11 @@ include/entt/entity/sparse_set.hpp
 include/entt/entity/storage.hpp
 include/entt/entity/utility.hpp
 include/entt/entity/view.hpp
+include/entt/entity/view_pack.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
@@ -39,6 +42,7 @@ include/entt/meta/range.hpp
 include/entt/meta/resolve.hpp
 include/entt/meta/type_traits.hpp
 include/entt/platform/android-ndk-r17.hpp
+include/entt/poly/poly.hpp
 include/entt/process/process.hpp
 include/entt/process/scheduler.hpp
 include/entt/resource/cache.hpp


More information about the svn-ports-all mailing list