Date: Mon, 11 Mar 2024 17:53:51 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55e2ffb33ecf - main - graphics/reactphysics3d: update 0.9.0 =?utf-8?Q?=E2=86=92?= 0.10.0 Message-ID: <202403111753.42BHrpsS069242@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e2ffb33ecf4f79b3e6255be4b244edd782ad9a commit 55e2ffb33ecf4f79b3e6255be4b244edd782ad9a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-11 17:24:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-11 17:53:44 +0000 graphics/reactphysics3d: update 0.9.0 → 0.10.0 Reported by: portscout --- graphics/reactphysics3d/Makefile | 2 +- graphics/reactphysics3d/distinfo | 6 +++--- graphics/reactphysics3d/pkg-plist | 15 ++++++++++----- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile index d2c7dcacfceb..ed3c3a0b2e41 100644 --- a/graphics/reactphysics3d/Makefile +++ b/graphics/reactphysics3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= reactphysics3d DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 +DISTVERSION= 0.10.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/reactphysics3d/distinfo b/graphics/reactphysics3d/distinfo index 5c5e2698cb9c..dd8555b6694b 100644 --- a/graphics/reactphysics3d/distinfo +++ b/graphics/reactphysics3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641698336 -SHA256 (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 90dbf375bb5e76aa2cfc63be31e9dd3aff3263e4f457bca7af5151944d16c9ef -SIZE (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 4002769 +TIMESTAMP = 1710175200 +SHA256 (DanielChappuis-reactphysics3d-v0.10.0_GH0.tar.gz) = 4630fbb41b0471af445e8af7713c3474cb575f02bf7bdee707fa6eb768466ebc +SIZE (DanielChappuis-reactphysics3d-v0.10.0_GH0.tar.gz) = 3685154 diff --git a/graphics/reactphysics3d/pkg-plist b/graphics/reactphysics3d/pkg-plist index 320c368b1583..82f0c3c86fb4 100644 --- a/graphics/reactphysics3d/pkg-plist +++ b/graphics/reactphysics3d/pkg-plist @@ -1,4 +1,4 @@ -include/reactphysics3d/body/CollisionBody.h +include/reactphysics3d/body/Body.h include/reactphysics3d/body/RigidBody.h include/reactphysics3d/collision/Collider.h include/reactphysics3d/collision/CollisionCallback.h @@ -6,13 +6,15 @@ include/reactphysics3d/collision/ContactManifold.h include/reactphysics3d/collision/ContactManifoldInfo.h include/reactphysics3d/collision/ContactPair.h include/reactphysics3d/collision/ContactPointInfo.h +include/reactphysics3d/collision/ConvexMesh.h include/reactphysics3d/collision/HalfEdgeStructure.h +include/reactphysics3d/collision/HeightField.h include/reactphysics3d/collision/OverlapCallback.h include/reactphysics3d/collision/PolygonVertexArray.h -include/reactphysics3d/collision/PolyhedronMesh.h include/reactphysics3d/collision/RaycastInfo.h include/reactphysics3d/collision/TriangleMesh.h include/reactphysics3d/collision/TriangleVertexArray.h +include/reactphysics3d/collision/VertexArray.h include/reactphysics3d/collision/broadphase/DynamicAABBTree.h include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleAlgorithm.h include/reactphysics3d/collision/narrowphase/CapsuleVsConvexPolyhedronAlgorithm.h @@ -40,8 +42,8 @@ include/reactphysics3d/collision/shapes/HeightFieldShape.h include/reactphysics3d/collision/shapes/SphereShape.h include/reactphysics3d/collision/shapes/TriangleShape.h include/reactphysics3d/components/BallAndSocketJointComponents.h +include/reactphysics3d/components/BodyComponents.h include/reactphysics3d/components/ColliderComponents.h -include/reactphysics3d/components/CollisionBodyComponents.h include/reactphysics3d/components/Components.h include/reactphysics3d/components/FixedJointComponents.h include/reactphysics3d/components/HingeJointComponents.h @@ -103,10 +105,13 @@ include/reactphysics3d/systems/SolveSliderJointSystem.h include/reactphysics3d/utils/DebugRenderer.h include/reactphysics3d/utils/DefaultLogger.h include/reactphysics3d/utils/Logger.h +include/reactphysics3d/utils/Message.h include/reactphysics3d/utils/Profiler.h +include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h +include/reactphysics3d/utils/quickhull/QuickHull.h lib/cmake/ReactPhysics3D/ReactPhysics3DConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ReactPhysics3D/ReactPhysics3DConfig.cmake lib/cmake/ReactPhysics3D/ReactPhysics3DConfigVersion.cmake lib/libreactphysics3d.so -lib/libreactphysics3d.so.0.9 -lib/libreactphysics3d.so.0.9.0 +lib/libreactphysics3d.so.0.10 +lib/libreactphysics3d.so.0.10.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403111753.42BHrpsS069242>