Revision
91453
Author
stromnov@macports.org
Date
2012-04-02 06:41:56 -0700 (Mon, 02 Apr 2012)

Log Message

py-geoalchemy: add livecheck

Modified Paths

Diff

Modified: trunk/dports/python/py-geoalchemy/Portfile (91452 => 91453)


--- trunk/dports/python/py-geoalchemy/Portfile	2012-04-02 13:41:16 UTC (rev 91452)
+++ trunk/dports/python/py-geoalchemy/Portfile	2012-04-02 13:41:56 UTC (rev 91453)
@@ -40,3 +40,7 @@
                     port:py${python.version}-sqlalchemy \
                     port:py${python.version}-psycopg2
 }
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "GeoAlchemy-(\\d+(?:\\.\\d+)*)${extract.suffix}"