[87117] trunk/dports/python/py-xlwt/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:57:05 PST 2011


Revision: 87117
          http://trac.macports.org/changeset/87117
Author:   snc at macports.org
Date:     2011-11-10 12:57:04 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-xlwt: fix livecheck

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

Modified: trunk/dports/python/py-xlwt/Portfile
===================================================================
--- trunk/dports/python/py-xlwt/Portfile	2011-11-10 20:56:00 UTC (rev 87116)
+++ trunk/dports/python/py-xlwt/Portfile	2011-11-10 20:57:04 UTC (rev 87117)
@@ -30,6 +30,10 @@
 
 use_zip			yes
 
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/xlwt
-livecheck.regex xlwt (\\d+\\.\\d+\\.\\d+)
+if {$name != $subport} {
+    livecheck.type      none
+} else {
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/xlwt
+    livecheck.regex xlwt (\\d+\\.\\d+\\.\\d+)
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/303d9c69/attachment.html>


More information about the macports-changes mailing list