[103935] trunk/dports/python/py-x2go/Portfile

cal at macports.org cal at macports.org
Sun Mar 10 04:53:17 PDT 2013


Revision: 103935
          https://trac.macports.org/changeset/103935
Author:   cal at macports.org
Date:     2013-03-10 04:53:17 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
py-x2go: add livecheck

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

Modified: trunk/dports/python/py-x2go/Portfile
===================================================================
--- trunk/dports/python/py-x2go/Portfile	2013-03-10 11:48:22 UTC (rev 103934)
+++ trunk/dports/python/py-x2go/Portfile	2013-03-10 11:53:17 UTC (rev 103935)
@@ -26,3 +26,11 @@
 
 python.versions     27 31 32
 python.default_version 27
+
+if {${subport} != ${name}} {
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${master_sites}
+    livecheck.regex "python-x2go-(\\d+(?:\\.\\d)*)[quotemeta ${extract.suffix}]<"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/691ba055/attachment-0001.html>


More information about the macports-changes mailing list