Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 14:50:48 +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: r510389 - head/devel/entt
Message-ID:  <201908311450.x7VEomi6047296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug 31 14:50:47 2019
New Revision: 510389
URL: https://svnweb.freebsd.org/changeset/ports/510389

Log:
  devel/entt: Update 3.0.0 -> 3.1.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	Sat Aug 31 14:45:22 2019	(r510388)
+++ head/devel/entt/Makefile	Sat Aug 31 14:50:47 2019	(r510389)
@@ -2,7 +2,7 @@
 
 PORTNAME=	entt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.0
+DISTVERSION=	3.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/entt/distinfo
==============================================================================
--- head/devel/entt/distinfo	Sat Aug 31 14:45:22 2019	(r510388)
+++ head/devel/entt/distinfo	Sat Aug 31 14:50:47 2019	(r510389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558116593
-SHA256 (skypjack-entt-v3.0.0_GH0.tar.gz) = f8928314a18f1fabda5398efdef7a001d09de43c2ffda90c1b77e56f5d41574b
-SIZE (skypjack-entt-v3.0.0_GH0.tar.gz) = 266513
+TIMESTAMP = 1567262815
+SHA256 (skypjack-entt-v3.1.0_GH0.tar.gz) = 01a794b8dc15734316d46b312d1cbc8904eb50c000c578a109265f7a6ceb4ea6
+SIZE (skypjack-entt-v3.1.0_GH0.tar.gz) = 292899

Modified: head/devel/entt/pkg-plist
==============================================================================
--- head/devel/entt/pkg-plist	Sat Aug 31 14:45:22 2019	(r510388)
+++ head/devel/entt/pkg-plist	Sat Aug 31 14:50:47 2019	(r510389)
@@ -12,18 +12,20 @@ include/entt/entity/entity.hpp
 include/entt/entity/fwd.hpp
 include/entt/entity/group.hpp
 include/entt/entity/helper.hpp
-include/entt/entity/prototype.hpp
+include/entt/entity/observer.hpp
 include/entt/entity/registry.hpp
 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
 include/entt/locator/locator.hpp
 include/entt/meta/factory.hpp
 include/entt/meta/meta.hpp
+include/entt/meta/policy.hpp
 include/entt/process/process.hpp
 include/entt/process/scheduler.hpp
 include/entt/resource/cache.hpp



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