[44414] trunk/dports/python/py26-scipy/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 27 21:42:54 PST 2008


Revision: 44414
          http://trac.macports.org/changeset/44414
Author:   mcalhoun at macports.org
Date:     2008-12-27 21:42:53 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
py26-scipy: Change livecheck so it does not find beta software.
Minor whitespace changes.

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

Modified: trunk/dports/python/py26-scipy/Portfile
===================================================================
--- trunk/dports/python/py26-scipy/Portfile	2008-12-28 04:58:04 UTC (rev 44413)
+++ trunk/dports/python/py26-scipy/Portfile	2008-12-28 05:42:53 UTC (rev 44414)
@@ -46,9 +46,9 @@
   reinplace "s|include <\\(umfpack\.*.h\\)>|include <${prefix}/include/ufsparse/\\1>|g" ${worksrcpath}/scipy/linsolve/umfpack/umfpack.i
 }
 
-post-activate { 
-    ui_msg "\n\nWarning: scipy version 0.6.0 is not yet fully functional under python 2.6" 
-    ui_msg "Testing fails: ${prefix}/bin/python2.6 -c 'import scipy; scipy.test()'\n\n" 
+post-activate {
+    ui_msg "\n\nWarning: scipy version 0.6.0 is not yet fully functional under python 2.6"
+    ui_msg "Testing fails: ${prefix}/bin/python2.6 -c 'import scipy; scipy.test()'\n\n"
 }
 
 variant gcc42 conflicts gcc43 description "Use gfortran-mp-4.2 as fortran compiler" {
@@ -72,3 +72,5 @@
 if { ![variant_isset gcc42] && ![variant_isset gcc43] } {
   default_variants      +gcc43
 }
+
+livecheck.regex <title>scipy (\\d+(?:\\.\\d+)*) released.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/b97b1b2a/attachment.html>


More information about the macports-changes mailing list