aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-05-28 05:45:37 +0800
committeryuri <yuri@FreeBSD.org>2018-05-28 05:45:37 +0800
commit94f41624a8560a8bbcb3cfcf084ab1eedca595fa (patch)
tree1a3ce6e13a16195aa6be9452622def2b20c25011
parent3ed08a8b88bd1080e764b83d28b4f6f79966aa6b (diff)
downloadfreebsd-ports-graphics-94f41624a8560a8bbcb3cfcf084ab1eedca595fa.tar.gz
freebsd-ports-graphics-94f41624a8560a8bbcb3cfcf084ab1eedca595fa.tar.zst
freebsd-ports-graphics-94f41624a8560a8bbcb3cfcf084ab1eedca595fa.zip
math/xtensor: Update 0.16.0 -> 0.16.2
Reported by: portscout
-rw-r--r--math/xtensor/Makefile2
-rw-r--r--math/xtensor/distinfo6
-rw-r--r--math/xtensor/files/patch-CMakeLists.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile
index 363de4bc15b..9880da017c4 100644
--- a/math/xtensor/Makefile
+++ b/math/xtensor/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xtensor
-DISTVERSION= 0.16.0
+DISTVERSION= 0.16.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo
index 3c78c01515b..4097c887be9 100644
--- a/math/xtensor/distinfo
+++ b/math/xtensor/distinfo
@@ -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
diff --git a/math/xtensor/files/patch-CMakeLists.txt b/math/xtensor/files/patch-CMakeLists.txt
index e4c09cbfc6d..356f538cbca 100644
--- a/math/xtensor/files/patch-CMakeLists.txt
+++ b/math/xtensor/files/patch-CMakeLists.txt
@@ -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")