Revision: 79769 http://trac.macports.org/changeset/79769 Author: raphael@macports.org Date: 2011-06-25 02:07:25 -0700 (Sat, 25 Jun 2011) Log Message: ----------- libQGLViewer: * update to 2.3.10 * don't override global description of x11 variant Modified Paths: -------------- trunk/dports/graphics/libQGLViewer/Portfile Modified: trunk/dports/graphics/libQGLViewer/Portfile =================================================================== --- trunk/dports/graphics/libQGLViewer/Portfile 2011-06-25 08:10:10 UTC (rev 79768) +++ trunk/dports/graphics/libQGLViewer/Portfile 2011-06-25 09:07:25 UTC (rev 79769) @@ -4,7 +4,7 @@ PortSystem 1.0 name libQGLViewer -version 2.3.9 +version 2.3.10 platforms darwin maintainers raphael openmaintainer license GPL-2+ Commercial @@ -23,14 +23,13 @@ easy to extend. master_sites ${homepage}src/ -checksums md5 a882cb3a8da4ee904a33b46ebb44f905 \ - sha1 687c6a5deb616871adf51dc9d89132fe49321820 \ - rmd160 691077851f1f7852103779ae6457baeeec6e7578 +checksums sha1 80c923ae103f725b9e5a7d343d1b88182dae0ed7 \ + rmd160 4ff77bb9910656a60ae0af35a866a6f757027003 patchfiles patch-QGLViewer.pro.diff \ patch-designerPlugin.pro.diff -variant x11 description {Use X11 for visualization} {} +variant x11 {} if {![variant_isset x11]} { PortGroup qt4 1.0
participants (1)
-
raphael@macports.org