Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 03:33:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550896 - head/math/xtensor
Message-ID:  <202010020333.0923XAP9041598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Oct  2 03:33:09 2020
New Revision: 550896
URL: https://svnweb.freebsd.org/changeset/ports/550896

Log:
  math/xtensor: Update 0.21.5 -> 0.21.6
  
  Reported by:	portscout

Modified:
  head/math/xtensor/Makefile
  head/math/xtensor/distinfo
  head/math/xtensor/pkg-plist

Modified: head/math/xtensor/Makefile
==============================================================================
--- head/math/xtensor/Makefile	Fri Oct  2 03:24:34 2020	(r550895)
+++ head/math/xtensor/Makefile	Fri Oct  2 03:33:09 2020	(r550896)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xtensor
-DISTVERSION=	0.21.5
+DISTVERSION=	0.21.6
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/xtensor/distinfo
==============================================================================
--- head/math/xtensor/distinfo	Fri Oct  2 03:24:34 2020	(r550895)
+++ head/math/xtensor/distinfo	Fri Oct  2 03:33:09 2020	(r550896)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587101647
-SHA256 (xtensor-stack-xtensor-0.21.5_GH0.tar.gz) = 30cb896b6686683ddaefb12c98bf1109fdfe666136dd027aba1a1e9aa825c241
-SIZE (xtensor-stack-xtensor-0.21.5_GH0.tar.gz) = 1144111
+TIMESTAMP = 1601609280
+SHA256 (xtensor-stack-xtensor-0.21.6_GH0.tar.gz) = 7f634cc5d531992c96c310ea57ec5bca012391259e1b1d1da977e5a94783f09b
+SIZE (xtensor-stack-xtensor-0.21.6_GH0.tar.gz) = 1166413

Modified: head/math/xtensor/pkg-plist
==============================================================================
--- head/math/xtensor/pkg-plist	Fri Oct  2 03:24:34 2020	(r550895)
+++ head/math/xtensor/pkg-plist	Fri Oct  2 03:33:09 2020	(r550896)
@@ -1,3 +1,4 @@
+include/xtensor.hpp
 include/xtensor/xaccessible.hpp
 include/xtensor/xaccumulator.hpp
 include/xtensor/xadapt.hpp
@@ -48,6 +49,7 @@ include/xtensor/xreducer.hpp
 include/xtensor/xrepeat.hpp
 include/xtensor/xscalar.hpp
 include/xtensor/xsemantic.hpp
+include/xtensor/xset_operation.hpp
 include/xtensor/xshape.hpp
 include/xtensor/xslice.hpp
 include/xtensor/xsort.hpp
@@ -63,6 +65,11 @@ include/xtensor/xutils.hpp
 include/xtensor/xvectorize.hpp
 include/xtensor/xview.hpp
 include/xtensor/xview_utils.hpp
+include/xtensor/zarray.hpp
+include/xtensor/zarray_impl.hpp
+include/xtensor/zdispatcher.hpp
+include/xtensor/zfunction.hpp
+include/xtensor/zmath.hpp
 lib/cmake/xtensor/xtensorConfig.cmake
 lib/cmake/xtensor/xtensorConfigVersion.cmake
 lib/cmake/xtensor/xtensorTargets.cmake



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