svn commit: r510389 - head/devel/entt
Yuri Victorovich
yuri at FreeBSD.org
Sat Aug 31 14:50:48 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list