--- Portfile.orig	2009-09-30 19:42:52.000000000 +0400
+++ Portfile	2009-09-30 20:00:45.000000000 +0400
@@ -4,10 +4,10 @@
 PortGroup       python26 1.0
 
 name            py26-shapely
-version         1.0.12
+version         1.0.13
 categories      python devel
 platforms       darwin
-maintainers     openmaintainer
+maintainers     nomaintainer
 description     Shapely is a Python package for manipulation \
                 and analysis of 2D geospatial geometries
 
@@ -25,12 +25,18 @@
 depends_lib     port:python26 \
                 port:geos
 
-checksums       md5     0122c53ec3ba1c4b805afce43d0aa039 \
-                sha1    f7180a0428f8e7290362e1b4abd088a6c3ba361e \
-                rmd160  06b28ab318456c2a7b27bd1b2a23985da7466f6b
+depends_build   port:py26-setuptools
+
+checksums       md5     90ebe2cd7dc2f11ed903242ab95b4abb \
+                sha1    d27a4fb0007b7bef27a4bc3002ecfe00985586ef \
+                rmd160  9720cca7b9286ce8143c1474a33db66d7756c024
 
 patchfiles      patch-shapely_geos.py
 
 post-patch {
         reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
 }
+
+livecheck.type  regex
+livecheck.url   http://pypi.python.org/pypi/Shapely/
+livecheck.regex "<h1>Shapely (\[0-9\](\\.\[0-9\]+)*)</h1>"

