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

petr at macports.org petr at macports.org
Sat Nov 15 17:16:03 PST 2014


Revision: 128189
          https://trac.macports.org/changeset/128189
Author:   petr at macports.org
Date:     2014-11-15 17:16:03 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
py-metar: livecheck, correct error in r128184

Revision Links:
--------------
    https://trac.macports.org/changeset/128184

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

Modified: trunk/dports/python/py-metar/Portfile
===================================================================
--- trunk/dports/python/py-metar/Portfile	2014-11-16 01:06:43 UTC (rev 128188)
+++ trunk/dports/python/py-metar/Portfile	2014-11-16 01:16:03 UTC (rev 128189)
@@ -27,9 +27,9 @@
 python.versions     24 25 26 27
 
 if {${name} ne ${subport}} {
-    livecheck.type      regex
+    livecheck.type  none
 } else {
-    livecheck.type      regex
-    livecheck.url       http://schwarzvogel.de/pkgs/ 
-    livecheck.regex     {"pymetar-([0-9\.]+)\.tar\.gz"}
+    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/6a5fd874/attachment.html>


More information about the macports-changes mailing list