Date: Sun, 4 Aug 2013 22:27:56 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324253 - head/cad/gmsh Message-ID: <201308042227.r74MRupL020316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sun Aug 4 22:27:55 2013 New Revision: 324253 URL: http://svnweb.freebsd.org/changeset/ports/324253 Log: - Update to 2.8.2. Modified: head/cad/gmsh/Makefile head/cad/gmsh/distinfo head/cad/gmsh/pkg-plist Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sun Aug 4 21:02:19 2013 (r324252) +++ head/cad/gmsh/Makefile Sun Aug 4 22:27:55 2013 (r324253) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -PORTVERSION= 2.7.1 -PORTREVISION= 2 +PORTVERSION= 2.8.2 CATEGORIES= cad MASTER_SITES= http://www.geuz.org/gmsh/src/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Sun Aug 4 21:02:19 2013 (r324252) +++ head/cad/gmsh/distinfo Sun Aug 4 22:27:55 2013 (r324253) @@ -1,4 +1,4 @@ -SHA256 (gmsh/gmsh-2.7.1-source.tgz) = 3ec750bcb7be6153db06caff80f654c3e7dcd04a7157d80be13ae9c51dc23eca -SIZE (gmsh/gmsh-2.7.1-source.tgz) = 8182026 +SHA256 (gmsh/gmsh-2.8.2-source.tgz) = 0b3bd9fc2144dac36240a6ecfe4d367b0ef0a852653e7d088ebcb56970124fa1 +SIZE (gmsh/gmsh-2.8.2-source.tgz) = 8325766 SHA256 (gmsh/manual.pdf) = 8a682ee7f02380f52d5efdde5f9f9d8e927a4f4eb29287a878c1016225568911 SIZE (gmsh/manual.pdf) = 206713 Modified: head/cad/gmsh/pkg-plist ============================================================================== --- head/cad/gmsh/pkg-plist Sun Aug 4 21:02:19 2013 (r324252) +++ head/cad/gmsh/pkg-plist Sun Aug 4 22:27:55 2013 (r324253) @@ -2,8 +2,8 @@ bin/gmsh bin/onelab.py %%STATIC_LIB%%lib/libGmsh.a %%SHARED_LIB%%lib/libGmsh.so -%%SHARED_LIB%%lib/libGmsh.so.2.7 -%%SHARED_LIB%%lib/libGmsh.so.2.7.1 +%%SHARED_LIB%%lib/libGmsh.so.2.8 +%%SHARED_LIB%%lib/libGmsh.so.2.8.2 include/gmsh/CGNSOptions.h include/gmsh/Cell.h include/gmsh/CellComplex.h @@ -11,6 +11,7 @@ include/gmsh/Chain.h include/gmsh/ChainComplex.h include/gmsh/ColorTable.h include/gmsh/Context.h +include/gmsh/ElementType.h include/gmsh/GEdge.h include/gmsh/GEdgeCompound.h include/gmsh/GEdgeLoop.h @@ -28,6 +29,7 @@ include/gmsh/Gmsh.h include/gmsh/GmshConfig.h include/gmsh/GmshDefines.h include/gmsh/GmshMessage.h +include/gmsh/GmshSocket.h include/gmsh/GmshVersion.h include/gmsh/Homology.h include/gmsh/Integration3D.h @@ -73,6 +75,7 @@ include/gmsh/SVector3.h include/gmsh/StringUtils.h include/gmsh/VertexArray.h include/gmsh/Voronoi3D.h +include/gmsh/bezierBasis.h include/gmsh/boundaryLayersData.h include/gmsh/cartesian.h include/gmsh/crossConfTerm.h @@ -110,6 +113,8 @@ include/gmsh/meshPartition.h include/gmsh/meshPartitionOptions.h include/gmsh/mpz.h include/gmsh/nodalBasis.h +include/gmsh/onelab.h +include/gmsh/onelabUtils.h include/gmsh/orthogonalTerm.h include/gmsh/partitionEdge.h include/gmsh/periodical.h @@ -167,6 +172,7 @@ include/gmsh/yamakawa.h %%PORTDOCS%%%%DOCSDIR%%/tutorial/t13.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t13_data.msh %%PORTDOCS%%%%DOCSDIR%%/tutorial/t14.geo +%%PORTDOCS%%%%DOCSDIR%%/tutorial/t15.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t2.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t3.geo %%PORTDOCS%%%%DOCSDIR%%/tutorial/t4.geo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308042227.r74MRupL020316>