Revision: 100305 https://trac.macports.org/changeset/100305 Author: cal@macports.org Date: 2012-12-07 16:22:31 -0800 (Fri, 07 Dec 2012) Log Message: ----------- gtk3: fix livecheck Modified Paths: -------------- trunk/dports/gnome/gtk3/Portfile Modified: trunk/dports/gnome/gtk3/Portfile =================================================================== --- trunk/dports/gnome/gtk3/Portfile 2012-12-07 21:55:09 UTC (rev 100304) +++ trunk/dports/gnome/gtk3/Portfile 2012-12-08 00:22:31 UTC (rev 100305) @@ -219,5 +219,5 @@ livecheck.type regex -livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/${real_name}/${branch}/ -livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} +livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/${real_name}/cache.json +livecheck.regex {LATEST-IS-(\d+\.\d*[02468](?:\.\d+)*)}