[107150] trunk/dports/python/py-beaker/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 13:53:44 PDT 2013


Revision: 107150
          https://trac.macports.org/changeset/107150
Author:   jmr at macports.org
Date:     2013-06-19 13:53:44 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-beaker: disable livecheck in subports

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

Modified: trunk/dports/python/py-beaker/Portfile
===================================================================
--- trunk/dports/python/py-beaker/Portfile	2013-06-19 20:48:20 UTC (rev 107149)
+++ trunk/dports/python/py-beaker/Portfile	2013-06-19 20:53:44 UTC (rev 107150)
@@ -41,8 +41,9 @@
 
 if {$name != $subport} {
     depends_lib-append  port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "Beaker-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "Beaker-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/05737b98/attachment.html>


More information about the macports-changes mailing list