diff options
author | yuri <yuri@FreeBSD.org> | 2018-04-26 14:41:30 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-04-26 14:41:30 +0800 |
commit | 5b8e6aab2caa413827f2bdb954b569f87477fda0 (patch) | |
tree | b54ef7ccd5dfd3ead2707c200f2e743968ee713a /math/freemat | |
parent | d8956117c1c4a560f6f258daf817c6192d90bac5 (diff) | |
download | freebsd-ports-gnome-5b8e6aab2caa413827f2bdb954b569f87477fda0.tar.gz freebsd-ports-gnome-5b8e6aab2caa413827f2bdb954b569f87477fda0.tar.zst freebsd-ports-gnome-5b8e6aab2caa413827f2bdb954b569f87477fda0.zip |
math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW
Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed library.
PR: 210579
Submitted by: yuri
Submitted by: pfg
Approved by: maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days)
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index ae3f05c77d56..1649d425f243 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 |