Date: Fri, 25 Mar 2022 19:15:16 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: 95f5c0b053e5 - main - www/threejs: upgrade to r139 Message-ID: <202203251915.22PJFGsq080552@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=95f5c0b053e5acdbfd39eb2090e7afba20d85565 commit 95f5c0b053e5acdbfd39eb2090e7afba20d85565 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-03-25 18:46:33 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-03-25 19:15:09 +0000 www/threejs: upgrade to r139 Release notes at <https://github.com/mrdoob/three.js/releases/tag/r139>. --- 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 03bd8088aa81..ffd9ac089d02 100644 --- a/www/threejs/Makefile +++ b/www/threejs/Makefile @@ -1,7 +1,7 @@ # Created by: thierry@pompo.net PORTNAME= three.js -PORTVERSION= 138 +PORTVERSION= 139 DISTVERSIONPREFIX= r CATEGORIES= www diff --git a/www/threejs/distinfo b/www/threejs/distinfo index e01604b1ecd3..f60529a28a55 100644 --- a/www/threejs/distinfo +++ b/www/threejs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645724002 -SHA256 (mrdoob-three.js-r138_GH0.tar.gz) = 47dd6077dc683333493301bbd16402c2ec6b709616f535cdf04427f50012f4d7 -SIZE (mrdoob-three.js-r138_GH0.tar.gz) = 311183503 +TIMESTAMP = 1648233332 +SHA256 (mrdoob-three.js-r139_GH0.tar.gz) = cb4891584fdb929450ef64b1b7a16ad1058e4f8e2cbc8fb2275a1542f9b73461 +SIZE (mrdoob-three.js-r139_GH0.tar.gz) = 311201756 diff --git a/www/threejs/pkg-plist b/www/threejs/pkg-plist index 3caace615e8e..6be4f4dfb405 100644 --- a/www/threejs/pkg-plist +++ b/www/threejs/pkg-plist @@ -63,6 +63,7 @@ %%WWWDIR%%/extras/curves/QuadraticBezierCurve3.js %%WWWDIR%%/extras/curves/SplineCurve.js %%WWWDIR%%/geometries/BoxGeometry.js +%%WWWDIR%%/geometries/CapsuleGeometry.js %%WWWDIR%%/geometries/CircleGeometry.js %%WWWDIR%%/geometries/ConeGeometry.js %%WWWDIR%%/geometries/CylinderGeometry.js @@ -148,6 +149,7 @@ %%WWWDIR%%/math/Box2.js %%WWWDIR%%/math/Box3.js %%WWWDIR%%/math/Color.js +%%WWWDIR%%/math/ColorManagement.js %%WWWDIR%%/math/Cylindrical.js %%WWWDIR%%/math/Euler.js %%WWWDIR%%/math/Frustum.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251915.22PJFGsq080552>