Date: Thu, 3 Sep 2020 08:11:58 +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: r547427 - head/devel/entt Message-ID: <202009030811.0838BwwJ024556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Sep 3 08:11:58 2020 New Revision: 547427 URL: https://svnweb.freebsd.org/changeset/ports/547427 Log: devel/entt: Update 3.4.0 -> 3.5.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 Thu Sep 3 08:05:27 2020 (r547426) +++ head/devel/entt/Makefile Thu Sep 3 08:11:58 2020 (r547427) @@ -2,7 +2,7 @@ PORTNAME= entt DISTVERSIONPREFIX= v -DISTVERSION= 3.4.0 +DISTVERSION= 3.5.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake USE_GITHUB= yes GH_ACCOUNT= skypjack + +CMAKE_OFF= BUILD_TESTING NO_ARCH= yes Modified: head/devel/entt/distinfo ============================================================================== --- head/devel/entt/distinfo Thu Sep 3 08:05:27 2020 (r547426) +++ head/devel/entt/distinfo Thu Sep 3 08:11:58 2020 (r547427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589169976 -SHA256 (skypjack-entt-v3.4.0_GH0.tar.gz) = 07086b8c5b1d84a1b76b39b0ce257c36c4f1521b77e664368b3d5ca7c00264e2 -SIZE (skypjack-entt-v3.4.0_GH0.tar.gz) = 302242 +TIMESTAMP = 1599120386 +SHA256 (skypjack-entt-v3.5.0_GH0.tar.gz) = 89cba5ddf90bcec0dcf8d9554d9acf5ad86f5ce305e3acacf795007ee65c93f8 +SIZE (skypjack-entt-v3.5.0_GH0.tar.gz) = 337302 Modified: head/devel/entt/pkg-plist ============================================================================== --- head/devel/entt/pkg-plist Thu Sep 3 08:05:27 2020 (r547426) +++ head/devel/entt/pkg-plist Thu Sep 3 08:11:58 2020 (r547427) @@ -14,8 +14,10 @@ include/entt/entity/actor.hpp include/entt/entity/entity.hpp include/entt/entity/fwd.hpp include/entt/entity/group.hpp +include/entt/entity/handle.hpp include/entt/entity/helper.hpp include/entt/entity/observer.hpp +include/entt/entity/pool.hpp include/entt/entity/registry.hpp include/entt/entity/runtime_view.hpp include/entt/entity/snapshot.hpp @@ -26,10 +28,17 @@ include/entt/entity/view.hpp include/entt/entt.hpp include/entt/fwd.hpp include/entt/locator/locator.hpp +include/entt/meta/container.hpp +include/entt/meta/ctx.hpp include/entt/meta/factory.hpp +include/entt/meta/internal.hpp include/entt/meta/meta.hpp +include/entt/meta/pointer.hpp include/entt/meta/policy.hpp +include/entt/meta/range.hpp include/entt/meta/resolve.hpp +include/entt/meta/type_traits.hpp +include/entt/platform/android-ndk-r17.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?202009030811.0838BwwJ024556>