Revision
67165
Author
eborisch@macports.org
Date
2010-04-30 07:13:19 -0700 (Fri, 30 Apr 2010)

Log Message

Bump revision to force re-build with numpy 1.4.1 [66900]. Fix permissions errors on installed files

Modified Paths

Diff

Modified: users/eborisch/python/py26-h5py/Portfile (67164 => 67165)


--- users/eborisch/python/py26-h5py/Portfile	2010-04-30 13:55:00 UTC (rev 67164)
+++ users/eborisch/python/py26-h5py/Portfile	2010-04-30 14:13:19 UTC (rev 67165)
@@ -6,6 +6,7 @@
 
 name                py26-h5py
 version             1.3.0
+revision            1
 platforms           darwin
 categories          python
 maintainers         ieee.org:eborisch \
@@ -36,3 +37,8 @@
 
 build.cmd-delete    --no-user-cfg
 depends_lib-append  port:py26-numpy port:hdf5-18
+
+post-destroot	{
+                    system "chmod -R a+r ${destroot}${prefix}"
+}
+