Revision: 86714 http://trac.macports.org/changeset/86714 Author: mww@macports.org Date: 2011-11-01 13:52:08 -0700 (Tue, 01 Nov 2011) Log Message: ----------- caml-ocamlmakefile: fix livecheck Modified Paths: -------------- trunk/dports/devel/caml-ocamlmakefile/Portfile Modified: trunk/dports/devel/caml-ocamlmakefile/Portfile =================================================================== --- trunk/dports/devel/caml-ocamlmakefile/Portfile 2011-11-01 20:39:59 UTC (rev 86713) +++ trunk/dports/devel/caml-ocamlmakefile/Portfile 2011-11-01 20:52:08 UTC (rev 86714) @@ -44,3 +44,5 @@ ${destroot}${prefix}/share/doc/${name} } +livecheck.check regex +livecheck.regex "ocaml-make/archive/release-(\[0-9\.]+).tar.bz2"
Hi, On Tue, Nov 01, 2011 at 01:52:09PM -0700, mww@macports.org wrote:
Revision: 86714 http://trac.macports.org/changeset/86714 Author: mww@macports.org Date: 2011-11-01 13:52:08 -0700 (Tue, 01 Nov 2011) Log Message: ----------- caml-ocamlmakefile: fix livecheck
Modified Paths: -------------- trunk/dports/devel/caml-ocamlmakefile/Portfile
Modified: trunk/dports/devel/caml-ocamlmakefile/Portfile =================================================================== --- trunk/dports/devel/caml-ocamlmakefile/Portfile 2011-11-01 20:39:59 UTC (rev 86713) +++ trunk/dports/devel/caml-ocamlmakefile/Portfile 2011-11-01 20:52:08 UTC (rev 86714) @@ -44,3 +44,5 @@ ${destroot}${prefix}/share/doc/${name} }
+livecheck.check regex +livecheck.regex "ocaml-make/archive/release-(\[0-9\.]+).tar.bz2"
It seems livecheck.check is not a valid command: Failed to parse file devel/caml-ocamlmakefile/Portfile: invalid command name "livecheck.check" You probably want livecheck.type. -- Clemens Lang GSoC Student
participants (2)
-
Clemens Lang
-
mww@macports.org