Ticket #36193: patch-Portfile.diff
File patch-Portfile.diff, 520 bytes (added by lpsinger (Leo Singer), 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name py-httplib2 7 7 version 2-0.7.6 8 revision 1 8 9 categories python devel net 9 10 license MIT 10 11 platforms darwin … … 30 31 } else { 31 32 livecheck.type none 32 33 } 34 35 # Starting with version 0.7.6, the httplib2 tarball has the world-readable 36 # permissions bit cleared on all files. 37 post-extract { 38 system "chmod -R o+r ${worksrcpath}" 39 }