git: cbac3de82a7a - main - graphics/reactphysics3d: Update 0.8.0 -> 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jan 2022 05:13:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbac3de82a7a0182dc2acf4b1017864e7144b683 commit cbac3de82a7a0182dc2acf4b1017864e7144b683 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-09 05:12:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-09 05:13:51 +0000 graphics/reactphysics3d: Update 0.8.0 -> 0.9.0 Reported by: portscout --- graphics/reactphysics3d/Makefile | 6 ++++-- graphics/reactphysics3d/distinfo | 6 +++--- graphics/reactphysics3d/pkg-plist | 11 ++++------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile index a2a61145c973..e49e72d9d23a 100644 --- a/graphics/reactphysics3d/Makefile +++ b/graphics/reactphysics3d/Makefile @@ -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: diff --git a/graphics/reactphysics3d/distinfo b/graphics/reactphysics3d/distinfo index 7a684b577c00..5c5e2698cb9c 100644 --- a/graphics/reactphysics3d/distinfo +++ b/graphics/reactphysics3d/distinfo @@ -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 diff --git a/graphics/reactphysics3d/pkg-plist b/graphics/reactphysics3d/pkg-plist index 1ea0f4ebe869..320c368b1583 100644 --- a/graphics/reactphysics3d/pkg-plist +++ b/graphics/reactphysics3d/pkg-plist @@ -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