From owner-dev-commits-ports-all@freebsd.org Wed Apr 14 18:10:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 673D65E35F7; Wed, 14 Apr 2021 18:10:27 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL9W70xjXz3pWt; Wed, 14 Apr 2021 18:10:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D38972232C; Wed, 14 Apr 2021 18:10:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13EIAQwX028744; Wed, 14 Apr 2021 18:10:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EIAQeQ028743; Wed, 14 Apr 2021 18:10:26 GMT (envelope-from git) Date: Wed, 14 Apr 2021 18:10:26 GMT Message-Id: <202104141810.13EIAQeQ028743@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e70dd4a33390 - main - math/xtensor: Update 0.23.4 -> 0.23.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e70dd4a33390426511e4cef997e0f07c2433d8f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 18:10:27 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e70dd4a33390426511e4cef997e0f07c2433d8f4 commit e70dd4a33390426511e4cef997e0f07c2433d8f4 Author: Yuri Victorovich AuthorDate: 2021-04-14 17:05:17 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-14 18:10:20 +0000 math/xtensor: Update 0.23.4 -> 0.23.5 Reported by: portscout --- math/xtensor/Makefile | 2 +- math/xtensor/distinfo | 6 +++--- math/xtensor/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index aa963e76d9bd..b52d5e51fb18 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtensor -DISTVERSION= 0.23.4 +DISTVERSION= 0.23.5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo index c034a47c2d13..5ae31baca2ee 100644 --- a/math/xtensor/distinfo +++ b/math/xtensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617914772 -SHA256 (xtensor-stack-xtensor-0.23.4_GH0.tar.gz) = c8377f8ec995762c89dea2fdf4ac06b53ba491a6f0df3421c4719355e42425d2 -SIZE (xtensor-stack-xtensor-0.23.4_GH0.tar.gz) = 1173465 +TIMESTAMP = 1618417659 +SHA256 (xtensor-stack-xtensor-0.23.5_GH0.tar.gz) = 0811011e448628f0dfa6ebb5e3f76dc7bf6a15ee65ea9c5a277b12ea976d35bc +SIZE (xtensor-stack-xtensor-0.23.5_GH0.tar.gz) = 1174998 diff --git a/math/xtensor/pkg-plist b/math/xtensor/pkg-plist index dc92a121ba4a..5eebacf1a46c 100644 --- a/math/xtensor/pkg-plist +++ b/math/xtensor/pkg-plist @@ -10,6 +10,8 @@ include/xtensor/xbroadcast.hpp include/xtensor/xbuffer_adaptor.hpp include/xtensor/xbuilder.hpp include/xtensor/xchunked_array.hpp +include/xtensor/xchunked_assign.hpp +include/xtensor/xchunked_view.hpp include/xtensor/xcomplex.hpp include/xtensor/xcontainer.hpp include/xtensor/xcsv.hpp