components/php-5_3/apache-php53.p5m
changeset 1402 f225f89a0538
parent 1251 f1fb66b52f41
child 1755 ad1cb0530c69
equal deleted inserted replaced
1401:367855861774 1402:f225f89a0538
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/web/server/apache-22/module/[email protected],$(BUILD_VERSION)
    25 set name=pkg.summary value="PHP Server for Apache Web Server"
    25 set name=pkg.summary value="PHP Server for Apache Web Server"
    26 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    26 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    27 set name=info.source-url value=http://us.php.net/get/php-5.3.14.tar.gz/from/this/mirror
    27 set name=info.source-url value=http://us.php.net/get/php-5.3.27.tar.gz/from/this/mirror
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    29 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 
    31 
    32 license apache-php53.license license='PHP, GPLv2, LGPLv2, Apache v2.0' \
    32 license apache-php53.license license='PHP, GPLv2, LGPLv2, Apache v2.0' \
    33     com.oracle.info.description="the PHP 5.3 module for the Apache web server" \
    33     com.oracle.info.description="the PHP module for the Apache web server" \
    34     com.oracle.info.name=apache-php53 \
    34     com.oracle.info.name=apache-php53 \
    35     com.oracle.info.version=5.3.14
    35     com.oracle.info.version=5.3.27
    36 
    36 
    37 file path=etc/apache2/2.2/conf.d/php/php5.3.conf mode=0644 preserve=renamenew
    37 file path=etc/apache2/2.2/conf.d/php/php5.3.conf mode=0644 preserve=renamenew
    38 link path=etc/apache2/2.2/conf.d/php/php.conf target=php5.3.conf \
    38 link path=etc/apache2/2.2/conf.d/php/php.conf target=php5.3.conf \
    39     mediator=php mediator-version=5.3
    39     mediator=php mediator-version=5.3
    40 file path=usr/apache2/2.2/libexec/mod_php5.3.so
    40 file path=usr/apache2/2.2/libexec/mod_php5.3.so
    41 
    41 
    42 # need generic dependency on PHP itself
    42 # need generic dependency on PHP itself
    43 depend fmri=web/[email protected] type=require
    43 depend fmri=web/[email protected] type=require
    44 
    44 
    45 # if php5.2 apache is present drag forward because php.conf files
    45 # if php5.2 apache is present drag forward because php.conf files
    46 # move around
    46 # move around
    47 depend \
    47 depend \
    48     fmri=pkg:/web/server/apache-22/module/[email protected] \
    48     fmri=pkg:/web/server/apache-22/module/[email protected] \