[128184] trunk/dports/python/py-metar/Portfile

petr at macports.org petr at macports.org
Sat Nov 15 16:35:39 PST 2014


Revision: 128184
          https://trac.macports.org/changeset/128184
Author:   petr at macports.org
Date:     2014-11-15 16:35:39 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
py-metar: correct livecheck

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

Modified: trunk/dports/python/py-metar/Portfile
===================================================================
--- trunk/dports/python/py-metar/Portfile	2014-11-16 00:32:56 UTC (rev 128183)
+++ trunk/dports/python/py-metar/Portfile	2014-11-16 00:35:39 UTC (rev 128184)
@@ -26,6 +26,10 @@
 
 python.versions     24 25 26 27
 
-livecheck.type      regex
-livecheck.url       http://schwarzvogel.de/pkgs/ 
-livecheck.regex     {"pymetar-([0-9\.]+)\.tar\.gz"}
+if {${name} ne ${subport}} {
+    livecheck.type      regex
+} else {
+    livecheck.type      regex
+    livecheck.url       http://schwarzvogel.de/pkgs/ 
+    livecheck.regex     {"pymetar-([0-9\.]+)\.tar\.gz"}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/b2d8264f/attachment.html>


More information about the macports-changes mailing list