Revision: 121482 https://trac.macports.org/changeset/121482 Author: g5pw@macports.org Date: 2014-06-26 14:09:38 -0700 (Thu, 26 Jun 2014) Log Message: ----------- msp430 suite: disable livecheck Modified Paths: -------------- trunk/dports/cross/msp430-binutils/Portfile trunk/dports/cross/msp430-binutils-devel/Portfile trunk/dports/cross/msp430-gcc/Portfile trunk/dports/cross/msp430-gcc-devel/Portfile trunk/dports/cross/msp430-gdb/Portfile trunk/dports/cross/msp430-gdb-devel/Portfile trunk/dports/cross/msp430-libc/Portfile trunk/dports/cross/msp430-libc-devel/Portfile Modified: trunk/dports/cross/msp430-binutils/Portfile =================================================================== --- trunk/dports/cross/msp430-binutils/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-binutils/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -35,3 +35,5 @@ --with-mpc-include=${prefix}/include \ --with-mpc-lib=${prefix}/lib \ --disable-werror + +livecheck.type none Modified: trunk/dports/cross/msp430-binutils-devel/Portfile =================================================================== --- trunk/dports/cross/msp430-binutils-devel/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-binutils-devel/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -31,3 +31,5 @@ configure.args-append \ --disable-werror + +livecheck.type none Modified: trunk/dports/cross/msp430-gcc/Portfile =================================================================== --- trunk/dports/cross/msp430-gcc/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-gcc/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -42,3 +42,5 @@ depends_run port:msp430mcu patch.pre_args -p1 + +livecheck.type none Modified: trunk/dports/cross/msp430-gcc-devel/Portfile =================================================================== --- trunk/dports/cross/msp430-gcc-devel/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-gcc-devel/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -48,3 +48,5 @@ # TODO: Why? Ticket URL? compiler.blacklist *clang* + +livecheck.type none Modified: trunk/dports/cross/msp430-gdb/Portfile =================================================================== --- trunk/dports/cross/msp430-gdb/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-gdb/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -57,4 +57,4 @@ file delete -force "${destroot}/${prefix}/share/locale" } -livecheck.regex "gdb-((?!.*gdb.*|\\${extract.suffix}).*)\\${extract.suffix}" +livecheck.type none Modified: trunk/dports/cross/msp430-gdb-devel/Portfile =================================================================== --- trunk/dports/cross/msp430-gdb-devel/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-gdb-devel/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -58,4 +58,4 @@ file delete -force "${destroot}/${prefix}/share/locale" } -livecheck.regex "${name_package}-((?!.*${name_package}.*|\\${extract.suffix}).*)\\${extract.suffix}" +livecheck.type none Modified: trunk/dports/cross/msp430-libc/Portfile =================================================================== --- trunk/dports/cross/msp430-libc/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-libc/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -51,6 +51,4 @@ destroot.env PREFIX=${destroot}${prefix} -livecheck.type regex -livecheck.url http://sourceforge.net/projects/mspgcc/files/${name}/ -livecheck.regex "${name}-((?!.*${name}.*|\\${extract.suffix}).*)\\${extract.suffix}" +livecheck.type none Modified: trunk/dports/cross/msp430-libc-devel/Portfile =================================================================== --- trunk/dports/cross/msp430-libc-devel/Portfile 2014-06-26 21:00:18 UTC (rev 121481) +++ trunk/dports/cross/msp430-libc-devel/Portfile 2014-06-26 21:09:38 UTC (rev 121482) @@ -44,6 +44,4 @@ file delete ${destroot}${prefix}bin/msp430-addr2line } -livecheck.type regex -livecheck.url http://sourceforge.net/projects/mspgcc/files/${name_package}/ -livecheck.regex "${name_package}-((?!.*${name_package}.*|\\${extract.suffix}).*)\\${extract.suffix}" +livecheck.type none
participants (1)
-
g5pw@macports.org