most recent changes, diff for py-curl
Index: python/py-curl/Portfile
--- python/py-curl/Portfile (revision 34561)
+++ python/py-curl/Portfile (revision 34562)
@@ -5,6 +5,7 @@
name py-curl
version 7.16.4
+revision 1
categories python net devel
maintainers mww
description python interface to libcurl
@@ -28,6 +29,12 @@
destroot.args ${build.args}
+post-destroot {
+ file delete -force ${destroot}${prefix}/share/doc/${name}
+ file rename ${destroot}${prefix}/share/doc/pycurl \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
livecheck.check regex
livecheck.url ${homepage}
livecheck.regex PYCURL (\[0-9\\.\]+)