[106377] trunk/dports/python/py-logbook/Portfile

jmr at macports.org jmr at macports.org
Thu May 23 17:52:47 PDT 2013


Revision: 106377
          https://trac.macports.org/changeset/106377
Author:   jmr at macports.org
Date:     2013-05-23 17:52:47 -0700 (Thu, 23 May 2013)
Log Message:
-----------
py-logbook: disable livecheck in subports

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

Modified: trunk/dports/python/py-logbook/Portfile
===================================================================
--- trunk/dports/python/py-logbook/Portfile	2013-05-24 00:44:29 UTC (rev 106376)
+++ trunk/dports/python/py-logbook/Portfile	2013-05-24 00:52:47 UTC (rev 106377)
@@ -27,8 +27,9 @@
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "Logbook-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "Logbook-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130523/2b3d24d1/attachment.html>


More information about the macports-changes mailing list