Modified: trunk/dports/python/py-futures/Portfile (104689 => 104690)
--- trunk/dports/python/py-futures/Portfile 2013-03-31 17:11:58 UTC (rev 104689)
+++ trunk/dports/python/py-futures/Portfile 2013-03-31 20:07:52 UTC (rev 104690)
@@ -6,7 +6,7 @@
name py-futures
version 2.1.3
-revision 3
+revision 4
categories-append devel
platforms darwin
license BSD
@@ -28,6 +28,16 @@
distname futures-${version}
if {$subport != $name} {
+ post-extract {
+ fs-traverse item ${worksrcpath} {
+ if {[file isdirectory ${item}]} {
+ file attributes ${item} -permissions a+rx
+ } elseif {[file isfile ${item}]} {
+ file attributes ${item} -permissions a+r
+ }
+ }
+ }
+
livecheck.type none
} else {
livecheck.type regex