Date: Sun, 26 Dec 2021 17:59:47 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: 04a920dd6407 - main - www/threejs: upgrade to r136 Message-ID: <202112261759.1BQHxlJo008514@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=04a920dd64070719d8c36f35563d403afa060b61 commit 04a920dd64070719d8c36f35563d403afa060b61 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-12-26 16:46:10 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-12-26 17:59:43 +0000 www/threejs: upgrade to r136 Release notes at <https://github.com/mrdoob/three.js/releases/tag/r136>. --- 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 674c15abe397..16527fde5f1b 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,7 +1,7 @@ # Created by: thierry@pompo.net PORTNAME= three.js -PORTVERSION= 135 +PORTVERSION= 136 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index c3e7ddb0afc3..b14b80327133 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637952548 -SHA256 (mrdoob-three.js-r135_GH0.tar.gz) = a869d5a0d0a56cdcce24d31adf13a7becc36d84b7dd515e95d3ee64e2b330e7d -SIZE (mrdoob-three.js-r135_GH0.tar.gz) = 317433779 +TIMESTAMP = 1640536686 +SHA256 (mrdoob-three.js-r136_GH0.tar.gz) = 3e73ff486881ffef88315025a016313ad3a3efe67896467344f3b69ed80c8608 +SIZE (mrdoob-three.js-r136_GH0.tar.gz) = 318537576 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 94b796c3fb52..dcfc4855797c 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -336,6 +336,7 @@ %%WWWDIR%%/renderers/webgl/WebGLRenderLists.js %%WWWDIR%%/renderers/webgl/WebGLRenderStates.js %%WWWDIR%%/renderers/webgl/WebGLShader.js +%%WWWDIR%%/renderers/webgl/WebGLShaderCache.js %%WWWDIR%%/renderers/webgl/WebGLShadowMap.js %%WWWDIR%%/renderers/webgl/WebGLState.js %%WWWDIR%%/renderers/webgl/WebGLTextures.js @@ -353,6 +354,7 @@ %%WWWDIR%%/textures/DataTexture2DArray.js %%WWWDIR%%/textures/DataTexture3D.js %%WWWDIR%%/textures/DepthTexture.js +%%WWWDIR%%/textures/FramebufferTexture.js %%WWWDIR%%/textures/Texture.js %%WWWDIR%%/textures/VideoTexture.js %%WWWDIR%%/utils.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112261759.1BQHxlJo008514>