Revision
120746
Author
sean@macports.org
Date
2014-06-05 20:55:10 -0700 (Thu, 05 Jun 2014)

Log Message

gmsh-devel: update and turn into subport of gmsh

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/science/gmsh/Portfile (120745 => 120746)


--- trunk/dports/science/gmsh/Portfile	2014-06-06 03:55:03 UTC (rev 120745)
+++ trunk/dports/science/gmsh/Portfile	2014-06-06 03:55:10 UTC (rev 120746)
@@ -46,3 +46,17 @@
     port:mesa \
     port:texinfo \
     port:zlib
+
+subport gmsh-devel {
+    version             2.8.4.${svn.revision}
+    conflicts           gmsh
+
+    fetch.type          svn
+    fetch.user          gmsh
+    fetch.password      gmsh
+    svn.url             https://geuz.org/svn/gmsh/trunk
+    svn.revision        18724
+    svn.method          export
+    svn.post_args       --username ${fetch.user} --password ${fetch.password}
+    worksrcdir          trunk
+}