most recent changes, diff for py-do

Index: python/py-dot/Portfile
--- python/py-dot/Portfile (revision 34408)
+++ python/py-dot/Portfile (revision 34409)
@@ -4,25 +4,22 @@
PortGroup python24 1.0

name py-dot
-version 0.9.10
+version 1.0.2
categories python graphics
platforms darwin
-maintainers nomaintainer
+maintainers mww
description python module for creating graphs
long_description An interface for creating both directed and non \
directed graphs from Python. Currently all attributes \
implemented in the Dot language are supported (up to \
Graphviz 1.10).

-homepage http://dkbza.org/pydot.html
-master_sites http://dkbza.org/data/
+homepage http://code.google.com/p/pydot/
+master_sites http://pydot.googlecode.com/files/
distname pydot-${version}
-checksums md5 d59609a3b69b19ad018c55d765945baf
+checksums sha1 5959fcc7d91b1c9797d9ed07fc6986eb480f8db5
+patchfiles patch-setup.py.diff

depends_lib-append port:py-parsing
depends_run bin:dot:graphviz

-post-destroot {
- xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
- ${destroot}${prefix}/share/doc/${name}
-}