Revision: 72958 http://trac.macports.org/changeset/72958 Author: jmr@macports.org Date: 2010-10-30 13:37:43 -0700 (Sat, 30 Oct 2010) Log Message: ----------- k3dsurf: update to 0.6.2 (fixes #19239) Modified Paths: -------------- trunk/dports/math/k3dsurf/Portfile Modified: trunk/dports/math/k3dsurf/Portfile =================================================================== --- trunk/dports/math/k3dsurf/Portfile 2010-10-30 20:26:02 UTC (rev 72957) +++ trunk/dports/math/k3dsurf/Portfile 2010-10-30 20:37:43 UTC (rev 72958) @@ -1,8 +1,9 @@ # $Id$ PortSystem 1.0 + name k3dsurf -version 0.5.3 +version 0.6.2 categories math graphics science maintainers nomaintainer description Multidimensional surface visualizer @@ -12,11 +13,13 @@ POV-Ray in the area of parametric surfaces. platforms darwin +supported_archs i386 ppc homepage http://k3dsurf.sourceforge.net/ master_sites sourceforge -checksums md5 21101394945588551fefb5f62063f523 +checksums md5 a7328ffde8453bb8c9977e46eaa170e6 \ + sha1 6e63885cbdd174dc0d9828bf0fc3723461ffb58e depends_lib port:qt3-mac @@ -27,8 +30,7 @@ build.env QTDIR=${prefix} destroot { - xinstall -m 755 -d ${destroot}/Applications/MacPorts + xinstall -m 755 -d ${destroot}${applications_dir} file copy ${worksrcpath}/bin/k3dsurf.app \ - ${destroot}/Applications/MacPorts + ${destroot}${applications_dir} } -
participants (1)
-
jmr@macports.org