[77770] trunk/dports/python

ram at macports.org ram at macports.org
Mon Apr 11 21:02:31 PDT 2011


Revision: 77770
          http://trac.macports.org/changeset/77770
Author:   ram at macports.org
Date:     2011-04-11 21:02:31 -0700 (Mon, 11 Apr 2011)
Log Message:
-----------
python/py2{5.6,7}-numpy: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-numpy/Portfile
    trunk/dports/python/py26-numpy/Portfile
    trunk/dports/python/py27-numpy/Portfile

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2011-04-12 03:50:08 UTC (rev 77769)
+++ trunk/dports/python/py25-numpy/Portfile	2011-04-12 04:02:31 UTC (rev 77770)
@@ -132,5 +132,5 @@
 }
 
 livecheck.type        regex
-livecheck.url         http://sourceforge.net/projects/numpy/files/
-livecheck.regex       {numpy-(\d+(\.\d+)*)\.tar}
+livecheck.url         http://www.scipy.org
+livecheck.regex       {NumPy (\d+(\.\d+)*) released}

Modified: trunk/dports/python/py26-numpy/Portfile
===================================================================
--- trunk/dports/python/py26-numpy/Portfile	2011-04-12 03:50:08 UTC (rev 77769)
+++ trunk/dports/python/py26-numpy/Portfile	2011-04-12 04:02:31 UTC (rev 77770)
@@ -169,6 +169,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://sourceforge.net/projects/numpy/files/
-livecheck.regex "files\/NumPy\/(\\d+(?:\\.\\d+)*)\/numpy"
+livecheck.type        regex
+livecheck.url         http://www.scipy.org
+livecheck.regex       {NumPy (\d+(\.\d+)*) released}

Modified: trunk/dports/python/py27-numpy/Portfile
===================================================================
--- trunk/dports/python/py27-numpy/Portfile	2011-04-12 03:50:08 UTC (rev 77769)
+++ trunk/dports/python/py27-numpy/Portfile	2011-04-12 04:02:31 UTC (rev 77770)
@@ -168,6 +168,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   http://sourceforge.net/projects/numpy/files/
-livecheck.regex "files\/NumPy\/(\\d+(?:\\.\\d+)*)\/numpy"
+livecheck.type        regex
+livecheck.url         http://www.scipy.org
+livecheck.regex       {NumPy (\d+(\.\d+)*) released}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110411/fffe0ca1/attachment-0001.html>


More information about the macports-changes mailing list