Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 07:36:50 +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: r526886 - head/devel/entt
Message-ID:  <202002230736.01N7aokd027660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Feb 23 07:36:50 2020
New Revision: 526886
URL: https://svnweb.freebsd.org/changeset/ports/526886

Log:
  devel/entt: Update 3.2.2 -> 3.3.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 Feb 23 07:33:11 2020	(r526885)
+++ head/devel/entt/Makefile	Sun Feb 23 07:36:50 2020	(r526886)
@@ -2,7 +2,7 @@
 
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.2.2
+DISTVERSION=	3.3.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/entt/distinfo
==============================================================================
--- head/devel/entt/distinfo	Sun Feb 23 07:33:11 2020	(r526885)
+++ head/devel/entt/distinfo	Sun Feb 23 07:36:50 2020	(r526886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576834233
-SHA256 (skypjack-entt-v3.2.2_GH0.tar.gz) = 94592270b6750dd0b057a4af9d2c1ea8798369b3bb127927a8f70db232808f93
-SIZE (skypjack-entt-v3.2.2_GH0.tar.gz) = 306888
+TIMESTAMP = 1582442628
+SHA256 (skypjack-entt-v3.3.0_GH0.tar.gz) = d21a45df4960adc86a8f23a8c3c0cea6d2cecc4ef6946a8040e336d8e5266ab3
+SIZE (skypjack-entt-v3.3.0_GH0.tar.gz) = 302244

Modified: head/devel/entt/pkg-plist
==============================================================================
--- head/devel/entt/pkg-plist	Sun Feb 23 07:33:11 2020	(r526885)
+++ head/devel/entt/pkg-plist	Sun Feb 23 07:36:50 2020	(r526886)
@@ -1,10 +1,12 @@
 include/entt/config/config.h
 include/entt/config/version.h
 include/entt/core/algorithm.hpp
+include/entt/core/attribute.h
 include/entt/core/family.hpp
 include/entt/core/hashed_string.hpp
 include/entt/core/ident.hpp
 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
@@ -18,7 +20,6 @@ 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



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