[87114] trunk/dports/python/py-igraph/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:54:59 PST 2011


Revision: 87114
          http://trac.macports.org/changeset/87114
Author:   snc at macports.org
Date:     2011-11-10 12:54:58 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-igraph: fix livecheck

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

Modified: trunk/dports/python/py-igraph/Portfile
===================================================================
--- trunk/dports/python/py-igraph/Portfile	2011-11-10 20:54:24 UTC (rev 87113)
+++ trunk/dports/python/py-igraph/Portfile	2011-11-10 20:54:58 UTC (rev 87114)
@@ -38,8 +38,10 @@
         reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.cfg
         reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/setup.py
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "python-igraph-(\\d+\\.\\d+(\\.\\d+)?)"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "python-igraph-(\\d+\\.\\d+(\\.\\d+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/f002509b/attachment.html>


More information about the macports-changes mailing list