Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 11:17:02 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556328 - head/www/threejs
Message-ID:  <202011261117.0AQBH3lV077177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Thu Nov 26 11:17:02 2020
New Revision: 556328
URL: https://svnweb.freebsd.org/changeset/ports/556328

Log:
  Upgrade to r123.
  
  Release notes at <https://github.com/mrdoob/three.js/releases/tag/r123>.

Modified:
  head/www/threejs/Makefile
  head/www/threejs/distinfo
  head/www/threejs/pkg-plist

Modified: head/www/threejs/Makefile
==============================================================================
--- head/www/threejs/Makefile	Thu Nov 26 11:12:50 2020	(r556327)
+++ head/www/threejs/Makefile	Thu Nov 26 11:17:02 2020	(r556328)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	three.js
-PORTVERSION=	122
+PORTVERSION=	123
 DISTVERSIONPREFIX=	r
 CATEGORIES=	www
 

Modified: head/www/threejs/distinfo
==============================================================================
--- head/www/threejs/distinfo	Thu Nov 26 11:12:50 2020	(r556327)
+++ head/www/threejs/distinfo	Thu Nov 26 11:17:02 2020	(r556328)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603974085
-SHA256 (mrdoob-three.js-r122_GH0.tar.gz) = eeed366444ff521cfa0f3f97a33dea6adefb8a3111617dc1599df83722bcd56a
-SIZE (mrdoob-three.js-r122_GH0.tar.gz) = 276169985
+TIMESTAMP = 1606382464
+SHA256 (mrdoob-three.js-r123_GH0.tar.gz) = d9fc720b4bc8ce10e8b88156a6fdb1c008db2d247253c8c4196c88f12e160843
+SIZE (mrdoob-three.js-r123_GH0.tar.gz) = 279061394

Modified: head/www/threejs/pkg-plist
==============================================================================
--- head/www/threejs/pkg-plist	Thu Nov 26 11:12:50 2020	(r556327)
+++ head/www/threejs/pkg-plist	Thu Nov 26 11:17:02 2020	(r556328)
@@ -88,6 +88,8 @@
 %%WWWDIR%%/core/Raycaster.js
 %%WWWDIR%%/core/Uniform.d.ts
 %%WWWDIR%%/core/Uniform.js
+%%WWWDIR%%/extras/DataUtils.d.ts
+%%WWWDIR%%/extras/DataUtils.js
 %%WWWDIR%%/extras/Earcut.js
 %%WWWDIR%%/extras/ImageUtils.d.ts
 %%WWWDIR%%/extras/ImageUtils.js



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011261117.0AQBH3lV077177>