most recent changes, diff for duckytool

Index: www/duckytool/Portfile
--- www/duckytool/Portfile (revision 32737)
+++ www/duckytool/Portfile (revision 32738)
@@ -12,13 +12,17 @@
long_description ducky marries a bunch of web service APIs into \
one tool, conventiently callable from the command \
line. search the web without using a browser.
-homepage http://monkey.org/~jose/wiki/doku.php?id=duckytool
+homepage http://monkey.org/~jose/wiki/doku.php?id=wiki:duckytool

distname ducky-${version}
master_sites http://monkey.org/~jose/software/ducky/
checksums md5 e0d0675ef1bf822e96e38d8fa1eaf98c\
sha1 269c828ae75b0ea532b2dfbf4fbbcd0198316660

+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex ducky-(\[0-9\\\.\]+)\\\.tar\\\.gz
+
post-patch {
reinplace "s|ln -s ducky.py |ln -s ducky.py ${destroot}${prefix}/bin/|" ${worksrcpath}/Makefile
reinplace "s|/usr/bin/env python|${python.bin}|" ${worksrcpath}/ducky.py