Date: Sun, 31 Jul 2022 20:31:31 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 75420600ebbe - main - www/threejs: upgrade to r143 Message-ID: <202207312031.26VKVVQA088078@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=75420600ebbed8a0dbedf3a9e6eba7e5e313ae0b commit 75420600ebbed8a0dbedf3a9e6eba7e5e313ae0b Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-07-31 16:23:14 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-07-31 20:31:25 +0000 www/threejs: upgrade to r143 Release notes at <https://github.com/mrdoob/three.js/releases/tag/r143>. --- 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 f1d44b069f2a..356190f75f6d 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,5 +1,5 @@ PORTNAME= three.js -PORTVERSION= 142 +PORTVERSION= 143 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index d80d50d5a038..5240b1e922d0 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656617014 -SHA256 (mrdoob-three.js-r142_GH0.tar.gz) = 1d9926eebf9ce9ae5962ab53fff490a5328eea0e07f133d8707ba07d07763a68 -SIZE (mrdoob-three.js-r142_GH0.tar.gz) = 316570501 +TIMESTAMP = 1659284294 +SHA256 (mrdoob-three.js-r143_GH0.tar.gz) = a280afe6922695e6760a45bb454c6174fc8ab50624b14c41100607f09ea84441 +SIZE (mrdoob-three.js-r143_GH0.tar.gz) = 317746046 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 5bc42c6c41f2..b8372c958477 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -40,6 +40,7 @@ %%WWWDIR%%/core/Object3D.js %%WWWDIR%%/core/Raycaster.js %%WWWDIR%%/core/Uniform.js +%%WWWDIR%%/core/UniformsGroup.js %%WWWDIR%%/extras/DataUtils.js %%WWWDIR%%/extras/Earcut.js %%WWWDIR%%/extras/ImageUtils.js @@ -347,6 +348,7 @@ %%WWWDIR%%/renderers/webgl/WebGLState.js %%WWWDIR%%/renderers/webgl/WebGLTextures.js %%WWWDIR%%/renderers/webgl/WebGLUniforms.js +%%WWWDIR%%/renderers/webgl/WebGLUniformsGroups.js %%WWWDIR%%/renderers/webgl/WebGLUtils.js %%WWWDIR%%/renderers/webxr/WebXRController.js %%WWWDIR%%/renderers/webxr/WebXRManager.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207312031.26VKVVQA088078>