Revision
68406
Author
ryandesign@macports.org
Date
2010-06-02 19:03:48 -0700 (Wed, 02 Jun 2010)

Log Message

msieve: fix livecheck

Modified Paths

Diff

Modified: trunk/dports/math/msieve/Portfile (68405 => 68406)


--- 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.]+)}