diff options
Diffstat (limited to 'math/mumps4/Makefile')
-rw-r--r-- | math/mumps4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile index 50c892143d5e..72ab350a3fbf 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -1,6 +1,6 @@ PORTNAME= mumps4 PORTVERSION= 4.10.0 # Please do not upgrade to 5+: use math/mumps -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ @@ -10,7 +10,7 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE |