diff options
author | thierry <thierry@FreeBSD.org> | 2008-08-25 00:41:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-08-25 00:41:54 +0800 |
commit | 9fa8b8b479b9695fba4e4d03c5c53e2b31cfaad0 (patch) | |
tree | 249051109064a9ea929ff4c416e42c972ee4d113 /cad/gmsh/Makefile | |
parent | d997b839c69bfb44a72b655bb900237f476a40c2 (diff) | |
download | freebsd-ports-gnome-9fa8b8b479b9695fba4e4d03c5c53e2b31cfaad0.tar.gz freebsd-ports-gnome-9fa8b8b479b9695fba4e4d03c5c53e2b31cfaad0.tar.zst freebsd-ports-gnome-9fa8b8b479b9695fba4e4d03c5c53e2b31cfaad0.zip |
Upgrade to 2.2.4.
Note: this adds two integrated mesh partitionners, Metis and Chaco;
don't rely to the external ports to avoid conflicts with math/metis-edf
(e.g. when installing Code_aster).
Full changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index af65fccaad7f..4b1f20b50655 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source |