git: 7b22fb69cbdf - main - www/threejs: upgrade to r138
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Feb 2022 18:23:08 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b22fb69cbdf89b9d9909a6909ed56e6ae362c08 commit 7b22fb69cbdf89b9d9909a6909ed56e6ae362c08 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-02-24 18:12:46 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-02-24 18:23:03 +0000 www/threejs: upgrade to r138 Release notes at <https://github.com/mrdoob/three.js/releases/tag/r138>. --- www/threejs/Makefile | 2 +- www/threejs/distinfo | 6 +++--- www/threejs/pkg-plist | 9 ++++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/www/threejs/Makefile b/www/threejs/Makefile index e74be14d570d..03bd8088aa81 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,7 +1,7 @@ # Created by: thierry@pompo.net PORTNAME= three.js -PORTVERSION= 137 +PORTVERSION= 138 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index f958ba412359..e01604b1ecd3 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643574578 -SHA256 (mrdoob-three.js-r137_GH0.tar.gz) = b79b0ef7ebaf11aa0f46cf45aba8faee35546f36c0d23704110dd01fbe0af27b -SIZE (mrdoob-three.js-r137_GH0.tar.gz) = 318814491 +TIMESTAMP = 1645724002 +SHA256 (mrdoob-three.js-r138_GH0.tar.gz) = 47dd6077dc683333493301bbd16402c2ec6b709616f535cdf04427f50012f4d7 +SIZE (mrdoob-three.js-r138_GH0.tar.gz) = 311183503 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index dcfc4855797c..3caace615e8e 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -183,9 +183,10 @@ %%WWWDIR%%/objects/SkinnedMesh.js %%WWWDIR%%/objects/Sprite.js %%WWWDIR%%/renderers/WebGL1Renderer.js +%%WWWDIR%%/renderers/WebGL3DRenderTarget.js +%%WWWDIR%%/renderers/WebGLArrayRenderTarget.js %%WWWDIR%%/renderers/WebGLCubeRenderTarget.js %%WWWDIR%%/renderers/WebGLMultipleRenderTargets.js -%%WWWDIR%%/renderers/WebGLMultisampleRenderTarget.js %%WWWDIR%%/renderers/WebGLRenderTarget.js %%WWWDIR%%/renderers/WebGLRenderer.js %%WWWDIR%%/renderers/shaders/ShaderChunk.js @@ -257,6 +258,7 @@ %%WWWDIR%%/renderers/shaders/ShaderChunk/map_particle_pars_fragment.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/metalnessmap_fragment.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/metalnessmap_pars_fragment.glsl.js +%%WWWDIR%%/renderers/shaders/ShaderChunk/morphcolor_vertex.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/morphnormal_vertex.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/morphtarget_pars_vertex.glsl.js %%WWWDIR%%/renderers/shaders/ShaderChunk/morphtarget_vertex.glsl.js @@ -350,11 +352,12 @@ %%WWWDIR%%/textures/CanvasTexture.js %%WWWDIR%%/textures/CompressedTexture.js %%WWWDIR%%/textures/CubeTexture.js +%%WWWDIR%%/textures/Data3DTexture.js +%%WWWDIR%%/textures/DataArrayTexture.js %%WWWDIR%%/textures/DataTexture.js -%%WWWDIR%%/textures/DataTexture2DArray.js -%%WWWDIR%%/textures/DataTexture3D.js %%WWWDIR%%/textures/DepthTexture.js %%WWWDIR%%/textures/FramebufferTexture.js +%%WWWDIR%%/textures/Source.js %%WWWDIR%%/textures/Texture.js %%WWWDIR%%/textures/VideoTexture.js %%WWWDIR%%/utils.js