components/php-5_3/php-mysql.p5m
branchs11-update
changeset 3067 61e6cd945591
parent 3049 64dc23b0ff81
child 3661 47545fb8aed4
equal deleted inserted replaced
3066:07964fc8b408 3067:61e6cd945591
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    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 
    23 
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/[email protected],$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/web/php-53/extension/php-mysql@$(COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="MySQL extension module for PHP"
    25 set name=pkg.summary value="MySQL extension module for PHP"
    26 set name=info.classification \
    26 set name=info.classification \
    27     value="org.opensolaris.category.2008:Development/PHP"
    27     value="org.opensolaris.category.2008:Development/PHP"
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=info.source-url value=http://us.php.net/get/php-5.3.27.tar.gz/from/this/mirror
    29 set name=info.source-url value=http://us.php.net/get/php-$(COMPONENT_VERSION).tar.gz/from/this/mirror
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    30 set name=org.opensolaris.arc-caseid value=PSARC/2012/067
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 
    32 
    33 # This package name has known conflicts with other packages in the WOS
    33 # This package name has known conflicts with other packages in the WOS
    34 set pkg.linted.pkglint.manifest004=true
    34 set pkg.linted.pkglint.manifest004=true
    35 
    35 
    36 
    36 
    37 license php-mysql.license license='PHP, LGPLv2' \
    37 license php-mysql.license license='PHP, LGPLv2' \
    38     com.oracle.info.description="the MySQL extension module for PHP" \
    38     com.oracle.info.description="the MySQL extension module for PHP" \
    39     com.oracle.info.name=php-mysql \
    39     com.oracle.info.name=php-mysql \
    40     com.oracle.info.version=5.3.27 \
    40     com.oracle.info.version=$(COMPONENT_VERSION) \
    41     com.oracle.info.tpno=17137
    41     com.oracle.info.tpno=17137
    42 
    42 
    43 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
    43 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
    44 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
    44 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
    45 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
    45 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
    52 file path=usr/php/5.3/zts-modules/mysql.so
    52 file path=usr/php/5.3/zts-modules/mysql.so
    53 file path=usr/php/5.3/zts-modules/mysqli.so
    53 file path=usr/php/5.3/zts-modules/mysqli.so
    54 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    54 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    55 
    55 
    56 # need generic dependency on PHP itself
    56 # need generic dependency on PHP itself
    57 depend fmri=web/[email protected] type=require
    57 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require