most recent changes, diff for pgp5

Index: aqua/SSHKeychain/Portfile
--- aqua/SSHKeychain/Portfile (revision 38119)
+++ aqua/SSHKeychain/Portfile (revision 38120)
@@ -48,3 +48,11 @@
xcode.build.settings-append ARCHS=${arch}
xcode.destroot.settings-append ARCHS=${arch}
}
+
+post-destroot {
+ fs-traverse dir ${destroot} {
+ if {[file isdirectory ${dir}]} {
+ file attributes ${dir} -permissions u+w
+ }
+ }
+}