[109654] trunk/dports/python/py-jubatus-client/Portfile

hum at macports.org hum at macports.org
Mon Aug 19 07:32:50 PDT 2013


Revision: 109654
          https://trac.macports.org/changeset/109654
Author:   hum at macports.org
Date:     2013-08-19 07:32:50 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
py-jubatus-client: fix livecheck.url.

Modified Paths:
--------------
    trunk/dports/python/py-jubatus-client/Portfile

Modified: trunk/dports/python/py-jubatus-client/Portfile
===================================================================
--- trunk/dports/python/py-jubatus-client/Portfile	2013-08-19 14:32:03 UTC (rev 109653)
+++ trunk/dports/python/py-jubatus-client/Portfile	2013-08-19 14:32:50 UTC (rev 109654)
@@ -31,6 +31,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${master_sites}
+    livecheck.url       [lindex ${master_sites} 0]
     livecheck.regex     "${real_name}-(\\d+(?:\\.\\d+)*(-p\\d+)?)${extract.suffix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/23218e2a/attachment.html>


More information about the macports-changes mailing list