Revision: 81346 http://trac.macports.org/changeset/81346 Author: jmr@macports.org Date: 2011-07-29 06:12:59 -0700 (Fri, 29 Jul 2011) Log Message: ----------- tiemu3: disable SDL test, update master_sites to avoid redirects Modified Paths: -------------- trunk/dports/math/tiemu3/Portfile Modified: trunk/dports/math/tiemu3/Portfile =================================================================== --- trunk/dports/math/tiemu3/Portfile 2011-07-29 13:08:44 UTC (rev 81345) +++ trunk/dports/math/tiemu3/Portfile 2011-07-29 13:12:59 UTC (rev 81346) @@ -15,7 +15,7 @@ platforms darwin distname tiemu-${version} -master_sites sourceforge:gtktiemu +master_sites sourceforge:project/gtktiemu/tiemu-linux/TiEmu%20${version} use_bzip2 yes checksums md5 3e8240b7d829c6d8168a97b5a5b28521 \ @@ -52,6 +52,7 @@ patch-src_gui_device_c.diff -configure.args-append --without-kde --disable-debugger --disable-gdb +configure.args-append --without-kde --disable-debugger --disable-gdb \ + --disable-sdltest pre-destroot { system "chmod +x ${worksrcpath}/install-sh " }