From owner-svn-ports-head@freebsd.org Mon May 11 04:08:23 2020 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 A4CCA2D5A6E; Mon, 11 May 2020 04:08:23 +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) server-signature RSA-PSS (4096 bits) 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 49L6qW3kQlz42MM; Mon, 11 May 2020 04:08:23 +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 7B247188FD; Mon, 11 May 2020 04:08:23 +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 04B48Nbd090273; Mon, 11 May 2020 04:08:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04B48NY1090271; Mon, 11 May 2020 04:08:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005110408.04B48NY1090271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 11 May 2020 04:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534875 - head/devel/entt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/entt X-SVN-Commit-Revision: 534875 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.33 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: Mon, 11 May 2020 04:08:23 -0000 Author: yuri Date: Mon May 11 04:08:22 2020 New Revision: 534875 URL: https://svnweb.freebsd.org/changeset/ports/534875 Log: devel/entt: Update 3.3.2 -> 3.4.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 Mon May 11 04:05:20 2020 (r534874) +++ head/devel/entt/Makefile Mon May 11 04:08:22 2020 (r534875) @@ -2,7 +2,7 @@ PORTNAME= entt DISTVERSIONPREFIX= v -DISTVERSION= 3.3.2 +DISTVERSION= 3.4.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/entt/distinfo ============================================================================== --- head/devel/entt/distinfo Mon May 11 04:05:20 2020 (r534874) +++ head/devel/entt/distinfo Mon May 11 04:08:22 2020 (r534875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583700160 -SHA256 (skypjack-entt-v3.3.2_GH0.tar.gz) = 150cd89b45bffbcd7643d39bbce282e8fa38307bb5ed25567b79e337376ba1c7 -SIZE (skypjack-entt-v3.3.2_GH0.tar.gz) = 299222 +TIMESTAMP = 1589169976 +SHA256 (skypjack-entt-v3.4.0_GH0.tar.gz) = 07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2 +SIZE (skypjack-entt-v3.4.0_GH0.tar.gz) = 302242 Modified: head/devel/entt/pkg-plist ============================================================================== --- head/devel/entt/pkg-plist Mon May 11 04:05:20 2020 (r534874) +++ head/devel/entt/pkg-plist Mon May 11 04:08:22 2020 (r534875) @@ -3,6 +3,7 @@ include/entt/config/version.h include/entt/core/algorithm.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 @@ -20,6 +21,7 @@ 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 @@ -27,6 +29,7 @@ include/entt/locator/locator.hpp include/entt/meta/factory.hpp include/entt/meta/meta.hpp include/entt/meta/policy.hpp +include/entt/meta/resolve.hpp include/entt/process/process.hpp include/entt/process/scheduler.hpp include/entt/resource/cache.hpp @@ -38,6 +41,6 @@ include/entt/signal/dispatcher.hpp include/entt/signal/emitter.hpp include/entt/signal/fwd.hpp include/entt/signal/sigh.hpp -lib/cmake/entt/EnTTConfig.cmake -lib/cmake/entt/EnTTConfigVersion.cmake -lib/cmake/entt/EnTTTargets.cmake +lib/EnTT/cmake/EnTTConfig.cmake +lib/EnTT/cmake/EnTTConfigVersion.cmake +lib/EnTT/cmake/EnTTTargets.cmake