1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

graphics/reactphysics3d: Update 0.8.0 -> 0.9.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-01-08 21:12:51 -08:00
parent a62962eccd
commit cbac3de82a
3 changed files with 11 additions and 12 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= reactphysics3d
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
DISTVERSION= 0.9.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@ -10,9 +10,11 @@ LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= DanielChappuis
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
do-test:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1591379412
SHA256 (DanielChappuis-reactphysics3d-v0.8.0_GH0.tar.gz) = 501d10ed7729b114f0b10d14ec7141a3e4c0284231df3723143a7155a8045acf
SIZE (DanielChappuis-reactphysics3d-v0.8.0_GH0.tar.gz) = 2925751
TIMESTAMP = 1641698336
SHA256 (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 90dbf375bb5e76aa2cfc63be31e9dd3aff3263e4f457bca7af5151944d16c9ef
SIZE (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 4002769

View File

@ -15,7 +15,6 @@ include/reactphysics3d/collision/TriangleMesh.h
include/reactphysics3d/collision/TriangleVertexArray.h
include/reactphysics3d/collision/broadphase/DynamicAABBTree.h
include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleAlgorithm.h
include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleNarrowPhaseInfoBatch.h
include/reactphysics3d/collision/narrowphase/CapsuleVsConvexPolyhedronAlgorithm.h
include/reactphysics3d/collision/narrowphase/CollisionDispatch.h
include/reactphysics3d/collision/narrowphase/ConvexPolyhedronVsConvexPolyhedronAlgorithm.h
@ -26,10 +25,8 @@ include/reactphysics3d/collision/narrowphase/NarrowPhaseInfoBatch.h
include/reactphysics3d/collision/narrowphase/NarrowPhaseInput.h
include/reactphysics3d/collision/narrowphase/SAT/SATAlgorithm.h
include/reactphysics3d/collision/narrowphase/SphereVsCapsuleAlgorithm.h
include/reactphysics3d/collision/narrowphase/SphereVsCapsuleNarrowPhaseInfoBatch.h
include/reactphysics3d/collision/narrowphase/SphereVsConvexPolyhedronAlgorithm.h
include/reactphysics3d/collision/narrowphase/SphereVsSphereAlgorithm.h
include/reactphysics3d/collision/narrowphase/SphereVsSphereNarrowPhaseInfoBatch.h
include/reactphysics3d/collision/shapes/AABB.h
include/reactphysics3d/collision/shapes/BoxShape.h
include/reactphysics3d/collision/shapes/CapsuleShape.h
@ -59,9 +56,9 @@ include/reactphysics3d/constraint/FixedJoint.h
include/reactphysics3d/constraint/HingeJoint.h
include/reactphysics3d/constraint/Joint.h
include/reactphysics3d/constraint/SliderJoint.h
include/reactphysics3d/containers/Array.h
include/reactphysics3d/containers/Deque.h
include/reactphysics3d/containers/LinkedList.h
include/reactphysics3d/containers/List.h
include/reactphysics3d/containers/Map.h
include/reactphysics3d/containers/Pair.h
include/reactphysics3d/containers/Set.h
@ -77,7 +74,6 @@ include/reactphysics3d/engine/Material.h
include/reactphysics3d/engine/OverlappingPairs.h
include/reactphysics3d/engine/PhysicsCommon.h
include/reactphysics3d/engine/PhysicsWorld.h
include/reactphysics3d/engine/Timer.h
include/reactphysics3d/mathematics/Matrix2x2.h
include/reactphysics3d/mathematics/Matrix3x3.h
include/reactphysics3d/mathematics/Quaternion.h
@ -86,6 +82,7 @@ include/reactphysics3d/mathematics/Transform.h
include/reactphysics3d/mathematics/Vector2.h
include/reactphysics3d/mathematics/Vector3.h
include/reactphysics3d/mathematics/mathematics.h
include/reactphysics3d/mathematics/mathematics_common.h
include/reactphysics3d/mathematics/mathematics_functions.h
include/reactphysics3d/memory/DefaultAllocator.h
include/reactphysics3d/memory/HeapAllocator.h
@ -111,5 +108,5 @@ 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.8
lib/libreactphysics3d.so.0.8.0
lib/libreactphysics3d.so.0.9
lib/libreactphysics3d.so.0.9.0