changeset 3007:229ab69bba2d

use texinfo 4.13a for build-texinfo package
author John W. Eaton <jwe@octave.org>
date Thu, 30 May 2013 14:54:37 -0400
parents dabfd7db980c
children aa4a0ace032d
files index.html src/build-texinfo.mk
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu May 30 13:28:23 2013 -0400
+++ b/index.html	Thu May 30 14:54:37 2013 -0400
@@ -1010,7 +1010,7 @@
     </tr>
     <tr>
         <td id="build-texinfo-package">texinfo</td>
-        <td id="build-texinfo-version">5.1</td>
+        <td id="build-texinfo-version">4.13a</td>
         <td id="build-texinfo-website"><a href="http://www.gnu.org/software/texinfo">texinfo</a></td>
     </tr>
     <tr>
--- a/src/build-texinfo.mk	Thu May 30 13:28:23 2013 -0400
+++ b/src/build-texinfo.mk	Thu May 30 14:54:37 2013 -0400
@@ -3,10 +3,10 @@
 
 PKG             := build-texinfo
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := ed5aa2b93910dde4eacd5d649329a49db701878c
-$(PKG)_SUBDIR   := texinfo-$($(PKG)_VERSION)
-$(PKG)_FILE     := texinfo-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/texinfo/$($(PKG)_FILE)
+$(PKG)_CHECKSUM := a1533cf8e03ea4fa6c443b73f4c85e4da04dead0
+$(PKG)_SUBDIR   := $(PKG)-4.13
+$(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL      := ftp://ftp.gnu.org/gnu/texinfo/$($(PKG)_FILE)
 $(PKG)_DEPS     := 
 
 define $(PKG)_UPDATE