Revision: 120656 https://trac.macports.org/changeset/120656 Author: mf2k@macports.org Date: 2014-06-04 13:12:42 -0700 (Wed, 04 Jun 2014) Log Message: ----------- openscad: Update to version 2014.03. (#42781) Modified Paths: -------------- trunk/dports/science/openscad/Portfile Removed Paths: ------------- trunk/dports/science/openscad/files/ Modified: trunk/dports/science/openscad/Portfile =================================================================== --- trunk/dports/science/openscad/Portfile 2014-06-04 20:01:25 UTC (rev 120655) +++ trunk/dports/science/openscad/Portfile 2014-06-04 20:12:42 UTC (rev 120656) @@ -5,8 +5,7 @@ PortGroup qt4 1.0 name openscad -version 2013.06 -revision 1 +version 2014.03 license GPL-2 categories science maintainers mf2k openmaintainer @@ -35,14 +34,12 @@ platforms darwin homepage http://www.openscad.org/ -master_sites googlecode +master_sites http://files.openscad.org distfiles ${distname}.src${extract.suffix} -checksums rmd160 f5c923999570081307e96b8d6c7944c8d07608fb \ - sha256 f277a8c3e6a548272f95279e50de6d4a6d73552775ab7a33c7f837c8e59173df +checksums rmd160 ea55d3d5e467e528654d5e98f5f149e10181a371 \ + sha256 865fdc637a3ceb0678d35e88995411d8e70e8a7937625d7ede147a1570a561c3 -patchfiles patch-stl-utils.cc.diff - depends_build-append \ port:bison \ port:flex @@ -54,12 +51,15 @@ port:mpfr \ port:OpenCSG +compiler.blacklist *gcc* + configure.env-append \ OPENSCAD_LIBRARIES=${prefix} configure.cmd ${qt_qmake_cmd} configure.pre_args PREFIX=${prefix} VERSION=${version} CONFIG-=debug openscad.pro +configure.args -spec unsupported/macx-clang -use_parallel_build no +use_parallel_build yes post-destroot { # The install location is wrong so we have to move the files to the expected places @@ -90,4 +90,3 @@ file delete ${destroot}${prefix}/share/applications/openscad.desktop file delete ${destroot}${prefix}/share/pixmaps/openscad.png } -
participants (1)
-
mf2k@macports.org