Revision: 80007 http://trac.macports.org/changeset/80007 Author: eborisch@macports.org Date: 2011-07-01 11:00:57 -0700 (Fri, 01 Jul 2011) Log Message: ----------- py2[567]-h5py: Add livecheck regex Modified Paths: -------------- trunk/dports/python/py25-h5py/Portfile trunk/dports/python/py26-h5py/Portfile trunk/dports/python/py27-h5py/Portfile Modified: trunk/dports/python/py25-h5py/Portfile =================================================================== --- trunk/dports/python/py25-h5py/Portfile 2011-07-01 10:35:19 UTC (rev 80006) +++ trunk/dports/python/py25-h5py/Portfile 2011-07-01 18:00:57 UTC (rev 80007) @@ -40,3 +40,5 @@ port:hdf5-18 \ port:py25-cython +livecheck.regex {h5py-(\d+(?:\.\d+)*).tar.gz} + Modified: trunk/dports/python/py26-h5py/Portfile =================================================================== --- trunk/dports/python/py26-h5py/Portfile 2011-07-01 10:35:19 UTC (rev 80006) +++ trunk/dports/python/py26-h5py/Portfile 2011-07-01 18:00:57 UTC (rev 80007) @@ -40,3 +40,5 @@ port:hdf5-18 \ port:py26-cython +livecheck.regex {h5py-(\d+(?:\.\d+)*).tar.gz} + Modified: trunk/dports/python/py27-h5py/Portfile =================================================================== --- trunk/dports/python/py27-h5py/Portfile 2011-07-01 10:35:19 UTC (rev 80006) +++ trunk/dports/python/py27-h5py/Portfile 2011-07-01 18:00:57 UTC (rev 80007) @@ -40,3 +40,5 @@ port:hdf5-18 \ port:py27-cython +livecheck.regex {h5py-(\d+(?:\.\d+)*).tar.gz} +
participants (1)
-
eborisch@macports.org