[86883] trunk/dports/python/py-m2crypto/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 09:59:22 PST 2011


Revision: 86883
          http://trac.macports.org/changeset/86883
Author:   ram at macports.org
Date:     2011-11-06 09:59:22 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-m2crypto: don't run livecheck on all subports

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

Modified: trunk/dports/python/py-m2crypto/Portfile
===================================================================
--- trunk/dports/python/py-m2crypto/Portfile	2011-11-06 17:58:48 UTC (rev 86882)
+++ trunk/dports/python/py-m2crypto/Portfile	2011-11-06 17:59:22 UTC (rev 86883)
@@ -41,7 +41,10 @@
     }
   }
 }
-
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    M2Crypto-(\[0-9\\.\]+)\.tar\.gz
+if {${name} == ${subport}} {
+  livecheck.type     regex
+  livecheck.url      ${homepage}
+  livecheck.regex    M2Crypto-(\[0-9\\.\]+)\.tar\.gz
+} else {
+  livecheck.type     none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/fb317a29/attachment.html>


More information about the macports-changes mailing list