[100039] trunk/dports/python/py-pyfftw/Portfile

aronnax at macports.org aronnax at macports.org
Sat Nov 24 21:19:40 PST 2012


Revision: 100039
          https://trac.macports.org/changeset/100039
Author:   aronnax at macports.org
Date:     2012-11-24 21:19:40 -0800 (Sat, 24 Nov 2012)
Log Message:
-----------
py-pyfftw: fixed livecheck

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

Modified: trunk/dports/python/py-pyfftw/Portfile
===================================================================
--- trunk/dports/python/py-pyfftw/Portfile	2012-11-25 05:16:46 UTC (rev 100038)
+++ trunk/dports/python/py-pyfftw/Portfile	2012-11-25 05:19:40 UTC (rev 100039)
@@ -25,14 +25,14 @@
 python.default_version  27
 
 if {${subport} == ${name}} {
-    livecheck.type      none
+    livecheck.type      regex
+    livecheck.url       {http://pypi.python.org/pypi?:action=doap&name=pyFFTW}
+    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
 } else {
     depends_lib-append  port:py${python.version}-numpy \
                         port:fftw-3 \
                         port:fftw-3-single \
                         port:fftw-3-long
 
-    livecheck.type      regex
-    livecheck.url       {http://pypi.python.org/pypi?:action=doap&name=pyFFTW}
-    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
+    livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121124/d905a1e0/attachment.html>


More information about the macports-changes mailing list