Revision: 70976 http://trac.macports.org/changeset/70976 Author: ryandesign@macports.org Date: 2010-08-28 17:50:04 -0700 (Sat, 28 Aug 2010) Log Message: ----------- vantages: fix livecheck Modified Paths: -------------- trunk/dports/net/vantages/Portfile Modified: trunk/dports/net/vantages/Portfile =================================================================== --- trunk/dports/net/vantages/Portfile 2010-08-29 00:35:07 UTC (rev 70975) +++ trunk/dports/net/vantages/Portfile 2010-08-29 00:50:04 UTC (rev 70976) @@ -40,5 +40,5 @@ port:sqlite3 livecheck.type regex -livecheck.url ${master_sites} -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.url ${homepage}download.html +livecheck.regex "${name}-(\[0-9.a-d\]+)${extract.suffix}"
participants (1)
-
ryandesign@macports.org