Revision: 80008 http://trac.macports.org/changeset/80008 Author: eborisch@macports.org Date: 2011-07-01 11:04:21 -0700 (Fri, 01 Jul 2011) Log Message: ----------- py2[567]-pydicom: Add livecheck regex Modified Paths: -------------- trunk/dports/python/py25-pydicom/Portfile trunk/dports/python/py26-pydicom/Portfile trunk/dports/python/py27-pydicom/Portfile Modified: trunk/dports/python/py25-pydicom/Portfile =================================================================== --- trunk/dports/python/py25-pydicom/Portfile 2011-07-01 18:00:57 UTC (rev 80007) +++ trunk/dports/python/py25-pydicom/Portfile 2011-07-01 18:04:21 UTC (rev 80008) @@ -41,3 +41,5 @@ depends_lib-append port:py25-numpy +livecheck.regex {pydicom-(\d+(?:\.\d+)*).tar.gz} + Modified: trunk/dports/python/py26-pydicom/Portfile =================================================================== --- trunk/dports/python/py26-pydicom/Portfile 2011-07-01 18:00:57 UTC (rev 80007) +++ trunk/dports/python/py26-pydicom/Portfile 2011-07-01 18:04:21 UTC (rev 80008) @@ -41,3 +41,5 @@ depends_lib-append port:py26-numpy +livecheck.regex {pydicom-(\d+(?:\.\d+)*).tar.gz} + Modified: trunk/dports/python/py27-pydicom/Portfile =================================================================== --- trunk/dports/python/py27-pydicom/Portfile 2011-07-01 18:00:57 UTC (rev 80007) +++ trunk/dports/python/py27-pydicom/Portfile 2011-07-01 18:04:21 UTC (rev 80008) @@ -41,3 +41,5 @@ depends_lib-append port:py27-numpy +livecheck.regex {pydicom-(\d+(?:\.\d+)*).tar.gz} +