components/apache2/Makefile
branchs11-update
changeset 3518 bf1e8995b186
parent 3041 21f8567d0e0e
child 3661 47545fb8aed4
equal deleted inserted replaced
3517:d6e2aee5c85d 3518:bf1e8995b186
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 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=		apache2
    25 COMPONENT_NAME=		apache2
    26 COMPONENT_VERSION=	2.2.27
    26 COMPONENT_VERSION=	2.2.29
    27 COMPONENT_PROJECT_URL=	http://httpd.apache.org/
    27 COMPONENT_PROJECT_URL=	http://httpd.apache.org/
    28 COMPONENT_SRC_NAME=	httpd
    28 COMPONENT_SRC_NAME=	httpd
    29 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:7e58abdc6f30756aafe136d7efb10a79d6ff66f8b68308fd2399cb01ae77895d
    32     sha256:cec2878884b758b0d159a1385b2667a2ae0ca21b0bc7bcc8a9a41b5cfa5452ff
    33 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/httpd/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/httpd/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	utility/apache
    34 COMPONENT_BUGDB=	utility/apache
    35 TPNO=			16942
    35 TPNO=			20284
    36 
    36 
    37 CONFIGURE_DEFAULT_DIRS=no
    37 CONFIGURE_DEFAULT_DIRS=no
    38 
    38 
    39 include ../../make-rules/prep.mk
    39 include ../../make-rules/prep.mk
    40 include ../../make-rules/configure.mk
    40 include ../../make-rules/configure.mk