diff -r ed80ca124641 -r cb999e84659c components/texinfo/Makefile --- a/components/texinfo/Makefile Tue Nov 19 07:55:28 2013 -0800 +++ b/components/texinfo/Makefile Wed Nov 20 13:33:31 2013 -0800 @@ -18,17 +18,17 @@ # # CDDL HEADER END # -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk COMPONENT_NAME= texinfo -COMPONENT_VERSION= 4.7 +COMPONENT_VERSION= 4.13 COMPONENT_PROJECT_URL= http://www.gnu.org/software/texinfo/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) -COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:080a48f49bdad8797de0e1c18ba436b5fb030f24bd606bfd334ebf2dd91aeb62 + sha256:1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/texinfo/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/texinfo @@ -49,9 +49,9 @@ CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)" # common targets -build: $(BUILD_32) +build: $(BUILD_64) -install: $(INSTALL_32) +install: $(INSTALL_64) test: $(NO_TESTS)