[87116] trunk/dports/python/py-xlrd/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:56:00 PST 2011


Revision: 87116
          http://trac.macports.org/changeset/87116
Author:   snc at macports.org
Date:     2011-11-10 12:56:00 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-xlrd: fix livecheck

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

Modified: trunk/dports/python/py-xlrd/Portfile
===================================================================
--- trunk/dports/python/py-xlrd/Portfile	2011-11-10 20:55:31 UTC (rev 87115)
+++ trunk/dports/python/py-xlrd/Portfile	2011-11-10 20:56:00 UTC (rev 87116)
@@ -30,8 +30,10 @@
             move ${destroot}${prefix}/bin/runxlrd.py ${destroot}${prefix}/bin/runxlrd.py-2.5
         }
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/xlrd
+    livecheck.regex     xlrd (\\d+\\.\\d+\\.\\d+)
 }
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/xlrd
-livecheck.regex     xlrd (\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/e8d0c851/attachment.html>


More information about the macports-changes mailing list