Revision: 73997 http://trac.macports.org/changeset/73997 Author: eborisch@macports.org Date: 2010-12-01 14:23:39 -0800 (Wed, 01 Dec 2010) Log Message: ----------- py27-h5py: Change detect.py patch to match upstream fix. http://code.google.com/p/h5py/source/detail?spec=svn655&r=655 ; no revbump -- no need to re-install. Modified Paths: -------------- trunk/dports/python/py27-h5py/files/patch-detect.py.diff Modified: trunk/dports/python/py27-h5py/files/patch-detect.py.diff =================================================================== --- trunk/dports/python/py27-h5py/files/patch-detect.py.diff 2010-12-01 22:23:21 UTC (rev 73996) +++ trunk/dports/python/py27-h5py/files/patch-detect.py.diff 2010-12-01 22:23:39 UTC (rev 73997) @@ -1,11 +1,10 @@ ---- detect.py.orig 2010-10-10 15:53:12.000000000 +0200 -+++ detect.py 2010-10-10 15:55:05.000000000 +0200 -@@ -9,7 +9,7 @@ +--- detect.py.orig 2010-03-14 23:49:55.000000000 -0500 ++++ detect.py 2010-12-01 16:11:49.000000000 -0600 +@@ -9,7 +9,6 @@ """ from distutils import ccompiler - from distutils.core import CompileError, LinkError -+ from distutils.errors import CompileError, LinkError import subprocess cc = ccompiler.new_compiler()
participants (1)
-
eborisch@macports.org