components/php-5_3/php-cgi/Makefile
changeset 1755 ad1cb0530c69
parent 1654 6f9989ec7bd5
child 2225 f064d3d3190d
child 3777 68aef260e079
equal deleted inserted replaced
1754:b9ecf50e4c5c 1755:ad1cb0530c69
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, 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=		php
    25 COMPONENT_NAME=		php
    26 COMPONENT_VERSION=	5.3.27
    26 COMPONENT_VERSION=	5.3.28
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    29 COMPONENT_ARCHIVE_HASH= \
    29 COMPONENT_ARCHIVE_HASH= \
    30     sha256:e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287
    30     sha256:0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513
    31 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    31 COMPONENT_ARCHIVE_URL=	http://us.php.net/get/$(COMPONENT_ARCHIVE)/from/this/mirror
    32 
    32 
    33 PATCH_DIR = ../php-sapi/patches
    33 PATCH_DIR = ../php-sapi/patches
    34 
    34 
    35 include ../php-sapi/php.mk
    35 include ../php-sapi/php.mk