Date: Fri, 17 Apr 2020 05:49:19 +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: r531901 - head/math/xtensor Message-ID: <202004170549.03H5nJFV054869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Apr 17 05:49:19 2020 New Revision: 531901 URL: https://svnweb.freebsd.org/changeset/ports/531901 Log: math/xtensor: Update 0.21.4 -> 0.21.5 Also update WWW. Reported by: portscout Modified: head/math/xtensor/Makefile head/math/xtensor/distinfo head/math/xtensor/pkg-descr head/math/xtensor/pkg-plist Modified: head/math/xtensor/Makefile ============================================================================== --- head/math/xtensor/Makefile Fri Apr 17 05:33:06 2020 (r531900) +++ head/math/xtensor/Makefile Fri Apr 17 05:49:19 2020 (r531901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.21.4 +DISTVERSION= 0.21.5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/xtensor/distinfo ============================================================================== --- head/math/xtensor/distinfo Fri Apr 17 05:33:06 2020 (r531900) +++ head/math/xtensor/distinfo Fri Apr 17 05:49:19 2020 (r531901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583606288 -SHA256 (xtensor-stack-xtensor-0.21.4_GH0.tar.gz) = 143ef2536f1671e1c7c7834de4a040f1694112e23222fcd2ae59b0f5e5124b57 -SIZE (xtensor-stack-xtensor-0.21.4_GH0.tar.gz) = 1142587 +TIMESTAMP = 1587101647 +SHA256 (xtensor-stack-xtensor-0.21.5_GH0.tar.gz) = 30cb896b6686683ddaefb12c98bf1109fdfe666136dd027aba1a1e9aa825c241 +SIZE (xtensor-stack-xtensor-0.21.5_GH0.tar.gz) = 1144111 Modified: head/math/xtensor/pkg-descr ============================================================================== --- head/math/xtensor/pkg-descr Fri Apr 17 05:33:06 2020 (r531900) +++ head/math/xtensor/pkg-descr Fri Apr 17 05:49:19 2020 (r531901) @@ -6,4 +6,4 @@ xtensor provides: * an API following the idioms of the C++ standard library * tools to manipulate array expressions and build upon xtensor -WWW: https://quantstack.net/xtensor +WWW: https://github.com/xtensor-stack/xtensor Modified: head/math/xtensor/pkg-plist ============================================================================== --- head/math/xtensor/pkg-plist Fri Apr 17 05:33:06 2020 (r531900) +++ head/math/xtensor/pkg-plist Fri Apr 17 05:49:19 2020 (r531901) @@ -4,6 +4,7 @@ include/xtensor/xadapt.hpp include/xtensor/xarray.hpp include/xtensor/xassign.hpp include/xtensor/xaxis_iterator.hpp +include/xtensor/xaxis_slice_iterator.hpp include/xtensor/xbroadcast.hpp include/xtensor/xbuffer_adaptor.hpp include/xtensor/xbuilder.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004170549.03H5nJFV054869>