Revision: 67169 http://trac.macports.org/changeset/67169 Author: eborisch@macports.org Date: 2010-04-30 07:39:39 -0700 (Fri, 30 Apr 2010) Log Message: ----------- py26-h5py: Force rebuild with numpy 1.4.1 [66900] and permissions issues. Update maintainer info. Merges in [67122:67168/users/eborisch/python/py26-h5py/Portfile] Modified Paths: -------------- trunk/dports/python/py26-h5py/Portfile Property Changed: ---------------- trunk/dports/python/py26-h5py/Portfile Modified: trunk/dports/python/py26-h5py/Portfile =================================================================== --- trunk/dports/python/py26-h5py/Portfile 2010-04-30 14:30:51 UTC (rev 67168) +++ trunk/dports/python/py26-h5py/Portfile 2010-04-30 14:39:39 UTC (rev 67169) @@ -6,9 +6,10 @@ name py26-h5py version 1.3.0 +revision 1 platforms darwin categories python -maintainers ieee.org:eborisch \ +maintainers macports.org:eborisch \ openmaintainer description Python Module for working with HDF5 files @@ -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}" +} + Property changes on: trunk/dports/python/py26-h5py/Portfile ___________________________________________________________________ Added: svn:mergeinfo + /users/eborisch/python/py26-h5py/Portfile:67122-67168
participants (1)
-
eborisch@macports.org