git: b8d0840eb0b2 - main - www/threejs: upgrade to r155

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 16:27:19 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b8d0840eb0b288593458debcfcc5f79014127380

commit b8d0840eb0b288593458debcfcc5f79014127380
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-07-28 11:30:07 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-07-28 16:27:16 +0000

    www/threejs: upgrade to r155
    
    Release notes at <https://github.com/mrdoob/three.js/releases/tag/r155>.
---
 www/threejs/Makefile  | 2 +-
 www/threejs/distinfo  | 6 +++---
 www/threejs/pkg-plist | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/www/threejs/Makefile b/www/threejs/Makefile
index 80aa2a06bbdc..f0b0e9bea4c5 100644
--- a/www/threejs/Makefile
+++ b/www/threejs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	three.js
-PORTVERSION=	154
+PORTVERSION=	155
 DISTVERSIONPREFIX=	r
 CATEGORIES=	www
 
diff --git a/www/threejs/distinfo b/www/threejs/distinfo
index 9d6eafbd6e5b..3262c09bf476 100644
--- a/www/threejs/distinfo
+++ b/www/threejs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688115019
-SHA256 (mrdoob-three.js-r154_GH0.tar.gz) = 5a51899bae3b4b9a2c52fc8a3c8fbc1fd15b359e291e0515f73d4f3914383677
-SIZE (mrdoob-three.js-r154_GH0.tar.gz) = 354422029
+TIMESTAMP = 1690543546
+SHA256 (mrdoob-three.js-r155_GH0.tar.gz) = 945f5f170c6d8c6b46189a4302b43cb4de7495a74282b6fa7ac8d52a8ab93d0e
+SIZE (mrdoob-three.js-r155_GH0.tar.gz) = 354444629
diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist
index 053ed580c74d..2bb34f0040af 100644
--- a/www/threejs/pkg-plist
+++ b/www/threejs/pkg-plist
@@ -39,6 +39,7 @@
 %%WWWDIR%%/core/Layers.js
 %%WWWDIR%%/core/Object3D.js
 %%WWWDIR%%/core/Raycaster.js
+%%WWWDIR%%/core/RenderTarget.js
 %%WWWDIR%%/core/Uniform.js
 %%WWWDIR%%/core/UniformsGroup.js
 %%WWWDIR%%/extras/DataUtils.js
@@ -358,6 +359,7 @@
 %%WWWDIR%%/scenes/Scene.js
 %%WWWDIR%%/textures/CanvasTexture.js
 %%WWWDIR%%/textures/CompressedArrayTexture.js
+%%WWWDIR%%/textures/CompressedCubeTexture.js
 %%WWWDIR%%/textures/CompressedTexture.js
 %%WWWDIR%%/textures/CubeTexture.js
 %%WWWDIR%%/textures/Data3DTexture.js