Revision: 68406 http://trac.macports.org/changeset/68406 Author: ryandesign@macports.org Date: 2010-06-02 19:03:48 -0700 (Wed, 02 Jun 2010) Log Message: ----------- msieve: fix livecheck Modified Paths: -------------- trunk/dports/math/msieve/Portfile Modified: trunk/dports/math/msieve/Portfile =================================================================== --- trunk/dports/math/msieve/Portfile 2010-06-03 01:47:58 UTC (rev 68405) +++ trunk/dports/math/msieve/Portfile 2010-06-03 02:03:48 UTC (rev 68406) @@ -54,5 +54,6 @@ set msieve_build_arch x86 } -livecheck.regex {(\d\.\d\d)} - +livecheck.type regex +livecheck.url http://sourceforge.net/projects/${name}/files/ +livecheck.regex {Msieve v([0-9.]+)}