From owner-svn-ports-all@freebsd.org Thu Mar 26 00:14:30 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 22A472685ED; Thu, 26 Mar 2020 00:14:30 +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 48nlpp2YhFz4Wmy; Thu, 26 Mar 2020 00:14:26 +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 3B51524480; Thu, 26 Mar 2020 00:14:18 +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 02Q0EHgx088752; Thu, 26 Mar 2020 00:14:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02Q0EHZl088747; Thu, 26 Mar 2020 00:14:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003260014.02Q0EHZl088747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 26 Mar 2020 00:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529152 - head/science/highfive X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/highfive X-SVN-Commit-Revision: 529152 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: Thu, 26 Mar 2020 00:14:30 -0000 Author: yuri Date: Thu Mar 26 00:14:17 2020 New Revision: 529152 URL: https://svnweb.freebsd.org/changeset/ports/529152 Log: science/highfive: Update 2.1.1 -> 2.2 Reported by: portscout Modified: head/science/highfive/Makefile head/science/highfive/distinfo head/science/highfive/pkg-plist Modified: head/science/highfive/Makefile ============================================================================== --- head/science/highfive/Makefile Thu Mar 26 00:13:36 2020 (r529151) +++ head/science/highfive/Makefile Thu Mar 26 00:14:17 2020 (r529152) @@ -2,8 +2,7 @@ PORTNAME= highfive DISTVERSIONPREFIX= v -DISTVERSION= 2.1.1 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org Modified: head/science/highfive/distinfo ============================================================================== --- head/science/highfive/distinfo Thu Mar 26 00:13:36 2020 (r529151) +++ head/science/highfive/distinfo Thu Mar 26 00:14:17 2020 (r529152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573402535 -SHA256 (BlueBrain-HighFive-v2.1.1_GH0.tar.gz) = 52cffeda0d018f020f48e5460c051d5c2031c3a3c82133a21527f186a0c1650e -SIZE (BlueBrain-HighFive-v2.1.1_GH0.tar.gz) = 82714 +TIMESTAMP = 1585167463 +SHA256 (BlueBrain-HighFive-v2.2_GH0.tar.gz) = fe065f2443e38444100b43999a96916e81a0aa7e500cf768d3bf6f8392b8efee +SIZE (BlueBrain-HighFive-v2.2_GH0.tar.gz) = 101531 Modified: head/science/highfive/pkg-plist ============================================================================== --- head/science/highfive/pkg-plist Thu Mar 26 00:13:36 2020 (r529151) +++ head/science/highfive/pkg-plist Thu Mar 26 00:14:17 2020 (r529152) @@ -9,12 +9,14 @@ include/highfive/H5FileDriver.hpp include/highfive/H5Group.hpp include/highfive/H5Object.hpp include/highfive/H5PropertyList.hpp +include/highfive/H5Reference.hpp include/highfive/H5Selection.hpp include/highfive/H5Utility.hpp include/highfive/bits/H5Annotate_traits.hpp include/highfive/bits/H5Annotate_traits_misc.hpp include/highfive/bits/H5Attribute_misc.hpp include/highfive/bits/H5Converter_misc.hpp +include/highfive/bits/H5ConverterEigen_misc.hpp include/highfive/bits/H5DataSet_misc.hpp include/highfive/bits/H5DataType_misc.hpp include/highfive/bits/H5Dataspace_misc.hpp @@ -27,10 +29,13 @@ include/highfive/bits/H5Node_traits.hpp include/highfive/bits/H5Node_traits_misc.hpp include/highfive/bits/H5Object_misc.hpp include/highfive/bits/H5PropertyList_misc.hpp +include/highfive/bits/H5ReadWrite_misc.hpp +include/highfive/bits/H5Reference_misc.hpp include/highfive/bits/H5Selection_misc.hpp include/highfive/bits/H5Slice_traits.hpp include/highfive/bits/H5Slice_traits_misc.hpp include/highfive/bits/H5Utils.hpp +include/highfive/bits/H5_definitions.hpp include/highfive/h5easy_bits/H5Easy_Eigen.hpp include/highfive/h5easy_bits/H5Easy_misc.hpp include/highfive/h5easy_bits/H5Easy_scalar.hpp @@ -38,4 +43,5 @@ include/highfive/h5easy_bits/H5Easy_vector.hpp include/highfive/h5easy_bits/H5Easy_xtensor.hpp share/HighFive/CMake/HighFiveConfig.cmake share/HighFive/CMake/HighFiveConfigVersion.cmake +share/HighFive/CMake/HighFiveTargetDeps.cmake share/HighFive/CMake/HighFiveTargets.cmake