components/php-5_3/php-mysql.p5m
changeset 1755 ad1cb0530c69
parent 1402 f225f89a0538
child 1814 3b2dcbbac014
equal deleted inserted replaced
1754:b9ecf50e4c5c 1755:ad1cb0530c69
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    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, 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 
    41 
    42 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
    42 file path=etc/php/5.3/conf.d/mysql.ini mode=0644 preserve=renameold
    43 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
    43 file path=etc/php/5.3/conf.d/mysqli.ini mode=0644 preserve=renameold
    44 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
    44 file path=etc/php/5.3/conf.d/pdo_mysql.ini mode=0644 preserve=renameold
    45 file path=etc/php/5.3/zts-conf.d/mysql.ini mode=0644 preserve=renameold
    45 file path=etc/php/5.3/zts-conf.d/mysql.ini mode=0644 preserve=renameold
    51 file path=usr/php/5.3/zts-modules/mysql.so
    51 file path=usr/php/5.3/zts-modules/mysql.so
    52 file path=usr/php/5.3/zts-modules/mysqli.so
    52 file path=usr/php/5.3/zts-modules/mysqli.so
    53 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    53 file path=usr/php/5.3/zts-modules/pdo_mysql.so
    54 
    54 
    55 # need generic dependency on PHP itself
    55 # need generic dependency on PHP itself
    56 depend fmri=web/[email protected] type=require
    56 depend fmri=web/php-53@$(COMPONENT_VERSION) type=require