# HG changeset patch # User Masamichi Hosoda # Date 1424526093 -32400 # Node ID ff36f1c52842057096e17c9502f3ccde300c1056 # Parent 131a9c31d93eddbd3ec03e9936482088f567ca56 Update tools::texinfo to 5.2 avoid texi2dvi bashism when input/regression/lilypond-book/ tests diff -r 131a9c31d93e -r ff36f1c52842 gub/specs/texinfo.py --- a/gub/specs/texinfo.py Sat Feb 21 18:34:41 2015 +0900 +++ b/gub/specs/texinfo.py Sat Feb 21 22:41:33 2015 +0900 @@ -1,7 +1,8 @@ from gub import tools class Texinfo__tools (tools.AutoBuild): - source = 'http://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.13a.tar.gz' + source = 'http://ftp.gnu.org/gnu/texinfo/texinfo-5.2.tar.xz' + dependencies = [ 'tools::xzutils' ] def patch (self): tools.AutoBuild.patch (self) # Drop ncurses dependency