aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-03-11 17:24:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-03-11 17:53:44 +0000
commit55e2ffb33ecf4f79b3e6255be4b244edd782ad9a (patch)
tree0b99d653b55489d26dbe2bb0de2d832049814489
parent508f2c59ad03ef68451c2a68301e4d3c71333422 (diff)
downloadports-55e2ffb33ecf4f79b3e6255be4b244edd782ad9a.tar.gz
ports-55e2ffb33ecf4f79b3e6255be4b244edd782ad9a.zip
graphics/reactphysics3d: update 0.9.0 → 0.10.0
Reported by: portscout
-rw-r--r--graphics/reactphysics3d/Makefile2
-rw-r--r--graphics/reactphysics3d/distinfo6
-rw-r--r--graphics/reactphysics3d/pkg-plist15
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