Revision: 124836 https://trac.macports.org/changeset/124836 Author: ryandesign@macports.org Date: 2014-08-28 12:48:46 -0700 (Thu, 28 Aug 2014) Log Message: ----------- mksh: fix livecheck (#44805) Modified Paths: -------------- trunk/dports/shells/mksh/Portfile Modified: trunk/dports/shells/mksh/Portfile =================================================================== --- trunk/dports/shells/mksh/Portfile 2014-08-28 19:46:52 UTC (rev 124835) +++ trunk/dports/shells/mksh/Portfile 2014-08-28 19:48:46 UTC (rev 124836) @@ -47,3 +47,6 @@ xinstall -m 644 ${worksrcpath}/dot.mkshrc ${destroot}${prefix}/share/doc/mksh/examples xinstall -m 644 ${worksrcpath}/mksh.1 ${destroot}${prefix}/share/man/man1 } + +livecheck.type regex +livecheck.regex ${name}-(R\[0-9\]+\[a-z\]*)${extract.suffix}
participants (1)
-
ryandesign@macports.org