[135500] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri Apr 24 17:05:38 PDT 2015


Revision: 135500
          https://trac.macports.org/changeset/135500
Author:   ryandesign at macports.org
Date:     2015-04-24 17:05:38 -0700 (Fri, 24 Apr 2015)
Log Message:
-----------
gcc43, gcc44, gcc45, gcc46, gcc47, gcc48, gcc49: use same livecheck as gcc5

Modified Paths:
--------------
    trunk/dports/lang/gcc43/Portfile
    trunk/dports/lang/gcc44/Portfile
    trunk/dports/lang/gcc45/Portfile
    trunk/dports/lang/gcc46/Portfile
    trunk/dports/lang/gcc47/Portfile
    trunk/dports/lang/gcc48/Portfile
    trunk/dports/lang/gcc49/Portfile

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc43/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -219,5 +219,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.3/
-livecheck.regex     GCC (4\\.3\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc44/Portfile
===================================================================
--- trunk/dports/lang/gcc44/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc44/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -215,5 +215,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.4/
-livecheck.regex     GCC (4\\.4\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc45/Portfile
===================================================================
--- trunk/dports/lang/gcc45/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc45/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -309,5 +309,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.5/
-livecheck.regex     GCC (4\\.5\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc46/Portfile
===================================================================
--- trunk/dports/lang/gcc46/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc46/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -214,5 +214,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.6/
-livecheck.regex     GCC (4\\.6\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc47/Portfile
===================================================================
--- trunk/dports/lang/gcc47/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc47/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -207,6 +207,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.7/
-livecheck.regex     GCC (4\\.7\\.\[0-9\])
-
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc48/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -194,5 +194,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.8/
-livecheck.regex     GCC (4\\.8\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/

Modified: trunk/dports/lang/gcc49/Portfile
===================================================================
--- trunk/dports/lang/gcc49/Portfile	2015-04-24 22:06:47 UTC (rev 135499)
+++ trunk/dports/lang/gcc49/Portfile	2015-04-25 00:05:38 UTC (rev 135500)
@@ -199,5 +199,5 @@
 configure.universal_args
 
 livecheck.type      regex
-livecheck.url       http://gcc.gnu.org/gcc-4.9/
-livecheck.regex     GCC (4\\.9\\.\[0-9\])
+livecheck.url       http://ftp.gnu.org/gnu/gcc/
+livecheck.regex     gcc-(${major}\\.\[0-9.\]+)/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150424/b5a6f9b8/attachment.html>


More information about the macports-changes mailing list