graphics/reactphysics3d: update 0.9.0 → 0.10.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-03-11 10:24:49 -07:00
parent 508f2c59ad
commit 55e2ffb33e
3 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= reactphysics3d
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
DISTVERSION= 0.10.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org

View File

@ -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

View File

@ -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