From owner-svn-ports-head@freebsd.org Sun Jan 10 09:31:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8CA304BDF32; Sun, 10 Jan 2021 09:31:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDBRp3YVpz3vwq; Sun, 10 Jan 2021 09:31:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CF9926181; Sun, 10 Jan 2021 09:31:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10A9VYRk065414; Sun, 10 Jan 2021 09:31:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10A9VXxk065411; Sun, 10 Jan 2021 09:31:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101100931.10A9VXxk065411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 10 Jan 2021 09:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561049 - head/devel/entt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/entt X-SVN-Commit-Revision: 561049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2021 09:31:34 -0000 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@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