[89132] trunk/dports/python/py-flask/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 19 12:58:42 PST 2012


Revision: 89132
          http://trac.macports.org/changeset/89132
Author:   ryandesign at macports.org
Date:     2012-01-19 12:58:42 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
py-flask: livecheck only in the stub port

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

Modified: trunk/dports/python/py-flask/Portfile
===================================================================
--- trunk/dports/python/py-flask/Portfile	2012-01-19 20:57:48 UTC (rev 89131)
+++ trunk/dports/python/py-flask/Portfile	2012-01-19 20:58:42 UTC (rev 89132)
@@ -27,8 +27,10 @@
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-jinja2 \
                         port:py${python.version}-werkzeug
+    
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.regex     Flask-(\[0-9.\]+)${extract.suffix}
 }
-
-livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     Flask-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/5a237334/attachment.html>


More information about the macports-changes mailing list