Modified: trunk/dports/python/py26-routes/Portfile (61031 => 61032)
--- trunk/dports/python/py26-routes/Portfile 2009-11-30 14:27:27 UTC (rev 61031)
+++ trunk/dports/python/py26-routes/Portfile 2009-11-30 14:31:10 UTC (rev 61032)
@@ -7,9 +7,12 @@
name py26-routes
version 1.10.3
categories-append www
+
maintainers stromnov openmaintainer
+
description A Routing package for Python that matches \
URLs to dicts and vice versa.
+
long_description Routes is a Python re-implementation of the \
Rails routes system for mapping URLs to \
Controllers/Actions and generating URLs. \
@@ -26,3 +29,7 @@
checksums md5 03e2d9f2f6a1b7f9e4cfc3a3866e513f \
sha1 3f7a8653b14a5d0ea39112c42c1e4d7247aa4bbb \
rmd160 ae6e5a0fea262eb81e6e01052efe9dc307a8f47b
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "Routes-(\\d+(?:\\.\\d+)*)${extract.suffix}"