git: 3f7556db1cb9 - main - www/threejs: upgrade to r182
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Dec 2025 16:48:40 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7556db1cb9ed8eadbe5e94bae1753cd7624de6
commit 3f7556db1cb9ed8eadbe5e94bae1753cd7624de6
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-12-15 16:29:46 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-12-15 16:48:33 +0000
www/threejs: upgrade to r182
Release notes at https://github.com/mrdoob/three.js/releases/tag/r182
---
www/threejs/Makefile | 2 +-
www/threejs/distinfo | 6 +++---
www/threejs/pkg-plist | 9 +++++++--
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/www/threejs/Makefile b/www/threejs/Makefile
index 1ca618efba6b..f62f38de0e59 100644
--- a/www/threejs/Makefile
+++ b/www/threejs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= three.js
-PORTVERSION= 181
+PORTVERSION= 182
DISTVERSIONPREFIX= r
CATEGORIES= www
diff --git a/www/threejs/distinfo b/www/threejs/distinfo
index 6a0309ab1b59..6e9319a739ca 100644
--- a/www/threejs/distinfo
+++ b/www/threejs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761936074
-SHA256 (mrdoob-three.js-r181_GH0.tar.gz) = 51599b484fd20865efd96e6cf97ef108f621386b05bfa262ca147b543e8ce415
-SIZE (mrdoob-three.js-r181_GH0.tar.gz) = 397187766
+TIMESTAMP = 1765815550
+SHA256 (mrdoob-three.js-r182_GH0.tar.gz) = 141e19e6eaa879d8fdbfe9a15f76af8c26e76643133f1a24893dadf288e789ff
+SIZE (mrdoob-three.js-r182_GH0.tar.gz) = 396840053
diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist
index 50b14599b341..954f1ac47cf8 100644
--- a/www/threejs/pkg-plist
+++ b/www/threejs/pkg-plist
@@ -319,7 +319,7 @@
%%WWWDIR%%/nodes/functions/BSDF/BRDF_GGX_Multiscatter.js
%%WWWDIR%%/nodes/functions/BSDF/BRDF_Lambert.js
%%WWWDIR%%/nodes/functions/BSDF/BRDF_Sheen.js
-%%WWWDIR%%/nodes/functions/BSDF/DFGApprox.js
+%%WWWDIR%%/nodes/functions/BSDF/DFGLUT.js
%%WWWDIR%%/nodes/functions/BSDF/D_GGX.js
%%WWWDIR%%/nodes/functions/BSDF/D_GGX_Anisotropic.js
%%WWWDIR%%/nodes/functions/BSDF/EnvironmentBRDF.js
@@ -375,12 +375,15 @@
%%WWWDIR%%/nodes/materialx/lib/mx_noise.js
%%WWWDIR%%/nodes/materialx/lib/mx_transform_color.js
%%WWWDIR%%/nodes/math/BitcastNode.js
+%%WWWDIR%%/nodes/math/BitcountNode.js
%%WWWDIR%%/nodes/math/ConditionalNode.js
%%WWWDIR%%/nodes/math/Hash.js
%%WWWDIR%%/nodes/math/MathNode.js
%%WWWDIR%%/nodes/math/MathUtils.js
%%WWWDIR%%/nodes/math/OperatorNode.js
+%%WWWDIR%%/nodes/math/PackFloatNode.js
%%WWWDIR%%/nodes/math/TriNoise3D.js
+%%WWWDIR%%/nodes/math/UnpackFloatNode.js
%%WWWDIR%%/nodes/parsers/GLSLNodeFunction.js
%%WWWDIR%%/nodes/parsers/GLSLNodeParser.js
%%WWWDIR%%/nodes/pmrem/PMREMNode.js
@@ -619,7 +622,7 @@
%%WWWDIR%%/renderers/shaders/ShaderLib/backgroundCube.glsl.js
%%WWWDIR%%/renderers/shaders/ShaderLib/cube.glsl.js
%%WWWDIR%%/renderers/shaders/ShaderLib/depth.glsl.js
-%%WWWDIR%%/renderers/shaders/ShaderLib/distanceRGBA.glsl.js
+%%WWWDIR%%/renderers/shaders/ShaderLib/distance.glsl.js
%%WWWDIR%%/renderers/shaders/ShaderLib/equirect.glsl.js
%%WWWDIR%%/renderers/shaders/ShaderLib/linedashed.glsl.js
%%WWWDIR%%/renderers/shaders/ShaderLib/meshbasic.glsl.js
@@ -663,6 +666,7 @@
%%WWWDIR%%/renderers/webgl/WebGLMaterials.js
%%WWWDIR%%/renderers/webgl/WebGLMorphtargets.js
%%WWWDIR%%/renderers/webgl/WebGLObjects.js
+%%WWWDIR%%/renderers/webgl/WebGLOutput.js
%%WWWDIR%%/renderers/webgl/WebGLProgram.js
%%WWWDIR%%/renderers/webgl/WebGLPrograms.js
%%WWWDIR%%/renderers/webgl/WebGLProperties.js
@@ -702,6 +706,7 @@
%%WWWDIR%%/textures/CompressedArrayTexture.js
%%WWWDIR%%/textures/CompressedCubeTexture.js
%%WWWDIR%%/textures/CompressedTexture.js
+%%WWWDIR%%/textures/CubeDepthTexture.js
%%WWWDIR%%/textures/CubeTexture.js
%%WWWDIR%%/textures/Data3DTexture.js
%%WWWDIR%%/textures/DataArrayTexture.js