diff options
author | yuri <yuri@FreeBSD.org> | 2018-01-11 15:17:33 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-01-11 15:17:33 +0800 |
commit | 5c1fc52189c11dfb7e0887e3c9b7ccbb34bfa2cc (patch) | |
tree | eacac6df3ec61f0b76276abdd0d7875a8246ee80 /math | |
parent | 04d385d9bfdecb86f1a06e4f3f4df784ac909f99 (diff) | |
download | freebsd-ports-gnome-5c1fc52189c11dfb7e0887e3c9b7ccbb34bfa2cc.tar.gz freebsd-ports-gnome-5c1fc52189c11dfb7e0887e3c9b7ccbb34bfa2cc.tar.zst freebsd-ports-gnome-5c1fc52189c11dfb7e0887e3c9b7ccbb34bfa2cc.zip |
math/adept: Update to 2.0.4
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13846
Diffstat (limited to 'math')
-rw-r--r-- | math/adept/Makefile | 3 | ||||
-rw-r--r-- | math/adept/distinfo | 6 | ||||
-rw-r--r-- | math/adept/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/adept/Makefile b/math/adept/Makefile index 66c62d355c98..1a133f589a3a 100644 --- a/math/adept/Makefile +++ b/math/adept/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= adept -DISTVERSION= 2.0.3 -PORTREVISION= 1 +DISTVERSION= 2.0.4 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ diff --git a/math/adept/distinfo b/math/adept/distinfo index b556ed6e0c14..a42a88fdb869 100644 --- a/math/adept/distinfo +++ b/math/adept/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514262452 -SHA256 (adept-2.0.3.tar.gz) = c1b9c2907774ec39d9f336ae38b226893c7e86e64410c85ea965c855111381c6 -SIZE (adept-2.0.3.tar.gz) = 652609 +TIMESTAMP = 1515625544 +SHA256 (adept-2.0.4.tar.gz) = 5743b523c2cb7e9eaac602dc742c2d956ca437f9bb128bf574afffc2abf137fb +SIZE (adept-2.0.4.tar.gz) = 659085 diff --git a/math/adept/pkg-plist b/math/adept/pkg-plist index bfddad41309c..bdc72e0edc60 100644 --- a/math/adept/pkg-plist +++ b/math/adept/pkg-plist @@ -37,6 +37,7 @@ include/adept/scalar_shortcuts.h include/adept/settings.h include/adept/solve.h include/adept/spread.h +include/adept/store_transpose.h include/adept/traits.h include/adept/vector_utilities.h include/adept/where.h |