Revision
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

Diff

Modified: trunk/dports/python/py-pyfftw/Portfile (149102 => 149103)


--- 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}
 }