Revision: 122959 https://trac.macports.org/changeset/122959 Author: sean@macports.org Date: 2014-08-02 14:58:53 -0700 (Sat, 02 Aug 2014) Log Message: ----------- hypre: fix livecheck url Modified Paths: -------------- trunk/dports/math/hypre/Portfile Modified: trunk/dports/math/hypre/Portfile =================================================================== --- trunk/dports/math/hypre/Portfile 2014-08-02 21:58:49 UTC (rev 122958) +++ trunk/dports/math/hypre/Portfile 2014-08-02 21:58:53 UTC (rev 122959) @@ -35,5 +35,5 @@ } livecheck.type regex -livecheck.url http://computation.llnl.gov/casc/hypre/software.html -livecheck.regex $name-(\[0-9\.\]+b)</a> +livecheck.url [lindex ${master_sites} 0] +livecheck.regex $name-(\[0-9\.\]+\[a-e\])${extract.suffix}
participants (1)
-
sean@macports.org