Modified: trunk/dports/python/py-mayavi/Portfile (132597 => 132598)
--- trunk/dports/python/py-mayavi/Portfile 2015-02-05 17:59:54 UTC (rev 132597)
+++ trunk/dports/python/py-mayavi/Portfile 2015-02-05 17:59:56 UTC (rev 132598)
@@ -6,7 +6,7 @@
PortGroup active_variants 1.1
PortGroup github 1.0
-github.setup enthought mayavi 4.3.0
+github.setup enthought mayavi 4.4.0
name py-mayavi
categories-append devel graphics math
@@ -18,8 +18,8 @@
license BSD
platforms darwin
-checksums rmd160 1bec3ad6cc2eea915c80a91e2c97e5fbd4d2641e \
- sha256 d5e0e8f8fad87f0de80d38407362202d299e98e7ea2381b4449479a99a8aa679
+checksums rmd160 fbcc9e0f11917da5485497117b34e0d59a43f6c3 \
+ sha256 a663d52ad895e8805a036e35725a0f7802aa91298a24aff3b1b266cf2aab72c8
python.versions 27
@@ -30,9 +30,9 @@
port:py${python.version}-envisage \
port:py${python.version}-numpy \
port:py${python.version}-traitsui \
- port:vtk5
+ port:vtk
- require_active_variants vtk5 python${python.version}
+ require_active_variants vtk python${python.version}
post-patch {
reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \
@@ -40,9 +40,4 @@
${worksrcpath}/docs/MakefileMayavi \
${worksrcpath}/docs/MakefileTVTK
}
-
- notes \
- "Note that vtk5 must be installed using the same framework (cocoa\
-OR x11/gtk) as that used for the GUI (wxwidgets/wxpython OR\
-qt4/pyqt4)."
}