diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-31 05:35:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-31 05:35:23 +0800 |
commit | 8b3f0aa5c3409fd70d507c1893b80154f3b07b55 (patch) | |
tree | 508acbbd4dc7c4e9b718399a3b28160716962ca1 /cad | |
parent | fb1ba87160bbaeaf1605cc94d27fe89d5b788b1d (diff) | |
download | freebsd-ports-graphics-8b3f0aa5c3409fd70d507c1893b80154f3b07b55.tar.gz freebsd-ports-graphics-8b3f0aa5c3409fd70d507c1893b80154f3b07b55.tar.zst freebsd-ports-graphics-8b3f0aa5c3409fd70d507c1893b80154f3b07b55.zip |
Upgrade to 1.63.0.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 6 | ||||
-rw-r--r-- | cad/gmsh/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index bb9937421c4..44c3fa2675d 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmsh -PORTVERSION= 1.62.0 -PORTREVISION= 1 +PORTVERSION= 1.63.0 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -39,7 +38,6 @@ TETGEN_SRC= predicates.cxx tetgen.cxx tetgen.h WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-fltk-prefix=${X11BASE} \ @@ -54,7 +52,7 @@ MAN1= gmsh.1 .if ${OSVERSION} < 500000 CONFIGURE_ARGS+= --disable-netgen # Problem with Netgen & gcc-295 -BROKEN= "Does not compile with gcc-295" +BROKEN= Does not compile with gcc-295 .endif post-extract: diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo index ba4df8effcb..2da5746db61 100644 --- a/cad/gmsh/distinfo +++ b/cad/gmsh/distinfo @@ -1,3 +1,3 @@ -MD5 (gmsh-1.62.0-source.tgz) = 16d62c80996f3ea3bc8ef43962433b39 -SHA256 (gmsh-1.62.0-source.tgz) = ec235c59af5a86883b1af8c937dae51af9acedb17694880a7603d3e4b93e2242 -SIZE (gmsh-1.62.0-source.tgz) = 2141402 +MD5 (gmsh-1.63.0-source.tgz) = 9513a0bcd9ed71a00d8aa9ef61cfaa3f +SHA256 (gmsh-1.63.0-source.tgz) = 82bb2d2d3eccd3135d99ea668bea24d0fd98fd879f2366ec6851516978af1389 +SIZE (gmsh-1.63.0-source.tgz) = 2116178 |