[24563] trunk/dports/lang/gcc42/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 04:37:31 PDT 2007


Revision: 24563
          http://trac.macosforge.org/projects/macports/changeset/24563
Author:   mww at macports.org
Date:     2007-04-28 04:37:30 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
fix livecheck (test for prerelease directories)

Modified Paths:
--------------
    trunk/dports/lang/gcc42/Portfile

Modified: trunk/dports/lang/gcc42/Portfile
===================================================================
--- trunk/dports/lang/gcc42/Portfile	2007-04-28 10:08:58 UTC (rev 24562)
+++ trunk/dports/lang/gcc42/Portfile	2007-04-28 11:37:30 UTC (rev 24563)
@@ -93,10 +93,10 @@
 				--with-ar=${prefix}/bin/odar
 }
 
-# for the BETA snapshots, use regex on the ftp url
+# test for new prerelease directories on http mirror
 livecheck.check	regex
-livecheck.url	ftp://gcc.gnu.org/pub/gcc/snapshots/
-livecheck.regex	LATEST-4.2 -> (4.2-\[0-9\]+)
+livecheck.url	http://gcc-uk.internet.bs/?C=M&O=D
+livecheck.regex	prerelease-(4.2.0-\[0-9\]+)/
 #livecheck.check	moddate
 #livecheck.url	http://gcc.gnu.org/gcc-4.2/
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/cd93a082/attachment.html


More information about the macports-changes mailing list