Revision: 120613 https://trac.macports.org/changeset/120613 Author: devans@macports.org Date: 2014-06-03 08:18:32 -0700 (Tue, 03 Jun 2014) Log Message: ----------- mozjs17: restrict livecheck to 17.* branch. Modified Paths: -------------- trunk/dports/lang/mozjs17/Portfile Modified: trunk/dports/lang/mozjs17/Portfile =================================================================== --- trunk/dports/lang/mozjs17/Portfile 2014-06-03 14:56:28 UTC (rev 120612) +++ trunk/dports/lang/mozjs17/Portfile 2014-06-03 15:18:32 UTC (rev 120613) @@ -86,4 +86,4 @@ livecheck.type regex livecheck.url [lindex ${master_sites} 0] -livecheck.regex "mozjs-*(\\d+(?:\\.\\d+)*)" +livecheck.regex "mozjs-*(17(?:\\.\\d+)*)"
participants (1)
-
devans@macports.org