[92779] trunk/dports/math/fftw-3/Portfile
ram at macports.org
ram at macports.org
Sun May 6 09:48:55 PDT 2012
Revision: 92779
https://trac.macports.org/changeset/92779
Author: ram at macports.org
Date: 2012-05-06 09:48:52 -0700 (Sun, 06 May 2012)
Log Message:
-----------
math/fftw-3: don't run livecheck on subports
Modified Paths:
--------------
trunk/dports/math/fftw-3/Portfile
Modified: trunk/dports/math/fftw-3/Portfile
===================================================================
--- trunk/dports/math/fftw-3/Portfile 2012-05-06 16:17:36 UTC (rev 92778)
+++ trunk/dports/math/fftw-3/Portfile 2012-05-06 16:48:52 UTC (rev 92779)
@@ -269,6 +269,10 @@
configure.args-append --enable-mpi
}
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest}
+if {${name} == ${subport}} {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest}
+} else {
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/04b569e5/attachment-0001.html>
More information about the macports-changes
mailing list