Revision
122968
Author
sean@macports.org
Date
2014-08-02 14:59:44 -0700 (Sat, 02 Aug 2014)

Log Message

py-scipy: fix livecheck

Modified Paths

Diff

Modified: trunk/dports/python/py-scipy/Portfile (122967 => 122968)


--- trunk/dports/python/py-scipy/Portfile	2014-08-02 21:59:40 UTC (rev 122967)
+++ trunk/dports/python/py-scipy/Portfile	2014-08-02 21:59:44 UTC (rev 122968)
@@ -131,8 +131,8 @@
     livecheck.type          none
 } else {
     livecheck.type          regex
-    livecheck.url           http://sourceforge.net/api/file/index/project-name/scipy/rss
-    livecheck.regex         "scipy\/(\\d+(?:\\.\\d+)*)\]"
+    livecheck.url           http://sourceforge.net/projects/scipy/rss
+    livecheck.regex         scipy-(\[0-9\.\]+)${extract.suffix}/download</guid>
 }
 
 subport py32-scipy {