components/puppet/Makefile
changeset 1377 abacfa47fabf
parent 1224 aa9ac448f3e6
child 1409 9db4ba32e740
equal deleted inserted replaced
1376:4d3c056d2447 1377:abacfa47fabf
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		puppet
    25 COMPONENT_NAME=		puppet
    26 COMPONENT_VERSION=	3.1.1
    26 COMPONENT_VERSION=	3.2.2
    27 COMPONENT_PROJECT_URL=	http://puppetlabs.com/
    27 COMPONENT_PROJECT_URL=	http://puppetlabs.com/
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE_HASH=	\
    30 COMPONENT_ARCHIVE_HASH=	\
    31     sha256:4401f6388bb96b1301a107f247af6fa558127d78467bb5cef1a1e0ff66b4463d
    31     sha256:c47745aa73912b2cb1a20b07e8741b8af37a920b9bc8dc8afb14b23d8df7d13d
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)downloads/puppet/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)downloads/puppet/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/puppet
    33 COMPONENT_BUGDB=	utility/puppet
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/install.rb.mk
    36 include $(WS_TOP)/make-rules/install.rb.mk
    50 
    50 
    51 # make sure facter is installed first
    51 # make sure facter is installed first
    52 install:	../facter/build/$(MACH32)/.installed $(INSTALL_32)
    52 install:	../facter/build/$(MACH32)/.installed $(INSTALL_32)
    53 
    53 
    54 # puppet requires the installation of the following rubygems to run
    54 # puppet requires the installation of the following rubygems to run
    55 # the unittests:  rspec rspec-expectations mocha rake rack hiera
    55 # the unittests:  rspec rspec-expectations mocha rake rack hiera rgen
    56 # Disable the tests until these rubygems are available.
    56 # Disable the tests until these rubygems are available.
    57 test:		$(NO_TESTS)
    57 test:		$(NO_TESTS)
    58 
    58 
    59 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    59 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    60 
    60