[135689] trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 14:24:41 PDT 2015


Revision: 135689
          https://trac.macports.org/changeset/135689
Author:   ryandesign at macports.org
Date:     2015-04-29 14:24:41 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
crossgcc-1.0.tcl: fix livecheck (#47602)

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2015-04-29 21:03:21 UTC (rev 135688)
+++ trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2015-04-29 21:24:41 UTC (rev 135689)
@@ -1,6 +1,6 @@
 # $Id$
 #
-# Copyright (c) 2011 The MacPorts Project
+# Copyright (c) 2011-2015 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -206,8 +206,8 @@
         }
 
         livecheck.type  regex
-        livecheck.url   http://gcc.gnu.org/releases.html
-        livecheck.regex {<tr><td><a href="gcc-.*/">GCC (.*)</a></td>   <td>.*</td></tr>}
+        livecheck.url   http://ftp.gnu.org/gnu/gcc/
+        livecheck.regex gcc-(\[0-9\]+\\.\[0-9.\]+)/
     # uplevel
     }
 # crossgcc.setup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/2c0a8633/attachment.html>


More information about the macports-changes mailing list