changeset 6353:ff36f1c52842

Update tools::texinfo to 5.2 avoid texi2dvi bashism when input/regression/lilypond-book/ tests
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 21 Feb 2015 22:41:33 +0900
parents 131a9c31d93e
children d81ea7e42314
files gub/specs/texinfo.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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