Modified: trunk/dports/python/py-vobject/Portfile (107426 => 107427)
--- trunk/dports/python/py-vobject/Portfile 2013-06-28 15:06:16 UTC (rev 107426)
+++ trunk/dports/python/py-vobject/Portfile 2013-06-28 16:31:23 UTC (rev 107427)
@@ -5,6 +5,7 @@
PortGroup python 1.0
name py-vobject
+set realname vobject
license Apache
version 0.8.1c
platforms darwin
@@ -20,7 +21,7 @@
homepage http://vobject.skyhouseconsulting.com/
master_sites http://vobject.skyhouseconsulting.com/
-distname vobject-${version}
+distname ${realname}-${version}
checksums md5 c9686dd74d39fdae140890d9c694c076 \
sha1 97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf
@@ -47,3 +48,7 @@
${destroot}${docdir}
}
}
+
+livecheck.type regex
+livecheck.url https://pypi.python.org/pypi/${realname}
+livecheck.regex "${realname} (\\d+(?:\\.\\d)*\[a-z\]*)"