From owner-svn-ports-all@freebsd.org Sat Mar 7 18:41:44 2020 Return-Path: Delivered-To: svn-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 7E83026CCDA; Sat, 7 Mar 2020 18:41:44 +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 48ZYHD1P3Nz3Mvp; Sat, 7 Mar 2020 18:41:44 +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 88614D53D; Sat, 7 Mar 2020 18:41:43 +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 027IfhT4047716; Sat, 7 Mar 2020 18:41:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 027Ifg7O047713; Sat, 7 Mar 2020 18:41:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003071841.027Ifg7O047713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 7 Mar 2020 18:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527961 - head/math/xtensor X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/xtensor X-SVN-Commit-Revision: 527961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2020 18:41:44 -0000 Author: yuri Date: Sat Mar 7 18:41:42 2020 New Revision: 527961 URL: https://svnweb.freebsd.org/changeset/ports/527961 Log: math/xtensor: Update 0.21.3 -> 0.21.4 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 Sat Mar 7 18:32:51 2020 (r527960) +++ head/math/xtensor/Makefile Sat Mar 7 18:41:42 2020 (r527961) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.21.3 +DISTVERSION= 0.21.4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/xtensor/distinfo ============================================================================== --- head/math/xtensor/distinfo Sat Mar 7 18:32:51 2020 (r527960) +++ head/math/xtensor/distinfo Sat Mar 7 18:41:42 2020 (r527961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579767730 -SHA256 (xtensor-stack-xtensor-0.21.3_GH0.tar.gz) = f63c25cafea4bfc268edb26e6f5004a28a2f689e6a852bb3559c553106c8d6bf -SIZE (xtensor-stack-xtensor-0.21.3_GH0.tar.gz) = 1128797 +TIMESTAMP = 1583606288 +SHA256 (xtensor-stack-xtensor-0.21.4_GH0.tar.gz) = 143ef2536f1671e1c7c7834de4a040f1694112e23222fcd2ae59b0f5e5124b57 +SIZE (xtensor-stack-xtensor-0.21.4_GH0.tar.gz) = 1142587 Modified: head/math/xtensor/pkg-plist ============================================================================== --- head/math/xtensor/pkg-plist Sat Mar 7 18:32:51 2020 (r527960) +++ head/math/xtensor/pkg-plist Sat Mar 7 18:41:42 2020 (r527961) @@ -44,6 +44,7 @@ include/xtensor/xoptional_assembly_storage.hpp include/xtensor/xpad.hpp include/xtensor/xrandom.hpp include/xtensor/xreducer.hpp +include/xtensor/xrepeat.hpp include/xtensor/xscalar.hpp include/xtensor/xsemantic.hpp include/xtensor/xshape.hpp