Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 04:08:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534875 - head/devel/entt
Message-ID:  <202005110408.04B48NY1090271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005110408.04B48NY1090271>