Index: head/science/highfive/Makefile =================================================================== --- head/science/highfive/Makefile (revision 529151) +++ head/science/highfive/Makefile (revision 529152) @@ -1,35 +1,34 @@ # $FreeBSD$ PORTNAME= highfive DISTVERSIONPREFIX= v -DISTVERSION= 2.1.1 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org COMMENT= Header-only C++ HDF5 interface LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${LOCALBASE}/include/boost/multi_array.hpp:devel/boost-libs \ ${LOCALBASE}/include/xtensor/xtensor.hpp:math/xtensor USES= cmake eigen:3,run USE_GITHUB= yes GH_ACCOUNT= BlueBrain GH_PROJECT= HighFive CMAKE_OFF= USE_BOOST HIGHFIVE_UNIT_TESTS HIGHFIVE_EXAMPLES NO_BUILD= yes NO_ARCH= yes do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DHIGHFIVE_UNIT_TESTS:BOOL=ON -DUSE_BOOST=ON -DUSE_EIGEN:BOOL=ON -DUSE_XTENSOR=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Index: head/science/highfive/distinfo =================================================================== --- head/science/highfive/distinfo (revision 529151) +++ head/science/highfive/distinfo (revision 529152) @@ -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 Index: head/science/highfive/pkg-plist =================================================================== --- head/science/highfive/pkg-plist (revision 529151) +++ head/science/highfive/pkg-plist (revision 529152) @@ -1,41 +1,47 @@ include/highfive/H5Attribute.hpp include/highfive/H5DataSet.hpp include/highfive/H5DataSpace.hpp include/highfive/H5DataType.hpp include/highfive/H5Easy.hpp include/highfive/H5Exception.hpp include/highfive/H5File.hpp 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 include/highfive/bits/H5Exception_misc.hpp include/highfive/bits/H5FileDriver_misc.hpp include/highfive/bits/H5File_misc.hpp include/highfive/bits/H5Group_misc.hpp include/highfive/bits/H5Iterables_misc.hpp 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 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