most recent changes, diff for py-async
Index: python/py-async/Portfile
--- python/py-async/Portfile (revision 30957)
+++ python/py-async/Portfile (revision 30958)
@@ -22,12 +22,11 @@
patch {
file mkdir ${worksrcpath}/PyAsync
- cd ${worksrcpath}
- file rename dnsthread.py PyAsync
- file rename error_object.py PyAsync
- file rename name_services.py PyAsync
- file rename network_engine.py PyAsync
- system "touch ${worksrcpath}/PyAsync/__init__.py"
+ file rename ${worksrcpath}/dnsthread.py ${worksrcpath}/PyAsync
+ file rename ${worksrcpath}/error_object.py ${worksrcpath}/PyAsync
+ file rename ${worksrcpath}/name_services.py ${worksrcpath}/PyAsync
+ file rename ${worksrcpath}/network_engine.py ${worksrcpath}/PyAsync
+ touch ${worksrcpath}/PyAsync/__init__.py
file copy ${filespath}/setup.py ${worksrcpath}
reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
}