[86931] trunk/dports/python/py-scipy/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 23:56:50 PST 2011


Revision: 86931
          http://trac.macports.org/changeset/86931
Author:   ram at macports.org
Date:     2011-11-06 23:56:49 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-scipy: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-scipy/Portfile

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2011-11-07 07:53:28 UTC (rev 86930)
+++ trunk/dports/python/py-scipy/Portfile	2011-11-07 07:56:49 UTC (rev 86931)
@@ -121,8 +121,8 @@
 
 if {${name} == ${subport}} {
     livecheck.type          regex
-    livecheck.url           http://sourceforge.net/projects/scipy/files/
-    livecheck.regex         "files\/scipy\/(\\d+(?:\\.\\d+)*)\/scipy"
+    livecheck.url           http://sourceforge.net/api/file/index/project-name/scipy/rss
+    livecheck.regex         "scipy\/(\\d+(?:\\.\\d+)*)\]"
 } else {
     livecheck.type          none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/4f72d143/attachment-0001.html>


More information about the macports-changes mailing list