Date: Fri, 30 Jul 2021 16:28:34 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: 21c583814d9e - main - www/threejs: upgrade to r131 Message-ID: <202107301628.16UGSYbn012433@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=21c583814d9ed004c405c96b99b19bf83d57995b commit 21c583814d9ed004c405c96b99b19bf83d57995b Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-07-30 16:23:17 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-07-30 16:28:24 +0000 www/threejs: upgrade to r131 Release notes at <https://github.com/mrdoob/three.js/releases/tag/r131>. --- www/threejs/Makefile | 3 +-- www/threejs/distinfo | 6 +++--- www/threejs/pkg-plist | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/threejs/Makefile b/www/threejs/Makefile index f6f9a7ca1245..a4656c1305da 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,9 +1,8 @@ # Created by: thierry@pompo.net PORTNAME= three.js -PORTVERSION= 130 +PORTVERSION= 131 DISTVERSIONPREFIX= r -PORTREVISION= 1 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org diff --git a/www/threejs/distinfo b/www/threejs/distinfo index b69966926d20..0ff1688bde6f 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625662660 -SHA256 (mrdoob-three.js-r130_GH0.tar.gz) = dc344776dd1787172e40fb2e0ccca0bd6bb86f4225965aab435c89b098e3b976 -SIZE (mrdoob-three.js-r130_GH0.tar.gz) = 275488904 +TIMESTAMP = 1627661857 +SHA256 (mrdoob-three.js-r131_GH0.tar.gz) = a38e49afa265fc7e254adc019c38bd5663542bfdd62ce7a78f509c35ec446cd1 +SIZE (mrdoob-three.js-r131_GH0.tar.gz) = 278799424 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 830a88f1f119..47eda96769af 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -338,6 +338,7 @@ %%WWWDIR%%/renderers/webgl/WebGLCapabilities.js %%WWWDIR%%/renderers/webgl/WebGLClipping.js %%WWWDIR%%/renderers/webgl/WebGLCubeMaps.js +%%WWWDIR%%/renderers/webgl/WebGLCubeUVMaps.js %%WWWDIR%%/renderers/webgl/WebGLExtensions.js %%WWWDIR%%/renderers/webgl/WebGLGeometries.js %%WWWDIR%%/renderers/webgl/WebGLIndexedBufferRenderer.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107301628.16UGSYbn012433>