From owner-svn-ports-head@freebsd.org Sat Aug 31 14:50:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC16DD3C18; Sat, 31 Aug 2019 14:50:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46LK6054wzz4YLx; Sat, 31 Aug 2019 14:50:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92DE81A6A5; Sat, 31 Aug 2019 14:50:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7VEomut047299; Sat, 31 Aug 2019 14:50:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7VEomi6047296; Sat, 31 Aug 2019 14:50:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908311450.x7VEomi6047296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Aug 2019 14:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510389 - head/devel/entt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/entt X-SVN-Commit-Revision: 510389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2019 14:50:48 -0000 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