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
+}