Revision
122956
Author
sean@macports.org
Date
2014-08-02 14:58:39 -0700 (Sat, 02 Aug 2014)

Log Message

mpich-devel: don't livecheck subports

Modified Paths

Diff

Modified: trunk/dports/science/mpich/Portfile (122955 => 122956)


--- trunk/dports/science/mpich/Portfile	2014-08-02 21:58:35 UTC (rev 122955)
+++ trunk/dports/science/mpich/Portfile	2014-08-02 21:58:39 UTC (rev 122956)
@@ -147,6 +147,9 @@
     select.group                mpi
     select.file                 ${filespath}/${name}-${cname}
 
+    # don't need to livecheck all the subports, just the port
+    livecheck.type              none
+
     if {[string first "-default" $subport] < 0} {
         configure.compiler      [lindex $clist($cname) 0]
         append long_description "\\n\\nTHIS SUBPORT WRAPS ${cname}'s C/C++"