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

sean at macports.org sean at macports.org
Sat Aug 2 14:59:45 PDT 2014


Revision: 122968
          https://trac.macports.org/changeset/122968
Author:   sean at macports.org
Date:     2014-08-02 14:59:44 -0700 (Sat, 02 Aug 2014)
Log Message:
-----------
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	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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140802/c1de1489/attachment-0001.html>


More information about the macports-changes mailing list