From owner-svn-ports-head@freebsd.org Fri Apr 17 05:49:20 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 699EA2AAE80; Fri, 17 Apr 2020 05:49:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493QC41xmxz4bSV; Fri, 17 Apr 2020 05:49:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3935F1D857; Fri, 17 Apr 2020 05:49:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03H5nKEP054875; Fri, 17 Apr 2020 05:49:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03H5nJFV054869; Fri, 17 Apr 2020 05:49:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004170549.03H5nJFV054869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 17 Apr 2020 05:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531901 - head/math/xtensor X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/xtensor X-SVN-Commit-Revision: 531901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2020 05:49:20 -0000 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