[86887] trunk/dports/python/py-pykerberos/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 10:01:33 PST 2011


Revision: 86887
          http://trac.macports.org/changeset/86887
Author:   ram at macports.org
Date:     2011-11-06 10:01:32 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-pykerberos: don't run livecheck on all subports

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

Modified: trunk/dports/python/py-pykerberos/Portfile
===================================================================
--- trunk/dports/python/py-pykerberos/Portfile	2011-11-06 18:01:01 UTC (rev 86886)
+++ trunk/dports/python/py-pykerberos/Portfile	2011-11-06 18:01:32 UTC (rev 86887)
@@ -35,7 +35,11 @@
   depends_lib-append port:kerberos5
 }
 
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.version  ${my_version}
-livecheck.regex    {(\d+\.\d+\+svn\d+)}
+if {${$name} == ${subport}} {
+  livecheck.type     regex
+  livecheck.url      ${homepage}
+  livecheck.version  ${my_version}
+  livecheck.regex    {(\d+\.\d+\+svn\d+)}
+} else {
+  livecheck.type     none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/da6a2e6e/attachment.html>


More information about the macports-changes mailing list