Date: Sun, 27 May 2018 21:45:37 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471009 - in head/math/xtensor: . files Message-ID: <201805272145.w4RLjb1H030475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun May 27 21:45:37 2018 New Revision: 471009 URL: https://svnweb.freebsd.org/changeset/ports/471009 Log: math/xtensor: Update 0.16.0 -> 0.16.2 Reported by: portscout Modified: head/math/xtensor/Makefile head/math/xtensor/distinfo head/math/xtensor/files/patch-CMakeLists.txt Modified: head/math/xtensor/Makefile ============================================================================== --- head/math/xtensor/Makefile Sun May 27 21:45:33 2018 (r471008) +++ head/math/xtensor/Makefile Sun May 27 21:45:37 2018 (r471009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xtensor -DISTVERSION= 0.16.0 +DISTVERSION= 0.16.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/xtensor/distinfo ============================================================================== --- head/math/xtensor/distinfo Sun May 27 21:45:33 2018 (r471008) +++ head/math/xtensor/distinfo Sun May 27 21:45:37 2018 (r471009) @@ -1,5 +1,5 @@ -TIMESTAMP = 1526545877 -SHA256 (QuantStack-xtensor-0.16.0_GH0.tar.gz) = 2ea01524e12da84137e099f497ab7fc2a98e2aaec49011b3ccf5849e225fba2a -SIZE (QuantStack-xtensor-0.16.0_GH0.tar.gz) = 745524 +TIMESTAMP = 1527457024 +SHA256 (QuantStack-xtensor-0.16.2_GH0.tar.gz) = 411c8d62194e3f90f318a5455ed7f5af8f9f27a54dae502aa07186f5d971f4e9 +SIZE (QuantStack-xtensor-0.16.2_GH0.tar.gz) = 746919 SHA256 (QuantStack-xtl-0.4.9_GH0.tar.gz) = 587251bb7787b7dd05a2d432712bb2a7f05411155c61a9bc4a0f69c7b4e85dc3 SIZE (QuantStack-xtl-0.4.9_GH0.tar.gz) = 81044 Modified: head/math/xtensor/files/patch-CMakeLists.txt ============================================================================== --- head/math/xtensor/files/patch-CMakeLists.txt Sun May 27 21:45:33 2018 (r471008) +++ head/math/xtensor/files/patch-CMakeLists.txt Sun May 27 21:45:37 2018 (r471009) @@ -4,7 +4,7 @@ # Dependencies # ============ --find_package(xtl 0.4.1 REQUIRED) +-find_package(xtl 0.4.9 REQUIRED) +#find_package(xtl 0.4.1 REQUIRED) -message(STATUS "Found xtl: ${xtl_INCLUDE_DIRS}/xtl")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805272145.w4RLjb1H030475>