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 /science | |
parent | d8956117c1c4a560f6f258daf817c6192d90bac5 (diff) | |
download | freebsd-ports-graphics-5b8e6aab2caa413827f2bdb954b569f87477fda0.tar.gz freebsd-ports-graphics-5b8e6aab2caa413827f2bdb954b569f87477fda0.tar.zst freebsd-ports-graphics-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 'science')
-rw-r--r-- | science/mbdyn/Makefile | 2 | ||||
-rw-r--r-- | science/py-scikit-sparse/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index c721b8c4543..886003333d5 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbdyn PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/ diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile index f0c07abd1b9..e86f4e1b94d 100644 --- a/science/py-scikit-sparse/Makefile +++ b/science/py-scikit-sparse/Makefile @@ -3,6 +3,7 @@ PORTNAME= scikit-sparse DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |