[115631] trunk/dports/python/py-webob/Portfile

stromnov at macports.org stromnov at macports.org
Tue Jan 7 01:16:17 PST 2014


Revision: 115631
          https://trac.macports.org/changeset/115631
Author:   stromnov at macports.org
Date:     2014-01-07 01:16:17 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
py-webob: fix livecheck

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

Modified: trunk/dports/python/py-webob/Portfile
===================================================================
--- trunk/dports/python/py-webob/Portfile	2014-01-07 09:15:48 UTC (rev 115630)
+++ trunk/dports/python/py-webob/Portfile	2014-01-07 09:16:17 UTC (rev 115631)
@@ -39,4 +39,10 @@
         checksums           rmd160 39284620aee3dc7e4063fb36a6298f25d3d7d6e9 \
                             sha256 21f3a2ecea66129b20ba757fafa087af8ba85e413c77972accdeb56a50f1eff6
     }
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {WebOb-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/15f8a41c/attachment.html>


More information about the macports-changes mailing list