From owner-svn-ports-head@freebsd.org Sun Oct 4 19:54:31 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 8477D431D04; Sun, 4 Oct 2020 19:54:31 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C4Dvq1gCpz49h1; Sun, 4 Oct 2020 19:54:31 +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 1CB079BB0; Sun, 4 Oct 2020 19:54:31 +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 094JsUpo068412; Sun, 4 Oct 2020 19:54:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 094JsU0B068408; Sun, 4 Oct 2020 19:54:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010041954.094JsU0B068408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 4 Oct 2020 19:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551449 - head/math/xtensor X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/xtensor X-SVN-Commit-Revision: 551449 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.33 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: Sun, 04 Oct 2020 19:54:31 -0000 Author: yuri Date: Sun Oct 4 19:54:30 2020 New Revision: 551449 URL: https://svnweb.freebsd.org/changeset/ports/551449 Log: math/xtensor: Update 0.21.6 -> 0.21.7 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 Sun Oct 4 19:53:43 2020 (r551448) +++ head/math/xtensor/Makefile Sun Oct 4 19:54:30 2020 (r551449) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.21.6 +DISTVERSION= 0.21.7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/xtensor/distinfo ============================================================================== --- head/math/xtensor/distinfo Sun Oct 4 19:53:43 2020 (r551448) +++ head/math/xtensor/distinfo Sun Oct 4 19:54:30 2020 (r551449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601609280 -SHA256 (xtensor-stack-xtensor-0.21.6_GH0.tar.gz) = 7f634cc5d531992c96c310ea57ec5bca012391259e1b1d1da977e5a94783f09b -SIZE (xtensor-stack-xtensor-0.21.6_GH0.tar.gz) = 1166413 +TIMESTAMP = 1601832155 +SHA256 (xtensor-stack-xtensor-0.21.7_GH0.tar.gz) = 03c517c1614fcef667150f436b387626d00c65bdd11c55a5da36e29cf849bfc0 +SIZE (xtensor-stack-xtensor-0.21.7_GH0.tar.gz) = 1167740 Modified: head/math/xtensor/pkg-plist ============================================================================== --- head/math/xtensor/pkg-plist Sun Oct 4 19:53:43 2020 (r551448) +++ head/math/xtensor/pkg-plist Sun Oct 4 19:54:30 2020 (r551449) @@ -68,6 +68,7 @@ include/xtensor/xview_utils.hpp include/xtensor/zarray.hpp include/xtensor/zarray_impl.hpp include/xtensor/zdispatcher.hpp +include/xtensor/zdispatching_types.hpp include/xtensor/zfunction.hpp include/xtensor/zmath.hpp lib/cmake/xtensor/xtensorConfig.cmake