diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-11 14:47:13 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-11 14:47:13 +0000 |
commit | e20bbea618463b437c3414d37e614de05fb17a8d (patch) | |
tree | 8d9a2b8c0efd45b6f4fd1a658c28d334c88f4e9e /math | |
parent | graphics/xli: Fix bad absolute symlinks (diff) |
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version.
Diffstat (limited to 'math')
-rw-r--r-- | math/ceres-solver/Makefile | 2 | ||||
-rw-r--r-- | math/deal.ii/Makefile | 2 | ||||
-rw-r--r-- | math/saga/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 067d1fc3847f..03eb24af6ead 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index c1162b657747..d09eb4c26772 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -3,7 +3,7 @@ PORTNAME= deal.II DISTVERSIONPREFIX= v DISTVERSION= 9.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/saga/Makefile b/math/saga/Makefile index 4e6e08e4da86..02baac8fa503 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 6.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} |