[24641] trunk/dports/cross
source_changes at macosforge.org
source_changes at macosforge.org
Sun Apr 29 02:50:33 PDT 2007
Revision: 24641
http://trac.macosforge.org/projects/macports/changeset/24641
Author: pguyot at kallisys.net
Date: 2007-04-29 02:50:33 -0700 (Sun, 29 Apr 2007)
Log Message:
-----------
Add livecheck to my cross-gcc ports.
Modified Paths:
--------------
trunk/dports/cross/arm-aout-gcc/Portfile
trunk/dports/cross/arm-elf-gcc/Portfile
trunk/dports/cross/arm-elf-gcc3/Portfile
trunk/dports/cross/arm-rtems-gcc/Portfile
trunk/dports/cross/avr-gcc/Portfile
trunk/dports/cross/i386-elf-gcc/Portfile
trunk/dports/cross/i386-rtems-gcc/Portfile
trunk/dports/cross/i960-rtems-gcc/Portfile
trunk/dports/cross/m68k-elf-gcc/Portfile
trunk/dports/cross/m68k-rtems-gcc/Portfile
trunk/dports/cross/mips-elf-gcc/Portfile
trunk/dports/cross/mips-rtems-gcc/Portfile
trunk/dports/cross/powerpc-rtems-gcc/Portfile
trunk/dports/cross/sh-rtems-gcc/Portfile
trunk/dports/cross/sparc-rtems-gcc/Portfile
Modified: trunk/dports/cross/arm-aout-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-aout-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/arm-aout-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -205,3 +205,7 @@
file rename "${destroot}/${prefix}/share/man/man1/jv-scan.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-jv-scan.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/arm-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/arm-elf-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -325,3 +325,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/arm-elf-gcc3/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc3/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/arm-elf-gcc3/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -259,3 +259,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-3.*/">GCC (3.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/arm-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/arm-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -196,3 +196,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/avr-gcc/Portfile
===================================================================
--- trunk/dports/cross/avr-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/avr-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -232,3 +232,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/i386-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-elf-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/i386-elf-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -250,3 +250,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/i386-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/i386-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -197,3 +197,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/i960-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/i960-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -196,3 +196,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/m68k-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-elf-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/m68k-elf-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -256,3 +256,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/m68k-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/m68k-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -197,3 +197,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/mips-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-elf-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/mips-elf-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -250,3 +250,7 @@
xinstall -c "${workpath}/build/gcc/xgcc" \
"${destroot}/${prefix}/bin/${crossgcc-target}-gcc-${version}"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/mips-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/mips-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -197,3 +197,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/powerpc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/powerpc-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/powerpc-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -197,3 +197,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/sh-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sh-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/sh-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -196,3 +196,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
Modified: trunk/dports/cross/sparc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sparc-rtems-gcc/Portfile 2007-04-29 09:44:21 UTC (rev 24640)
+++ trunk/dports/cross/sparc-rtems-gcc/Portfile 2007-04-29 09:50:33 UTC (rev 24641)
@@ -196,3 +196,7 @@
file rename "${destroot}/${prefix}/share/man/man1/gcov.1" \
"${destroot}/${prefix}/share/man/man1/${crossgcc-target}-gcov.1"
}
+
+livecheck.check regex
+livecheck.url http://gcc.gnu.org/releases.html
+livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td> <td>.*</td></tr>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070429/e4de713a/attachment.html
More information about the macports-changes
mailing list