Revision: 149103 https://trac.macports.org/changeset/149103 Author: aronnax@macports.org Date: 2016-05-30 06:33:11 -0700 (Mon, 30 May 2016) Log Message: ----------- py-pyfftw: fix livecheck Modified Paths: -------------- trunk/dports/python/py-pyfftw/Portfile Modified: trunk/dports/python/py-pyfftw/Portfile =================================================================== --- trunk/dports/python/py-pyfftw/Portfile 2016-05-30 12:55:35 UTC (rev 149102) +++ trunk/dports/python/py-pyfftw/Portfile 2016-05-30 13:33:11 UTC (rev 149103) @@ -29,4 +29,7 @@ port:fftw-3-long livecheck.type none +} else { + # Ignore pyfftw repo's tags that have names like like "v0.10.1_docs" + livecheck.regex archive/[join ${github.tag_prefix} ""](\[0-9\.^"\]+)${extract.suffix} }
participants (1)
-
aronnax@macports.org